Organization REST Endpoints
Description
This topic describes information for the Organization resource.
Overview
The Organization resource describes a grouping of people or business entities relevant to the healthcare process. Organizations include hospitals, employers, insurance companies, physicians' offices, rehabilitation facilities, laboratories, and so on.
This resource supports the US Core Organization Profile from HL7 FHIR US Core Implementation Guide STU 6.1.0.
The following fields are returned if valued:
Terminology Bindings
-
Description: A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.
-
Details: Identifier Type Codes
System:
http://terminology.hl7.org/CodeSystem/v2-0203
-
Details: For more information, see Code Set 334 Organization Alias Type under the List of Code Sets section in Proprietary Codes and Systems.
System:
https://fhir.cerner.com/<EHR source id>/codeSet/334
-
-
Description: Indicates the type of Organization.
-
Details: OrganizationType
System:
http://terminology.hl7.org/CodeSystem/organization-type
-
Details: For more information, see Code Set 278 Organization Type under the List of Code Sets section in Proprietary Codes and Systems.
System:
https://fhir.cerner.com/<EHR source id>/codeSet/278
-
- Create an organization
- Method: postPath:
/Organization
- Get a list of caregiver organizations
- Method: getPath:
/Organization/$get-cg-for-mrcu
- Get a list of organizations
- Method: getPath:
/Organization
- Get an organization by ID
- Method: getPath:
/Organization/{ID}