Patient REST Endpoints
Description
This topic describes information for the Patient resource.
Overview
The Patient resource provides general demographic information about a person receiving healthcare services from a specific organization. Common demographic fields include patient ID, patient name, gender, date of birth, address, phone, primary language, and marital status. Millennium is a patient-centric application; thus, many other resources include the patient ID in their queries. A person receiving care from multiple organizations may have information available in multiple patient resources in multiple FHIR servers.
The following fields are returned if valued:
-
Extension (for more information, see the Extensions section of this topic)
Terminology Bindings
-
Description: The type used to determine which identifier to use for a specific purpose.
-
Details: Identifier Type Codes
System:
http://hl7.org/fhir/identifier-type
-
Details: v2 Identifier Type
System:
http://hl7.org/fhir/v2/0203
-
-
Description: The nature of the relationship between a patient and a contact person for that patient.
Details: PatientContactRelationship
System:
http://hl7.org/fhir/patient-contact-relationship
- Create a patient
- Method: postPath:
/Patient
- Get a list of patients
- Method: getPath:
/Patient
- Get a patient by ID
- Method: getPath:
/Patient/{ID}