FHIR URLs

Service base URL

Endpoint URL
FHIR https://sandbox-r4.interopengine.com/fhir/r4/zhz
Token https://sandbox-r4.interopengine.com/oauth/zh/token
Bulk Data https://sandbox-r4.interopengine.com/fhir/r4/zh
Bulk Data Token https://sandbox-r4.interopengine.com/oauth/zh/token
Public Launch https://sandbox-r4.interopengine.com/fhir/r4/zh
EHR Practitioner App Launch https://sandbox-r4.interopengine.com/fhir/r4/zh

Patient

Each Patient resource identifies an Patient performed on a patient. A bundle of these resources together can be used to represent the Patient history of the patient. Example API requests for Patient records are shown below: Retrieve all Patient related to a patient.
The Patient resource type provides demographic and contact details about the patient in One Medical’s EHR. This resource covers the “who” about the patient, including name, date of birth, birth sex, gender, and address. Example requests for patient data are shown below:
Get patient by resource ID

https://sandbox-r4.interopengine.com/fhir/r4/zh/Patient?name={PatientName}&birthdate={PatientDOB}
Example:
https://sandbox-r4.interopengine.com/fhir/r4/zh/Patient?name=Smith&birthdate=1976-07-04

Immunization

Each Immunization resource identifies an immunization performed on a patient. A bundle of these resources together can be used to represent the immunization history of the patient. Example API requests for immunization records are shown below: Retrieve all immunizations related to a patient.

https://sandbox-r4.interopengine.com/fhir/r4/zh/Immunization?patient={PatientID}
Example:
https://sandbox-r4.interopengine.com/fhir/r4/zh/Immunization?patient=20000547

Goal

Each Goal resource identifies an Goal performed on a patient. A bundle of these resources together can be used to represent the Goal history of the patient. Example API requests for Goal records are shown below: Retrieve all Goal related to a patient.
Patient

https://sandbox-r4.interopengine.com/fhir/r4/zh/Goal?patient={PatientID}
Example:
https://sandbox-r4.interopengine.com/fhir/r4/zh/Goal?patient=20000547

Condition

Each Condition Condition resource identifies an Condition performed on a patient. A bundle of these resources together can be used to represent the Condition history of the patient. Example API requests for Condition records are shown below: Retrieve all Condition related to a patient.
Get conditions associated with a specific patient

https://sandbox-r4.interopengine.com/fhir/r4/zh/Condition?patient={PatientID}
Example:
https://sandbox-r4.interopengine.com/fhir/r4/zh/Condition?patient=20000547

Care Plan

Each Care Plan resource identifies an Care plan performed on a patient. A bundle of these resources together can be used to represent the Care plan history of the patient. Example API requests for Care plan records are shown below: Retrieve all Care plan related to a patient.

Find care plan from category

https://sandbox-r4.interopengine.com/fhir/r4/zh/CarePlan?patient={PatientID}
Example:
https://sandbox-r4.interopengine.com/fhir/r4/zh/CarePlan?patient=20000547

Allergy Intolerence

Each Allergy intolerance resource identifies an Allergy intolerance performed on a patient. A bundle of these resources together can be used to represent the Allergy intolerance history of the patient. Example API requests for Allergy intolerance records are shown below: Retrieve all Allergy intolerance related to a patient.

The AllergyIntolerance resource provides a bundle of allergies for a given patient resource. An example of retrieving AllergyIntolerance records is included below.

Get allergy intolerances associated with a specific patient

https://sandbox-r4.interopengine.com/fhir/r4/zh/AllergyIntolerance?patient={PatientID}
Example:
https://sandbox-r4.interopengine.com/fhir/r4/zh/AllergyIntolerance?patient=20000547

Care team

Each Care team resource identifies an Care team performed on a patient. A bundle of these resources together can be used to represent the Care team history of the patient. Example API requests for Care team records are shown below: Retrieve all Care team related to a patient.

Patient+status

https://sandbox-r4.interopengine.com/fhir/r4/zh/CareTeam?patient={patientID}&status={status}
Example
https://sandbox-r4.interopengine.com/fhir/r4/zh/CareTeam?patient=20000547&status=active

Implantable Device / Medical Device

Each Implantable Device / Medical Device resource identifies an Implantable Device / Medical Device performed on a patient. A bundle of these resources together can be used to represent the Implantable Device / Medical Device history of the patient. Example API requests for Implantable Device / Medical Device records are shown below: Retrieve all Implantable Device / Medical Device related to a patient.

https://sandbox-r4.interopengine.com/fhir/r4/zh/Device?patient={patientID}
https://sandbox-r4.interopengine.com/fhir/r4/zh/Device?patient=20000547

Medication request

Each Medication request resource identifies an Medication request performed on a patient. A bundle of these resources together can be used to represent the Medication request history of the patient. Example API requests for Medication request records are shown below: Retrieve all Medication request related to a patient.

The MedicationRequest resource covers medication orders for a patient. This includes both inpatient and outpatient orders related to medications. This is not intended for diet prescriptions or for non-medication items (such as sunglasses, supplies, etc.)

Patient+intent+status

https://sandbox-r4.interopengine.com/fhir/r4/zh/MedicationRequest?intent={intent}&patient={patientID}
https://sandbox-r4.interopengine.com/fhir/r4/zh/MedicationRequest?intent={intent}&patient={patientID}&status={status}

https://sandbox-r4.interopengine.com/fhir/r4/zh/MedicationRequest?intent=proposal&patient=20000547
https://sandbox-r4.interopengine.com/fhir/r4/zh/MedicationRequest?intent=plan&patient=20000547&status=active

Organization

The server support Organization sequence verifies that the system is able to provide Organization queries. These queries contain resources conforming to the US Core Organization Profile as specified in the US Core v3.1.1 Implementation Guide.

https://sandbox-r4.interopengine.com/fhir/r4/zh/Organization/{OrganizationID}
Example:
https://sandbox-r4.interopengine.com/fhir/r4/zh/Organization/10000

Smoking Status Observation (Smoking Status)

Each Smoking Status Observation (Smoking Status) resource identifies an Smoking Status Observation (Smoking Status) performed on a patient. A bundle of these resources together can be used to represent the Smoking Status Observation (Smoking Status) history of the patient. Example API requests for Smoking Status Observation (Smoking Status) records are shown below: Retrieve all Smoking Status Observation (Smoking Status) related to a patient.

patient+code

https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?code={code}&patient={patientID}
Example:
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?code=72166-2&patient=20000547

Pulse Oximetry (Vital Signs)

Each Vital signs resource identifies as Pulse Oximetry (Vital Signs) on a patient. A bundle of these resources together can be used to represent the Pulse Oximetry (Vital Signs) history of the patient. Example API requests for Pulse Oximetry (Vital Signs) records are shown below: Retrieve all Pulse Oximetry (Vital Signs) related to a patient.

Find through code+ patient ,patient + categoty , patient +category+date

https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?code={cod
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?code={code}&patient={patientID}
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?category={category}&date={date}&patient={patientID}
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?category={category}&patient={patientID}
Example:
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?code=2708-6&patient=20000547
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?category=vital-signs&date=gt2015-06-21T11:15:00-04:00&patient=20000547
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?category=vital-signs&patient=20000547

Observation Body Height (Vital Signs)

Each Observation Body Height (Vital Signs) resource identifies an Observation Body Height (Vital Signs) performed on a patient. A bundle of these resources together can be used to represent the Observation Body Height (Vital Signs) history of the patient. Example API requests for Observation Body Height (Vital Signs) records are shown below: Retrieve all Observation Body Height (Vital Signs) related to a patient.

patient + code,patient + category + date,patient + category

https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?code={code}&patient={patientID}
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?category={category}&date={date}&patient={patientID}
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?category={category}&patient={patientID}
Example:
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?code=8302-2&patient=20000547
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?category=vital-signs&date=gt2015-06-21T11:15:00-04:00&patient=20000547
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?category=vital-signs&patient=20000547

Observation Body Temperature (Vital Signs)

Each Observation Body Temperature (Vital Signs) resource identifies an Observation Body Temperature performed on a patient. A bundle of these resources together can be used to represent the Observation Body Temperature history of the patient. Example API requests for Observation Body Temperature records are shown below: Retrieve all Observation Body Temperature related to a patient.

patient + code,patient + category + date,patient + category

https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?code=8310-5&patient={patientID}
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?category=vital-signs&date={date}&patient={patientID}
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?category={category}&patient={patientID}
Example:
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?code=8310-5&patient=20000547
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?category=vital-signs&date=gt2015-06-21T11:15:00-04:00&patient=20000547
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?category=vital-signs&patient=20000547

Observation Body Weight (Vital Signs)

Each Observation Body Weight (Vital Signs) (Vital Signs) resource identifies an Observation Body Weight (Vital Signs) performed on a patient. A bundle of these resources together can be used to represent the Observation Body Weight (Vital Signs) history of the patient. Example API requests for Observation Body Weight (Vital Signs) records are shown below: Retrieve all Observation Body Weight (Vital Signs) related to a patient.

Code+Patient , patient + category + date ,patient + category

https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?code={code}&patient={patientID}
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?category={category}&date={date}&&patient={patientID}
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?category={category}&patient={patientID}
Example:
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?code=29463-7&patient=20000547
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?category=vital-signs&date=gt2015-06-21T11:15:00-04:00&patient=20000547
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?category=vital-signs&patient=20000547

Observation Respiratory Rate (Vital Signs)

Each Observation Body Rate (Vital Signs) resource identifies an Observation Respiratory Rate (Vital Signs) performed on a patient. A bundle of these resources together can be used to represent the Observation Respiratory Rate (Vital Signs) history of the patient. Example API requests for Observation Respiratory Rate (Vital Signs) records are shown below: Retrieve all Observation Respiratory Rate (Vital Signs) related to a patient.

Code+Patient,patient + category + date,patient + category

https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?code={code}&patient={patientID}
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?category={category}&date={date}&patient={patientID}
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?category={category}&patient={patientID}
Example:
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?code=9279-1&patient=20000547
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?category=vital-signs&date=gt2015-06-21T11:15:00-04:00&patient=20000547
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?category=vital-signs&patient=20000547

Observation Heart Rate (Vital Signs)

Each Observation Heart Rate (Vital Signs) resource identifies an Observation Heart Rate (Vital Signs) performed on a patient. A bundle of these resources together can be used to represent the Observation Heart Rate (Vital Signs) history of the patient. Example API requests for Observation Heart Rate (Vital Signs) records are shown below: Retrieve all Observation Heart Rate (Vital Signs) related to a patient.

Code+Patient, patient + category + date,patient + category

https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?code={code}&patient={patientID}
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?category={category}&date={date}&patient={patientID}
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?category={category}&patient={patientID}
Example:
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?code=8867-4&patient=20000547
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?category=vital-signs&date=gt2015-06-21T11:15:00-04:00&patient=20000547
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?category=vital-signs&patient=20000547

Observation Blood Pressure (Vital Signs)

Each Observation Blood Pressure (Vital Signs) resource identifies an Observation Blood Pressure (Vital Signs) performed on a patient. A bundle of these resources together can be used to represent the Observation Blood Pressure (Vital Signs) history of the patient. Example API requests for Observation Blood Pressure (Vital Signs) records are shown below: Retrieve all Observation Blood Pressure (Vital Signs) related to a patient.

Code+Patient, patient + category + date,patient + category

https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?code={code}&patient={patientID}
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?category={category}&date={date}&patient={patientID}
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?category={category}&patient={patientID}
Example:
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?code=85354-9&patient=20000547
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?category=vital-signs&date=gt2015-06-21T11:15:00-04:00&patient=20000547
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?category=vital-signs&patient=20000547

Pediatric BMI For Age Observation (Vital Signs)

Each Pediatric BMI For Age Observation (Vital Signs) resource identifies an Pediatric BMI For Age Observation (Vital Signs) performed on a patient. A bundle of these resources together can be used to represent the Pediatric BMI For Age Observation (Vital Signs) history of the patient. Example API requests for Pediatric BMI For Age Observation (Vital Signs) records are shown below: Retrieve all Pediatric BMI For Age Observation (Vital Signs)related to a patient.

Patient + code,Patient +category+date,Patient + category

https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?code={code}&patient={patientID}
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?category={category}&date={date}&patient={patientID}
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?category={category}&patient={patientID}
Example:
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?code=59576-9&patient=20000547
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?category=vital-signs&date=gt2020-06-21T13:29:00-04:00&patient=20000547
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?category=vital-signs&patient=20000547

Pediatric Weight For Height Observation (Vital Signs)

Each Pediatric Weight For Height Observation (Vital Signs) resource identifies an Pediatric Weight For Height Observation (Vital Signs) performed on a patient. A bundle of these resources together can be used to represent the Pediatric Weight For Height Observation (Vital Signs) history of the patient. Example API requests for Pediatric Weight For Height Observation (Vital Signs) records are shown below: Retrieve all Pediatric Weight For Height Observation (Vital Signs) related to a patient.

patient + category, patient + category + date,patient + code,

https://sandbox-r4.interopengine.com/fhir/r4/zh/DiagnosticReport?category={category}&patient={patientID}
Example:
https://sandbox-r4.interopengine.com/fhir/r4/zh/DiagnosticReport?category=vital-signs&patient=20000547

Pediatric Head Occipital-frontal Circumference Percentile (Vital Signs)

Each Pediatric Head Occipital-frontal Circumference Percentile (Vital Signs) resource identifies an Pediatric Head Occipital-frontal Circumference Percentile (Vital Signs) performed on a patient. A bundle of these resources together can be used to represent the Pediatric Head Occipital-frontal Circumference Percentile (Vital Signs) history of the patient. Example API requests for Pediatric Head Occipital-frontal Circumference Percentile (Vital Signs) records are shown below: Retrieve all Pediatric Head Occipital-frontal Circumference Percentile (Vital Signs) related to a patient.

Patient + code,Patient + category+date ,Patient + category

https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?code={code}&patient={patientID}
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?category={category}&date={date}&patient={patientID}
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?category={category}&patient={patientID}
Example:
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?code=8289-1&patient=20000547
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?category=vital-signs&date=gt2020-06-21T13:29:00-04:00&patient=20000547
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?category=vital-signs&patient=20000547

Diagnostic Report For Report And Note Exchange

Each Diagnostic Report For Report And Note Exchange resource identifies an Diagnostic Report For Report And Note Exchange performed on a patient. A bundle of these resources together can be used to represent the Diagnostic Report For Report And Note Exchange history of the patient. Example API requests for Diagnostic Report For Report And Note Exchange records are shown below: Retrieve all Diagnostic Report For Report And Note Exchange related to a patient.

patient+category

https://sandbox-r4.interopengine.com/fhir/r4/zh/DiagnosticReport?category={category}&patient={patientID}
Example:
https://sandbox-r4.interopengine.com/fhir/r4/zh/DiagnosticReport?category=LP29684-5&patient=20000547

Diagnostic Report For Laboratory Results Reporting

Each Diagnostic Report For Laboratory Results Reporting resource identifies an Diagnostic Report For Laboratory Results Reporting performed on a patient. A bundle of these resources together can be used to represent the Diagnostic Report For Laboratory Results Reporting history of the patient. Example API requests for Diagnostic Report For Laboratory Results Reporting records are shown below: Retrieve all Diagnostic Report For Laboratory Results Reporting related to a patient.

patient + category, patient + category + date,patient + code,

https://sandbox-r4.interopengine.com/fhir/r4/zh/DiagnosticReport?category={category}&patient={patientID}
https://sandbox-r4.interopengine.com/fhir/r4/zh/DiagnosticReport?category={category}&date={date}&patient={patientID}
https://sandbox-r4.interopengine.com/fhir/r4/zh/DiagnosticReport?code={code}&patient={patientID}
Example:
https://sandbox-r4.interopengine.com/fhir/r4/zh/DiagnosticReport?category=LAB&patient=20000547
https://sandbox-r4.interopengine.com/fhir/r4/zh/DiagnosticReport?category=LAB&date=ge2017-10-16T13:52:48-04:00&patient=20000547
https://sandbox-r4.interopengine.com/fhir/r4/zh/DiagnosticReport?code=24357-6&patient=20000547

Document Reference

Each Diagnostic Report For Report And Note Exchange resource identifies an Diagnostic Report For Report And Note Exchange performed on a patient. A bundle of these resources together can be used to represent the Diagnostic Report For Report And Note Exchange history of the patient. Example API requests for Diagnostic Report For Report And Note Exchange records are shown below: Retrieve all Diagnostic Report For Report And Note Exchange related to a patient.

patient+category

https://sandbox-r4.interopengine.com/fhir/r4/zh/DocumentReference?patient={patientID}
https://sandbox-r4.interopengine.com/fhir/r4/zh/DocumentReference?_id={_id}
https://sandbox-r4.interopengine.com/fhir/r4/zh/DocumentReference?patient={patientID}&type={type}
https://sandbox-r4.interopengine.com/fhir/r4/zh/DocumentReference?category={category}&date={date}&patient={patientID}
https://sandbox-r4.interopengine.com/fhir/r4/zh/DocumentReference?category={category}&patient={patientID}
Example:
https://sandbox-r4.interopengine.com/fhir/r4/zh/DocumentReference?patient=20000547
https://sandbox-r4.interopengine.com/fhir/r4/zh/DocumentReference?_id=10000141
https://sandbox-r4.interopengine.com/fhir/r4/zh/DocumentReference?patient=20000547&type=34117-2
https://sandbox-r4.interopengine.com/fhir/r4/zh/DocumentReference?category=clinical-note&date=le2010-06-09T00:00:00-04:00&patient=20000547
https://sandbox-r4.interopengine.com/fhir/r4/zh/DocumentReference?category=clinical-note&patient=20000547

Laboratory Result Observation (Laboratory)

Each Laboratory Result Observation (Laboratory) resource identifies an Laboratory Result Observation (Laboratory) performed on a patient. A bundle of these resources together can be used to represent the Laboratory Result Observation (Laboratory) history of the patient. Example API requests for Laboratory Result Observation (Laboratory) records are shown below: Retrieve all Laboratory Result Observation (Laboratory) related to a patient.

Patient +category, Patient +category +date ,Patient +code

https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?category=laboratory&patient={patientID}
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?category=http://terminology.hl7.org/CodeSystem/observation-category|laboratory&date={date}&patient={patientID}
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?code={code}&patient={patientID}
Example:
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?category=laboratory&patient=20000547
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?category=http://terminology.hl7.org/CodeSystem/observation-category|laboratory&date=gt2015-06-21T11:15:00-04:00&patient=20000547
https://sandbox-r4.interopengine.com/fhir/r4/zh/Observation?code=5778-6&patient=20000547

Provenance

Server support that system is able to provide correct responses for Provenance queries. These queries contain resources conforming to the US Core Provenance Profile as specified in the US Core v3.1.1 Implementation Guide.

Provenance ID

https://sandbox-r4.interopengine.com/fhir/r4/zh/Provenance/{ProvenanceID}}
Example:
https://sandbox-r4.interopengine.com/fhir/r4/zh/Provenance/4532

Encounter

Each Encounter resource identifies an Encounter performed on a patient. A bundle of these resources together can be used to represent the Encounter history of the patient. Example API requests for Encounter records are shown below: Retrieve all Encounter related to a patient.

Encounter will first perform each required search associated with this resource. Perform searches with the following parameters:

patient,_id,patient+category

https://sandbox-r4.interopengine.com/fhir/r4/zh/Encounter/{EncounteID}
Example:
https://sandbox-r4.interopengine.com/fhir/r4/zh/Encounter/2005674

Procedure

Each Procedure resource identifies an Procedure performed on a patient. A bundle of these resources together can be used to represent the Procedure history of the patient. Example API requests for Procedure records are shown below: Retrieve all Procedure related to a patient.

Patient, Patient+date

https://sandbox-r4.interopengine.com/fhir/r4/zh/Procedure?patient={patientID}
https://sandbox-r4.interopengine.com/fhir/r4/zh/Procedure?date={date}&patient={patientID}
Example:
https://sandbox-r4.interopengine.com/fhir/r4/zh/Procedure?patient=20000547
https://sandbox-r4.interopengine.com/fhir/r4/zh/Procedure?date=ge2015-06-21T11:15:00-04:00&patient=20000547

Clinical Notes

Server Support Clinical Notes Sequence tests DiagnosticReport and DocumentReference resources associated with the provided patient. The resources returned will be checked for consistency against the US Core Clinical Notes Guidance

Document Reference & Diagnostic Report

Patient

https://sandbox-r4.interopengine.com/fhir/r4/zh/DocumentReference?patient={patientID}
https://sandbox-r4.interopengine.com/fhir/r4/zh/DiagnosticReport?patient={patientID}
Example:
https://sandbox-r4.interopengine.com/fhir/r4/zh/DocumentReference?patient=20000547
https://sandbox-r4.interopengine.com/fhir/r4/zh/DiagnosticReport?patient=20000547

Capability Statement

Server support
Capability Statement

  • 1. US Core Patient resource profile.
  • Support at least one additional resource profile from the list of US Core Profiles.

patient + category, patient + category + date,patient + code,