FHIR URLs
FHIR Base Api link which will be used for calling Api: https://api-datamanager.carecloud.com:8081/api/fhir/R4
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.
The API response will consist of a Bundle of Immunization resources. The following data elements will be included if available:
- Status [status]
- Administered Date [date]
- Vaccine Code (CVX) [vaccineCode.coding]
- Given Indicator [wasNotGiven]
- Reported Indicator [reported]
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Immunization?patient={patientID}
Example:
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Immunization?patient=1000000000048701
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={code}&patient={patientID}
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?category={category}&date={date}&patient={patientID}
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?category={category}&patient={patientID}
Example:
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?code=2708-6&patient=1000000000048701
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?category=vital-signs&date=ge2015-06-21T11%3A15%3A00-04%3A00&patient=1000000000048701
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?category=vital-signs&patient=1000000000055601
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.
The Observation Resource is used to provide responses to requests for Lab Results , Smoking Status , and Vital Signs. The API response for each of these data categories will consist of a Bundle of Observationresources.
Lab Results
- Patient [subject.reference]
- Status [status]
- Result Code (LOINC) [code.coding]
- Result Value [valueString]
- Reference Range [referenceRange.text]
- Result Time [effectiveDateTime]
Smoking Status
- Patient [subject.reference]
- Status [status]
- Recorded Date [issued]
- Value code [valueCodeableConcept.coding]
patient + code,patient + category + date,patient + category
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?code={code}&patient={patientID}
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?category={category}&date={date}&patient={patientID}
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?category={category}&patient={patientID}
Example:
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?code=8302-2&patient=1000000000048701
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?category=vital-signs&date=gt2015-06-21T11:15:00-04:00&patient=1000000
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?category=vital-signs&patient=1000000000048701
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.
The API response for each of these data categories will consist of a Bundle of DiagnosticReport resources.
- Patient [subject.reference]
- Status [status]
- Test Code (LOINC) [code.coding]
- Measured Time [effectiveDateTime]
The following Lab Result data elements will be included if available:
- Patient [contained.subject.reference]
- Status [contained.status]
- Result Code (LOINC) [contained.code.coding]
- Result Value [contained.valueString]
- Reference Range [contained.referenceRange.text]
- Result Time [contained.effectiveDateTime]
patient+category
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/DiagnosticReport?category={category}&patient={patientID}
Example:
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/DiagnosticReport?category=LP29684-5&patient=1000000000048701
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://api-datamanager.carecloud.com/api/fhir/R4/DCM/Encounter/{EncounteID}
Example:
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Encounter/10000450
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.
The API response will consist of a Bundle of Goal resources. The following data elements will be included if available:
- Patient [subject.reference]
- Status [status]
- Text [description]
Patient
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Goal?patient={patientID}
Example:
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Goal?patient=1000000000048701
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.
The API response will consist of a Bundle of Care team resources. The following data elements will be included if available:
- Patient [subject]
- Status [status]
- Participant [participant]
- ParticipantRole [participant.role]
- ParticipantMember [participant.member]
This API is able to satisfy requests for data related to the USCDI Care Team Member(s) Class.
Patient+status
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/CareTeam?patient=Patient/{patientID}&status={status}
Example:
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/CareTeam?patient=Patient/1000000000048701&status=active
Observation Body Temperature
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.
The Observation Resource is used to provide responses to requests for Lab Results , Smoking Status , and Vital Signs. The API response for each of these data categories will consist of a Bundle of Observationresources.
Lab Results
- Patient [subject.reference]
- Status [status]
- Result Code (LOINC) [code.coding]
- Result Value [valueString]
- Reference Range [referenceRange.text]
- Result Time [effectiveDateTime]
Smoking Status
- Patient [subject.reference]
- Status [status]
- Recorded Date [issued]
- Value code [valueCodeableConcept.coding]
patient + code,patient + category + date,patient + category
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?code=8310-5&patient={patientID}
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?category=vital-signs&date={date}&patient={patientID}
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?category={category}&patient={patientID}
Example:
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?code=8310-5&patient=1000000000048701
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?category=vital-signs&date=gt2015-06-21T11:15:00-04:00&patient=1000000
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?category=vital-signs&patient=1000000000048701
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.
The API response for each of these data categories will consist of a Bundle of DiagnosticReport resources.
- Patient [subject.reference]
- Status [status]
- Test Code (LOINC) [code.coding]
- Measured Time [effectiveDateTime]
The following Lab Result data elements will be included if available:
- Patient [contained.subject.reference]
- Status [contained.status]
- Result Code (LOINC) [contained.code.coding]
- Result Value [contained.valueString]
- Reference Range [contained.referenceRange.text]
- Result Time [contained.effectiveDateTime]
patient + category, patient + category + date,patient + code,
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/DiagnosticReport?category={category}&patient={patientID}
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/DiagnosticReport?category={category}&date={date}&patient={patientID}
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/DiagnosticReport?code={code}&patient={patientID}
Example:
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/DiagnosticReport?category=LAB&patient=1000000000048701
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/DiagnosticReport?category=LAB&date=ge2017-10-16T13:52:48-04:00&patient=1000000
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/DiagnosticReport?code=24357-6&patient=1000000000048701
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.
The API response will consist of a Bundle of Procedure resources. The following data elements will be included if available:
- Patient [subject.reference]
- Status [status]
- Code (SNOMED-CT) [code.coding]
- Performed Date [performedDateTime]
Patient, Patient+date
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Procedure?patient=Patient/{patientID}
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Procedure?date={date}&patient={patientID}
Example:
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Procedure?patient=Patient/1000000000048701
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Procedure?date=ge2015-06-21T11:15:00-04:00&patient=1000000000048701
Capability Statement
A Capability Statement document is a set of capabilities (behaviors) of a FHIR Server for a particular version of FHIR that may be used as a statement of actual server functionality or a statement of required or desired server implementation.
CapabilityStatement - FHIR v4.0.1 (hl7.org)Resource type inclusion in this list does not guarantee that such a resource exists in the server, only that it could accept them.
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.
The API response will consist of a Bundle of Condition resources. The following Problem data elements will be included if available:
- Patient [patient.reference]
- Status [clinicalStatus]
- Verification Status [verificationStatus]
- Verification Status [verificationStatus]
- Category (problem) [category.coding]
- Code (SNOMED-CT) [code.coding]
The following Health Concern data elements will be included if available:
- Patient [patient.reference]
- Status [clinicalStatus]
- Verification Status [verificationStatus]
- Category (health-concern) [category.coding] Text [code.text]
Get conditions associated with a specific patient
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Condition?patient={patientID}
Example:
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Condition?patient=1000000000048701
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.
The API response will consist of a Bundle of Implantable Device / Medical Device resources. The following data elements will be included if available:
- Patient [patient.reference]
- UDI [udiCarrier]
- Type (SNOMED) [type]
This API is able to satisfy requests for data related to the USCDI Unique Device Identifier(s) for a Patient’s Implantable Device(s) Class.
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Device?patient=Patient/{patientID}
Example:
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Device?patient=Patient/1000000000048701
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.
The Observation Resource is used to provide responses to requests for Lab Results , Smoking Status , and Vital Signs. The API response for each of these data categories will consist of a Bundle of Observationresources.
Lab Results
- Patient [subject.reference]
- Status [status]
- Result Code (LOINC) [code.coding]
- Result Value [valueString]
- Reference Range [referenceRange.text]
- Result Time [effectiveDateTime]
Smoking Status
- Patient [subject.reference]
- Status [status]
- Recorded Date [issued]
- Value code [valueCodeableConcept.coding]
Code+Patient , patient + category + date ,patient + category
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?code={code}&patient={patientID}
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?category={category}&date={date}&&patient={patientID}
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?category={category}&patient={patientID}
Example:
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?code=29463-7&patient=1000000000048701
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?category=vital-signs&date=gt2015-06-21T11:15:00-04:00&patient=100000000
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?category=vital-signs&patient=1000000000055601
Document Reference
Each Document Reference resource identifies an Document Reference performed on a patient. A bundle of these resources together can be used to represent the Document Reference history of the patient. Example API requests for Document Reference records are shown below: Retrieve all Document Reference related to a patient.
Patient, _id ,Patient +type,Patient + category+date,Patient + category
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/DocumentReference?patient={patientID}
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/DocumentReference?_id={_id}
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/DocumentReference?patient={patientID}&type={type}
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/DocumentReference?category={category}&date={date}&patient={patientID}
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/DocumentReference?category={category}&patient={patientID}
Example:
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/DocumentReference?patient=100000000
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/DocumentReference?_id=10000141
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/DocumentReference?patient=1000000000055601&type=34117-2
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/DocumentReference?category=clinical-note&date=le2010-06-09T00:00:00-04:00&patient=100051420
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/DocumentReference?category=clinical-note&patient=1000000000048701
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://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?code={code}&patient={patientID}
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?category={category}&date={date}&patient={patientID}
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?category={category}&patient={patientID}
Example:
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?code=59576-9&patient=1000000000048701
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?category=vital-signs&date=gt2020-06-21T13:29:00-04:00&patient=100000000
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?category=vital-signs&patient=1000000000055601
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.
The API response will consist of a Bundle of Care Plan resources. The following data elements will be included if available:
- Patient [subject]
- Text [text]
- Intent [intent]
- Category [category]
Find care plan from category
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/CarePlan?category={category}&patient={patientID}
Example:
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/CarePlan?category=assess-plan&patient=1000000000048701
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.)
The API response will consist of a Bundle of Medication request resources. The following data elements will be included if available:
- Date [dateWritten]
- Status [status]
- Prescriber [prescriber]
- Medication (RXNORM) [medicationCodeableConcept.coding]
Patient+intent+status
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/MedicationRequest?intent={intent}&patient=Patient/{patientID}
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/MedicationRequest?intent={intent}&patient={patientID}&status={status}
Example:
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/MedicationRequest?intent=proposal&patient=Patient/1000000000048701
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/MedicationRequest?intent=plan&patient=1000000000055601&status=active
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.
The Observation Resource is used to provide responses to requests for Lab Results , Smoking Status , and Vital Signs. The API response for each of these data categories will consist of a Bundle of Observationresources.
Lab Results
- Patient [subject.reference]
- Status [status]
- Result Code (LOINC) [code.coding]
- Result Value [valueString]
- Reference Range [referenceRange.text]
- Result Time [effectiveDateTime]
Smoking Status
- Patient [subject.reference]
- Status [status]
- Recorded Date [issued]
- Value code [valueCodeableConcept.coding]
Code+Patient,patient + category + date,patient + category
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?code={code}&patient={patientID}
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?category={category}&date=gt2015-06-21T11:15:00-04:00&patient={patientID}
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?category={category}&patient={patientID}
Example:
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?code=9279-1&patient=1000000000048701
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?category=vital-signs&date=gt2015-06-21T11:15:00-04:00&patient=100000000
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?category=vital-signs&patient=1000000000055601
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://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?category=laboratory&patient=Patient/{patientID}
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?category=http%3A%2F%2Fterminology.hl7.org%2FCodeSystem%2Fobservation-category%7Claboratory&date={date}&patient={patientID}
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?code={code}&patient={patientID}
Example:
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?category=laboratory&patient=Patient/1000000000048701
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?category=http%3A%2F%2Fterminology.hl7.org%2FCodeSystem%2Fobservation-category%7Claboratory&date=gt2017-10-16T13%3A52%3A48-04%3A00&patient=1000000000048701
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?code=5778-6&patient=1000000000048701
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://api-datamanager.carecloud.com/api/fhir/R4/DCM/DiagnosticReport?category={category}&patient={patientID}
Example:
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/DiagnosticReport?category=LAB&patient=1000000000048701
Allergy intolerance
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.
The API response will consist of a Bundle of Allergy intolerance resources. The following data elements will be included if available:
- Patient [patient.reference]
- Status [status]
- Substance Code (RXNORM) [substance.coding]
- Reaction Code (SNOMED-CT) [reaction.manifestation.coding]
- Severity [reaction.severity]
Get allergy intolerances associated with a specific patient
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/AllergyIntolerance?patient={patientID}
Example:
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/AllergyIntolerance?patient=1000000000055601
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://api-datamanager.carecloud.com/api/fhir/R4/DCM/Organization/{OrganizationID}
Example:
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Organization/10000
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.
The Observation Resource is used to provide responses to requests for Lab Results , Smoking Status , and Vital Signs. The API response for each of these data categories will consist of a Bundle of Observationresources.
Lab Results
- Patient [subject.reference]
- Status [status]
- Result Code (LOINC) [code.coding]
- Result Value [valueString]
- Reference Range [referenceRange.text]
- Result Time [effectiveDateTime]
Smoking Status
- Patient [subject.reference]
- Status [status]
- Recorded Date [issued]
- Value code [valueCodeableConcept.coding]
Code+Patient, patient + category + date,patient + category
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?code={code}&patient={patientID}
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?category={category}&date={date}&patient={patientID}
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?category={category}&patient={patientID}
Example:
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?code=8867-4&patient=1000000000048701
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?category=vital-signs&date=gt2015-06-21T11:15:00-04:00&patient=100000000
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?category=vital-signs&patient=1000000000055601
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://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?code={code}&patient={patientID}
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?category={category}&date={date}&patient={patientID}
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?category={category}&patient={patientID}
Example:
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?code=8289-1&patient=1000000000048701
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?category=vital-signs&date=gt2020-06-21T13:29:00-04:00&patient=100000000
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?category=vital-signs&patient=1000000000055601
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:
The API response will consist of a Bundle of Patient resources. The following data elements will be included if available:
- Identifiers (Local, SSN) [identifier]
- Name [name]
- Gender [gender]
- Date of Birth [birthDate]
- Phone [telecom]
- Email [telecom]
- Address [address]
- Marital Status [maritalStatus]
- Race [extension]
- Ethnicity [extension]
- Preferred Language [extension]
Get patient by resource ID
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Patient?_id={patientID}
Example:
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Patient?_id=1000000000048701
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://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?code={code}&patient=Patient/{patientID}
Example:
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?code=72166-2&patient=Patient/1000000000048701
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.
The Observation Resource is used to provide responses to requests for Lab Results , Smoking Status , and Vital Signs. The API response for each of these data categories will consist of a Bundle of Observationresources.
Lab Results
- Patient [subject.reference]
- Status [status]
- Result Code (LOINC) [code.coding]
- Result Value [valueString]
- Reference Range [referenceRange.text]
- Result Time [effectiveDateTime]
Smoking Status
- Patient [subject.reference]
- Status [status]
- Recorded Date [issued]
- Value code [valueCodeableConcept.coding]
Code+Patient, patient + category + date,patient + category
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?code={code}-9&patient={patientID}
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?category={category}&date={date}&patient={patientID}
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?category={category}&patient={patientID}
Example:
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?code=85354-9&patient=1000000000048701
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?category=vital-signs&date=gt2015-06-21T11:15:00-04:00&patient=100000000
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Observation?category=vital-signs&patient=1000000000055601
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.
The Provenance resource is derived from the US Core Provenance Profile.
The API response will consist of a Provenance resource.
This API is able to satisfy requests for data related to the USCDI Provenance Class.
Provenance ID
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Provenance/{ProvenanceID}}
Example:
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/Provenance/{ProvenanceID}
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://api-datamanager.carecloud.com/api/fhir/R4/DCM/DocumentReference?patient={patientID}
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/DiagnosticReport?patient={patientID}
Example:
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/DocumentReference?patient=1000000000055601
https://api-datamanager.carecloud.com/api/fhir/R4/DCM/DiagnosticReport?patient=1000000000048701
Connector Resources | |||||
---|---|---|---|---|---|