Observation

Overview

The Observation resource provides measurements or simple assertions about a patient that are useful for establishing baselines or trends, monitoring a patient’s progress, and establishing diagnoses. Most observations are simple name and value pair assertions but some observations, such as blood pressure, group other observations together logically. Examples of common observations includelaboratory results (blood sugar, hemoglobin), vital signs (temperature, blood pressure), personal characteristics (height, weight), and social history (tobacco use, birth sex). Also, see the DiagnosticReport resource for pathology, radiology, and microbiology reports.

Soarian Clinicals® supports a read-only Application Programming Interface (API). This API accepts GET and POST based search and GET based read interactions. The response represents the most current information about the patient charted in Soarian Clinicals® at the time of the query. The search results include the following fields if they contain values:

Terminology Bindings

Observation.category
  • Description
    • Codes for high level observation categories.
  • Details: Observation Category Codes
    System: https://terminology.hl7.org/CodeSystem/observation-category

Observation.code
  • Description
    • Codes identifying names of simple observations.
  • Details: LOINC
    System: https://loinc.org

  • Details: SNOMED CT
    System: http://snomed.info/sct

  • Details: CPT
    System: https://www.ama-assn.org/go/cpt

Observation.Component.code
  • Description
    • Codes identifying names of simple observations.
  • Details: LOINC
    System: https://loinc.org

  • Details: SNOMED CT
    System: http://snomed.info/sct

Observation.component.dataAbsentReason
  • Description
    • Codes for reasons data is absent.
  • Details: v4 data absentreason
    System: https://terminology.hl7.org/CodeSystem/data-absent-reason

Observation.component.valueCodeableConcept
  • Description
    • Codes for value of the observation.
  • Details: LOINC
    System: https://loinc.org

  • Details: SNOMED CT
    System: http://snomed.info/sct

  • Details: CPT
    System: https://www.ama-assn.org/go/cpt

Observation.interpretation
  • Description
    • Codes identifying interpretations of observations.
  • Details: v3 Interpretation Codes
    System: https://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation

Extensions

Search for Observation resources that meet the specified query parameters:

GET /Observation?:parameters

Authorization Types

Parameters

Name Required? Type Description
ID This, or patient token The logical resource ID associated with the resource.
patient See notes reference The patient the observation is about.
category See notes token The observation report’s category.
code See notes token The observation’s code.
encounter No reference The encounter associated with the observation record.
date No date Date range into which the observation falls. Example: date=gt2014-09-24 or date=lt2015-09-24T12:00:00.000Z
_count_ No count The maximum number of resources returned in a page.
_revinclude No _revinclude A request to include any Provenance resource in the bundle that refers to an Observation resource in the search results. Only supported with Provenance.

Notes

Headers

Accept: application/fhir+json
Authorization: <OAuth2 Bearer Token>

Example Search By Patient

Request Laboratory

GET https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/Observation?patient=A879904FD2FE4B2D90C89FDA84E1285F&category=laboratory

Response

Status: 200 OK
{
  "resourceType": "Bundle",
  "id": "a4988626-f234-4818-af49-1e8000c69365",
  "type": "searchset",
  "timestamp": "2022-05-14T14:00:33-04:00",
  "entry": [
    {
      "fullUrl": "https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/Observation/A879904FD2FE4B2D90C89FDA84E1285F.RES.20216",
      "search": {
        "mode": "match"
      },
      "resource": {
        "resourceType": "Observation",
        "id": "A879904FD2FE4B2D90C89FDA84E1285F.RES.20216",
        "status": "final",
        "meta": {
          "lastUpdated": "2020-12-16T19:32:57-05:00"
        },
        "category": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                "code": "laboratory",
                "display": "Laboratory"
              }
            ]
          }
        ],
        "subject": {
          "reference": "Patient/A879904FD2FE4B2D90C89FDA84E1285F",
          "display": "Mcgovern,Astrid Santiago"
        },
        "encounter": {
          "reference": "Encounter/A879904FD2FE4B2D90C89FDA84E1285F.29019",
          "display": "Inferno,Initial"
        },
        "effectiveDateTime": "2020-12-11T09:14:00-05:00",
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "6690-2"
            }
          ],
          "text": "WBC"
        },
        "valueString": ">=100UCUM http://unitsofmeasure.org,%",
        "text": {
          "status": "generated",
          "div": "<div xmlns="http://www.w3.org/1999/xhtml"><b>Observation</b><br />  <b>Patient</b>:Mcgovern,Astrid Santiago<br />   <b>Status</b>:final<br />   <b>Encounter</b>:Inferno,Initial<br />   <b>Category</b>:<br /> <b>System</b>:http://terminology.hl7.org/CodeSystem/observation-category <b>Code</b>:laboratory <b>Display</b>:Laboratory<br />    <b>Effective Time</b>:2020-12-11T09:14:00-05:00<br />   <b>Code</b>:<br />  <b>System</b>:http://loinc.org <b>Code</b>:6690-2 <b>Text</b>:WBC<br />    <b>Value</b>:&gt;=100UCUM http://unitsofmeasure.org,%<br />    </div>"
        }
      }
    }
  ],
  "link": [
    {
      "relation": "self",
      "url": "https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/Observation?patient=A879904FD2FE4B2D90C89FDA84E1285F&category=laboratory"
    }
  ]
}

Request Social History

GET https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/Observation?patient=A879904FD2FE4B2D90C89FDA84E1285F&category=social-history

Response

Status: 200 OK
{
  "resourceType": "Bundle",
  "id": "37a2aeea-8830-40ca-9bdb-8e58914f88ab",
  "type": "searchset",
  "timestamp": "2022-05-14T14:00:33-04:00",
  "entry": [
    {
      "fullUrl": "https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/Observation/A879904FD2FE4B2D90C89FDA84E1285F.NRS.SH.50306",
      "search": {
        "mode": "match"
      },
      "resource": {
        "resourceType": "Observation",
        "id": "A879904FD2FE4B2D90C89FDA84E1285F.NRS.SH.50306",
        "status": "final",
        "meta": {
          "lastUpdated": "2021-02-04T10:38:56-05:00"
        },
        "category": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                "code": "social-history",
                "display": "Social History"
              }
            ]
          }
        ],
        "subject": {
          "reference": "Patient/A879904FD2FE4B2D90C89FDA84E1285F",
          "display": "Mcgovern,Astrid Santiago"
        },
        "encounter": {
          "reference": "Encounter/A879904FD2FE4B2D90C89FDA84E1285F.29019",
          "display": "Inferno,Initial"
        },
        "effectiveDateTime": "2021-02-04T10:36:00-05:00",
        "issued": "2021-02-04T10:36:00-05:00",
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "76689-9"
            }
          ],
          "text": "CCDA_BirthSex_FN"
        },
        "valueString": "Female",
        "text": {
          "status": "generated",
          "div": "<div xmlns="http://www.w3.org/1999/xhtml"><b>Observation</b><br />  <b>Patient</b>:Mcgovern,Astrid Santiago<br />   <b>Status</b>:final<br />   <b>Encounter</b>:Inferno,Initial<br />   <b>Category</b>:<br /> <b>System</b>:http://terminology.hl7.org/CodeSystem/observation-category <b>Code</b>:social-history <b>Display</b>:Social History<br />   <b>Issued</b>:2021-02-04T10:36:00-05:00<br />   <b>Effective Time</b>:2021-02-04T10:36:00-05:00<br />   <b>Code</b>:<br />  <b>System</b>:http://loinc.org <b>Code</b>:76689-9 <b>Text</b>:CCDA_BirthSex_FN<br />    <b>Value</b>:Female<br />    </div>"
        }
      }
    },
    {
      "fullUrl": "https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/Observation/A879904FD2FE4B2D90C89FDA84E1285F.NRS.SH.43091",
      "search": {
        "mode": "match"
      },
      "resource": {
        "resourceType": "Observation",
        "id": "A879904FD2FE4B2D90C89FDA84E1285F.NRS.SH.43091",
        "status": "final",
        "meta": {
          "lastUpdated": "2020-11-15T16:38:15-05:00"
        },
        "category": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                "code": "social-history",
                "display": "Social History"
              }
            ]
          }
        ],
        "subject": {
          "reference": "Patient/A879904FD2FE4B2D90C89FDA84E1285F",
          "display": "Mcgovern,Astrid Santiago"
        },
        "encounter": {
          "reference": "Encounter/A879904FD2FE4B2D90C89FDA84E1285F.29019",
          "display": "Inferno,Initial"
        },
        "effectiveDateTime": "2020-11-15T16:37:00-05:00",
        "issued": "2020-11-15T16:37:00-05:00",
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "72166-2"
            }
          ],
          "text": "Tobacco Use?"
        },
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "449868002"
            }
          ],
          "text": "Daily Smoker"
        },
        "text": {
          "status": "generated",
          "div": "<div xmlns="http://www.w3.org/1999/xhtml"><b>Observation</b><br />  <b>Patient</b>:Mcgovern,Astrid Santiago<br />   <b>Status</b>:final<br />   <b>Encounter</b>:Inferno,Initial<br />   <b>Category</b>:<br /> <b>System</b>:http://terminology.hl7.org/CodeSystem/observation-category <b>Code</b>:social-history <b>Display</b>:Social History<br />   <b>Issued</b>:2020-11-15T16:37:00-05:00<br />   <b>Effective Time</b>:2020-11-15T16:37:00-05:00<br />   <b>Code</b>:<br />  <b>System</b>:http://loinc.org <b>Code</b>:72166-2 <b>Text</b>:Tobacco Use?<br />    <b>Value</b>:<br />  <b>System</b>:http://snomed.info/sct <b>Code</b>:449868002 <b>Text</b>:Daily Smoker<br />     </div>"
        }
      }
    }
  ],
  "link": [
    {
      "relation": "self",
      "url": "https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/Observation?patient=A879904FD2FE4B2D90C89FDA84E1285F&category=social-history"
    }
  ]
}

Request Vital Signs

GET https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/Observation?patient=A879904FD2FE4B2D90C89FDA84E1285F&category=vital-signs

Response

Status: 200 OK
{
  "resourceType": "Bundle",
  "id": "c766b0b2-2d1b-4dbb-a422-cc6a48e94959",
  "type": "searchset",
  "timestamp": "2022-05-14T14:00:33-04:00",
  "entry": [
    {
      "fullUrl": "https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/Observation/A879904FD2FE4B2D90C89FDA84E1285F.NRS.VS.50299",
      "search": {
        "mode": "match"
      },
      "resource": {
        "resourceType": "Observation",
        "id": "A879904FD2FE4B2D90C89FDA84E1285F.NRS.VS.50299",
        "status": "final",
        "meta": {
          "lastUpdated": "2021-02-04T10:38:56-05:00"
        },
        "category": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                "code": "vital-signs",
                "display": "Vital Signs"
              }
            ]
          }
        ],
        "subject": {
          "reference": "Patient/A879904FD2FE4B2D90C89FDA84E1285F",
          "display": "Mcgovern,Astrid Santiago"
        },
        "encounter": {
          "reference": "Encounter/A879904FD2FE4B2D90C89FDA84E1285F.29019",
          "display": "Inferno,Initial"
        },
        "effectiveDateTime": "2021-02-04T10:36:00-05:00",
        "issued": "2021-02-04T10:36:00-05:00",
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "29463-7"
            },
            {
              "system": "http://loinc.org",
              "code": "3141-9"
            }
          ],
          "text": "Weight"
        },
        "valueQuantity": {
          "system": "http://unitsofmeasure.org",
          "code": "kg",
          "value": 30,
          "unit": "kg"
        },
        "text": {
          "status": "generated",
          "div": "<div xmlns="http://www.w3.org/1999/xhtml"><b>Observation</b><br />  <b>Patient</b>:Mcgovern,Astrid Santiago<br />   <b>Status</b>:final<br />   <b>Encounter</b>:Inferno,Initial<br />   <b>Category</b>:<br /> <b>System</b>:http://terminology.hl7.org/CodeSystem/observation-category <b>Code</b>:vital-signs <b>Display</b>:Vital Signs<br />   <b>Issued</b>:2021-02-04T10:36:00-05:00<br />   <b>Effective Time</b>:2021-02-04T10:36:00-05:00<br />   <b>Code</b>:<br />  <b>System</b>:http://loinc.org <b>Code</b>:29463-7 <b>Text</b>:Weight<br />  <b>System</b>:http://loinc.org <b>Code</b>:3141-9 <b>Text</b>:Weight<br />    <b>Value</b>:<br />  <b>System</b>:http://unitsofmeasure.org  <b>Code</b>:kg <b>Unit</b>:kg <b>Value</b>:30<br />     </div>"
        }
      }
    },
    {
      "fullUrl": "https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/Observation/A879904FD2FE4B2D90C89FDA84E1285F.NRS.VS.50300",
      "search": {
        "mode": "match"
      },
      "resource": {
        "resourceType": "Observation",
        "id": "A879904FD2FE4B2D90C89FDA84E1285F.NRS.VS.50300",
        "status": "final",
        "meta": {
          "lastUpdated": "2021-02-04T10:38:56-05:00"
        },
        "category": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                "code": "vital-signs",
                "display": "Vital Signs"
              }
            ]
          }
        ],
        "subject": {
          "reference": "Patient/A879904FD2FE4B2D90C89FDA84E1285F",
          "display": "Mcgovern,Astrid Santiago"
        },
        "encounter": {
          "reference": "Encounter/A879904FD2FE4B2D90C89FDA84E1285F.29019",
          "display": "Inferno,Initial"
        },
        "effectiveDateTime": "2021-02-04T10:36:00-05:00",
        "issued": "2021-02-04T10:36:00-05:00",
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "8302-2"
            }
          ],
          "text": "Height"
        },
        "valueQuantity": {
          "system": "http://unitsofmeasure.org",
          "code": "cm",
          "value": 130,
          "unit": "cm"
        },
        "text": {
          "status": "generated",
          "div": "<div xmlns="http://www.w3.org/1999/xhtml"><b>Observation</b><br />  <b>Patient</b>:Mcgovern,Astrid Santiago<br />   <b>Status</b>:final<br />   <b>Encounter</b>:Inferno,Initial<br />   <b>Category</b>:<br /> <b>System</b>:http://terminology.hl7.org/CodeSystem/observation-category <b>Code</b>:vital-signs <b>Display</b>:Vital Signs<br />   <b>Issued</b>:2021-02-04T10:36:00-05:00<br />   <b>Effective Time</b>:2021-02-04T10:36:00-05:00<br />   <b>Code</b>:<br />  <b>System</b>:http://loinc.org <b>Code</b>:8302-2 <b>Text</b>:Height<br />    <b>Value</b>:<br />  <b>System</b>:http://unitsofmeasure.org  <b>Code</b>:cm <b>Unit</b>:cm <b>Value</b>:130<br />     </div>"
        }
      }
    },
    {
      "fullUrl": "https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/Observation/A879904FD2FE4B2D90C89FDA84E1285F.NRS.VS.50303",
      "search": {
        "mode": "match"
      },
      "resource": {
        "resourceType": "Observation",
        "id": "A879904FD2FE4B2D90C89FDA84E1285F.NRS.VS.50303",
        "status": "final",
        "meta": {
          "lastUpdated": "2021-02-04T10:38:56-05:00"
        },
        "category": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                "code": "vital-signs",
                "display": "Vital Signs"
              }
            ]
          }
        ],
        "subject": {
          "reference": "Patient/A879904FD2FE4B2D90C89FDA84E1285F",
          "display": "Mcgovern,Astrid Santiago"
        },
        "encounter": {
          "reference": "Encounter/A879904FD2FE4B2D90C89FDA84E1285F.29019",
          "display": "Inferno,Initial"
        },
        "effectiveDateTime": "2021-02-04T10:36:00-05:00",
        "issued": "2021-02-04T10:36:00-05:00",
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "9843-4"
            }
          ],
          "text": "Head Circumference"
        },
        "valueQuantity": {
          "system": "http://unitsofmeasure.org",
          "code": "cm",
          "value": 55,
          "unit": "cm"
        },
        "text": {
          "status": "generated",
          "div": "<div xmlns="http://www.w3.org/1999/xhtml"><b>Observation</b><br />  <b>Patient</b>:Mcgovern,Astrid Santiago<br />   <b>Status</b>:final<br />   <b>Encounter</b>:Inferno,Initial<br />   <b>Category</b>:<br /> <b>System</b>:http://terminology.hl7.org/CodeSystem/observation-category <b>Code</b>:vital-signs <b>Display</b>:Vital Signs<br />   <b>Issued</b>:2021-02-04T10:36:00-05:00<br />   <b>Effective Time</b>:2021-02-04T10:36:00-05:00<br />   <b>Code</b>:<br />  <b>System</b>:http://loinc.org <b>Code</b>:9843-4 <b>Text</b>:Head Circumference<br />    <b>Value</b>:<br />  <b>System</b>:http://unitsofmeasure.org  <b>Code</b>:cm <b>Unit</b>:cm <b>Value</b>:55<br />     </div>"
        }
      }
    },
    {
      "fullUrl": "https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/Observation/A879904FD2FE4B2D90C89FDA84E1285F.NRS.VS.50305",
      "search": {
        "mode": "match"
      },
      "resource": {
        "resourceType": "Observation",
        "id": "A879904FD2FE4B2D90C89FDA84E1285F.NRS.VS.50305",
        "status": "final",
        "meta": {
          "lastUpdated": "2021-02-04T10:38:56-05:00"
        },
        "category": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                "code": "vital-signs",
                "display": "Vital Signs"
              }
            ]
          }
        ],
        "subject": {
          "reference": "Patient/A879904FD2FE4B2D90C89FDA84E1285F",
          "display": "Mcgovern,Astrid Santiago"
        },
        "encounter": {
          "reference": "Encounter/A879904FD2FE4B2D90C89FDA84E1285F.29019",
          "display": "Inferno,Initial"
        },
        "effectiveDateTime": "2021-02-04T10:36:00-05:00",
        "issued": "2021-02-04T10:36:00-05:00",
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "39156-5"
            }
          ],
          "text": "Body Mass Index"
        },
        "valueQuantity": {
          "system": "http://unitsofmeasure.org",
          "code": "kg/m2",
          "value": 17.75,
          "unit": "kg/m2"
        },
        "text": {
          "status": "generated",
          "div": "<div xmlns="http://www.w3.org/1999/xhtml"><b>Observation</b><br />  <b>Patient</b>:Mcgovern,Astrid Santiago<br />   <b>Status</b>:final<br />   <b>Encounter</b>:Inferno,Initial<br />   <b>Category</b>:<br /> <b>System</b>:http://terminology.hl7.org/CodeSystem/observation-category <b>Code</b>:vital-signs <b>Display</b>:Vital Signs<br />   <b>Issued</b>:2021-02-04T10:36:00-05:00<br />   <b>Effective Time</b>:2021-02-04T10:36:00-05:00<br />   <b>Code</b>:<br />  <b>System</b>:http://loinc.org <b>Code</b>:39156-5 <b>Text</b>:Body Mass Index<br />    <b>Value</b>:<br />  <b>System</b>:http://unitsofmeasure.org  <b>Code</b>:kg/m2 <b>Unit</b>:kg/m2 <b>Value</b>:17.75<br />     </div>"
        }
      }
    },
    {
      "fullUrl": "https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/Observation/A879904FD2FE4B2D90C89FDA84E1285F.NRS.VS.50308",
      "search": {
        "mode": "match"
      },
      "resource": {
        "resourceType": "Observation",
        "id": "A879904FD2FE4B2D90C89FDA84E1285F.NRS.VS.50308",
        "status": "final",
        "meta": {
          "lastUpdated": "2021-02-04T10:38:56-05:00"
        },
        "category": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                "code": "vital-signs",
                "display": "Vital Signs"
              }
            ]
          }
        ],
        "subject": {
          "reference": "Patient/A879904FD2FE4B2D90C89FDA84E1285F",
          "display": "Mcgovern,Astrid Santiago"
        },
        "encounter": {
          "reference": "Encounter/A879904FD2FE4B2D90C89FDA84E1285F.29019",
          "display": "Inferno,Initial"
        },
        "effectiveDateTime": "2021-02-04T10:36:00-05:00",
        "issued": "2021-02-04T10:39:00-05:00",
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "59576-9"
            }
          ],
          "text": "BMI for Age Percentile"
        },
        "valueQuantity": {
          "system": "http://unitsofmeasure.org",
          "code": "%",
          "value": 55,
          "unit": "%"
        },
        "note": [
          {
            "text": "CDC 2-20 years chart,Female"
          }
        ],
        "text": {
          "status": "generated",
          "div": "<div xmlns="http://www.w3.org/1999/xhtml"><b>Observation</b><br />  <b>Patient</b>:Mcgovern,Astrid Santiago<br />   <b>Status</b>:final<br />   <b>Encounter</b>:Inferno,Initial<br />   <b>Category</b>:<br /> <b>System</b>:http://terminology.hl7.org/CodeSystem/observation-category <b>Code</b>:vital-signs <b>Display</b>:Vital Signs<br />   <b>Issued</b>:2021-02-04T10:39:00-05:00<br />   <b>Effective Time</b>:2021-02-04T10:36:00-05:00<br />   <b>Code</b>:<br />  <b>System</b>:http://loinc.org <b>Code</b>:59576-9 <b>Text</b>:BMI for Age Percentile<br />    <b>Value</b>:<br />  <b>System</b>:http://unitsofmeasure.org  <b>Code</b>:% <b>Unit</b>:% <b>Value</b>:55<br />     </div>"
        }
      }
    },
    {
      "fullUrl": "https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/Observation/A879904FD2FE4B2D90C89FDA84E1285F.NRS.VS.49087",
      "search": {
        "mode": "match"
      },
      "resource": {
        "resourceType": "Observation",
        "id": "A879904FD2FE4B2D90C89FDA84E1285F.NRS.VS.49087",
        "status": "final",
        "meta": {
          "lastUpdated": "2021-01-21T16:02:10-05:00"
        },
        "category": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                "code": "vital-signs",
                "display": "Vital Signs"
              }
            ]
          }
        ],
        "subject": {
          "reference": "Patient/A879904FD2FE4B2D90C89FDA84E1285F",
          "display": "Mcgovern,Astrid Santiago"
        },
        "encounter": {
          "reference": "Encounter/A879904FD2FE4B2D90C89FDA84E1285F.29019",
          "display": "Inferno,Initial"
        },
        "effectiveDateTime": "2021-01-21T15:09:00-05:00",
        "issued": "2021-01-21T15:09:00-05:00",
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "29463-7"
            },
            {
              "system": "http://loinc.org",
              "code": "3141-9"
            }
          ],
          "text": "Weight"
        },
        "valueQuantity": {
          "system": "http://unitsofmeasure.org",
          "code": "kg",
          "value": 59.9025,
          "unit": "kg"
        },
        "text": {
          "status": "generated",
          "div": "<div xmlns="http://www.w3.org/1999/xhtml"><b>Observation</b><br />  <b>Patient</b>:Mcgovern,Astrid Santiago<br />   <b>Status</b>:final<br />   <b>Encounter</b>:Inferno,Initial<br />   <b>Category</b>:<br /> <b>System</b>:http://terminology.hl7.org/CodeSystem/observation-category <b>Code</b>:vital-signs <b>Display</b>:Vital Signs<br />   <b>Issued</b>:2021-01-21T15:09:00-05:00<br />   <b>Effective Time</b>:2021-01-21T15:09:00-05:00<br />   <b>Code</b>:<br />  <b>System</b>:http://loinc.org <b>Code</b>:29463-7 <b>Text</b>:Weight<br />  <b>System</b>:http://loinc.org <b>Code</b>:3141-9 <b>Text</b>:Weight<br />    <b>Value</b>:<br />  <b>System</b>:http://unitsofmeasure.org  <b>Code</b>:kg <b>Unit</b>:kg <b>Value</b>:59.9025<br />     </div>"
        }
      }
    },
    {
      "fullUrl": "https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/Observation/A879904FD2FE4B2D90C89FDA84E1285F.NRS.VS.49088",
      "search": {
        "mode": "match"
      },
      "resource": {
        "resourceType": "Observation",
        "id": "A879904FD2FE4B2D90C89FDA84E1285F.NRS.VS.49088",
        "status": "final",
        "meta": {
          "lastUpdated": "2021-01-21T16:02:10-05:00"
        },
        "category": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                "code": "vital-signs",
                "display": "Vital Signs"
              }
            ]
          }
        ],
        "subject": {
          "reference": "Patient/A879904FD2FE4B2D90C89FDA84E1285F",
          "display": "Mcgovern,Astrid Santiago"
        },
        "encounter": {
          "reference": "Encounter/A879904FD2FE4B2D90C89FDA84E1285F.29019",
          "display": "Inferno,Initial"
        },
        "effectiveDateTime": "2021-01-21T15:09:00-05:00",
        "issued": "2021-01-21T15:09:00-05:00",
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "8302-2"
            }
          ],
          "text": "Height"
        },
        "valueQuantity": {
          "system": "http://unitsofmeasure.org",
          "code": "cm",
          "value": 170.18,
          "unit": "cm"
        },
        "text": {
          "status": "generated",
          "div": "<div xmlns="http://www.w3.org/1999/xhtml"><b>Observation</b><br />  <b>Patient</b>:Mcgovern,Astrid Santiago<br />   <b>Status</b>:final<br />   <b>Encounter</b>:Inferno,Initial<br />   <b>Category</b>:<br /> <b>System</b>:http://terminology.hl7.org/CodeSystem/observation-category <b>Code</b>:vital-signs <b>Display</b>:Vital Signs<br />   <b>Issued</b>:2021-01-21T15:09:00-05:00<br />   <b>Effective Time</b>:2021-01-21T15:09:00-05:00<br />   <b>Code</b>:<br />  <b>System</b>:http://loinc.org <b>Code</b>:8302-2 <b>Text</b>:Height<br />    <b>Value</b>:<br />  <b>System</b>:http://unitsofmeasure.org  <b>Code</b>:cm <b>Unit</b>:cm <b>Value</b>:170.18<br />     </div>"
        }
      }
    },
    {
      "fullUrl": "https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/Observation/A879904FD2FE4B2D90C89FDA84E1285F.NRS.VS.49090",
      "search": {
        "mode": "match"
      },
      "resource": {
        "resourceType": "Observation",
        "id": "A879904FD2FE4B2D90C89FDA84E1285F.NRS.VS.49090",
        "status": "final",
        "meta": {
          "lastUpdated": "2021-01-21T16:02:10-05:00"
        },
        "category": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                "code": "vital-signs",
                "display": "Vital Signs"
              }
            ]
          }
        ],
        "subject": {
          "reference": "Patient/A879904FD2FE4B2D90C89FDA84E1285F",
          "display": "Mcgovern,Astrid Santiago"
        },
        "encounter": {
          "reference": "Encounter/A879904FD2FE4B2D90C89FDA84E1285F.29019",
          "display": "Inferno,Initial"
        },
        "effectiveDateTime": "2021-01-21T15:09:00-05:00",
        "issued": "2021-01-21T15:09:00-05:00",
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "8310-5"
            }
          ],
          "text": "Body Temperature"
        },
        "valueQuantity": {
          "system": "http://unitsofmeasure.org",
          "code": "Cel",
          "value": 36.667,
          "unit": "Cel"
        },
        "text": {
          "status": "generated",
          "div": "<div xmlns="http://www.w3.org/1999/xhtml"><b>Observation</b><br />  <b>Patient</b>:Mcgovern,Astrid Santiago<br />   <b>Status</b>:final<br />   <b>Encounter</b>:Inferno,Initial<br />   <b>Category</b>:<br /> <b>System</b>:http://terminology.hl7.org/CodeSystem/observation-category <b>Code</b>:vital-signs <b>Display</b>:Vital Signs<br />   <b>Issued</b>:2021-01-21T15:09:00-05:00<br />   <b>Effective Time</b>:2021-01-21T15:09:00-05:00<br />   <b>Code</b>:<br />  <b>System</b>:http://loinc.org <b>Code</b>:8310-5 <b>Text</b>:Body Temperature<br />    <b>Value</b>:<br />  <b>System</b>:http://unitsofmeasure.org  <b>Code</b>:Cel <b>Unit</b>:Cel <b>Value</b>:36.667<br />     </div>"
        }
      }
    },
    {
      "fullUrl": "https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/Observation/A879904FD2FE4B2D90C89FDA84E1285F.NRS.VS.49091",
      "search": {
        "mode": "match"
      },
      "resource": {
        "resourceType": "Observation",
        "id": "A879904FD2FE4B2D90C89FDA84E1285F.NRS.VS.49091",
        "status": "final",
        "meta": {
          "lastUpdated": "2021-01-21T16:02:10-05:00"
        },
        "category": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                "code": "vital-signs",
                "display": "Vital Signs"
              }
            ]
          }
        ],
        "subject": {
          "reference": "Patient/A879904FD2FE4B2D90C89FDA84E1285F",
          "display": "Mcgovern,Astrid Santiago"
        },
        "encounter": {
          "reference": "Encounter/A879904FD2FE4B2D90C89FDA84E1285F.29019",
          "display": "Inferno,Initial"
        },
        "effectiveDateTime": "2021-01-21T15:09:00-05:00",
        "issued": "2021-01-21T15:09:00-05:00",
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "85354-9"
            }
          ],
          "text": "A_BP"
        },
        "component": [
          {
            "code": {
              "coding": [
                {
                  "system": "http://loinc.org",
                  "code": "8480-6"
                }
              ],
              "text": "A_BP"
            },
            "valueQuantity": {
              "system": "http://unitsofmeasure.org",
              "code": "mm[Hg]",
              "value": 124,
              "unit": "mm[Hg]"
            }
          },
          {
            "code": {
              "coding": [
                {
                  "system": "http://loinc.org",
                  "code": "8462-4"
                }
              ],
              "text": "A_BP"
            },
            "valueQuantity": {
              "system": "http://unitsofmeasure.org",
              "code": "mm[Hg]",
              "value": 88,
              "unit": "mm[Hg]"
            }
          }
        ],
        "text": {
          "status": "generated",
          "div": "<div xmlns="http://www.w3.org/1999/xhtml"><b>Observation</b><br />  <b>Patient</b>:Mcgovern,Astrid Santiago<br />   <b>Status</b>:final<br />   <b>Encounter</b>:Inferno,Initial<br />   <b>Category</b>:<br /> <b>System</b>:http://terminology.hl7.org/CodeSystem/observation-category <b>Code</b>:vital-signs <b>Display</b>:Vital Signs<br />   <b>Issued</b>:2021-01-21T15:09:00-05:00<br />   <b>Effective Time</b>:2021-01-21T15:09:00-05:00<br />   <b>Code</b>:<br />  <b>System</b>:http://loinc.org <b>Code</b>:85354-9 <b>Text</b>:A_BP<br />       <b>Components</b>:  <ul><li>    <b>Component Code</b>:<br />  <b>System</b>:http://loinc.org <b>Code</b>:8480-6 <b>Text</b>:A_BP<br />    <b>Component Value</b>:<br />  <b>System</b>:http://unitsofmeasure.org <b>Code</b>:mm[Hg] <b>Unit</b>:mm[Hg] <b>Value</b>:124<br />    </li><li>    <b>Component Code</b>:<br />  <b>System</b>:http://loinc.org <b>Code</b>:8462-4 <b>Text</b>:A_BP<br />    <b>Component Value</b>:<br />  <b>System</b>:http://unitsofmeasure.org <b>Code</b>:mm[Hg] <b>Unit</b>:mm[Hg] <b>Value</b>:88<br />     </li></ul>   <br /> </div>"
        }
      }
    },
    {
      "fullUrl": "https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/Observation/A879904FD2FE4B2D90C89FDA84E1285F.NRS.VS.49093",
      "search": {
        "mode": "match"
      },
      "resource": {
        "resourceType": "Observation",
        "id": "A879904FD2FE4B2D90C89FDA84E1285F.NRS.VS.49093",
        "status": "final",
        "meta": {
          "lastUpdated": "2021-01-21T16:02:10-05:00"
        },
        "category": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                "code": "vital-signs",
                "display": "Vital Signs"
              }
            ]
          }
        ],
        "subject": {
          "reference": "Patient/A879904FD2FE4B2D90C89FDA84E1285F",
          "display": "Mcgovern,Astrid Santiago"
        },
        "encounter": {
          "reference": "Encounter/A879904FD2FE4B2D90C89FDA84E1285F.29019",
          "display": "Inferno,Initial"
        },
        "effectiveDateTime": "2021-01-21T15:09:00-05:00",
        "issued": "2021-01-21T15:09:00-05:00",
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "9843-4"
            }
          ],
          "text": "Head Circumference"
        },
        "valueQuantity": {
          "system": "http://unitsofmeasure.org",
          "code": "cm",
          "value": 49,
          "unit": "cm"
        },
        "text": {
          "status": "generated",
          "div": "<div xmlns="http://www.w3.org/1999/xhtml"><b>Observation</b><br />  <b>Patient</b>:Mcgovern,Astrid Santiago<br />   <b>Status</b>:final<br />   <b>Encounter</b>:Inferno,Initial<br />   <b>Category</b>:<br /> <b>System</b>:http://terminology.hl7.org/CodeSystem/observation-category <b>Code</b>:vital-signs <b>Display</b>:Vital Signs<br />   <b>Issued</b>:2021-01-21T15:09:00-05:00<br />   <b>Effective Time</b>:2021-01-21T15:09:00-05:00<br />   <b>Code</b>:<br />  <b>System</b>:http://loinc.org <b>Code</b>:9843-4 <b>Text</b>:Head Circumference<br />    <b>Value</b>:<br />  <b>System</b>:http://unitsofmeasure.org  <b>Code</b>:cm <b>Unit</b>:cm <b>Value</b>:49<br />     </div>"
        }
      }
    },
    {
      "fullUrl": "https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/Observation/A879904FD2FE4B2D90C89FDA84E1285F.NRS.VS.49096",
      "search": {
        "mode": "match"
      },
      "resource": {
        "resourceType": "Observation",
        "id": "A879904FD2FE4B2D90C89FDA84E1285F.NRS.VS.49096",
        "status": "final",
        "meta": {
          "lastUpdated": "2021-01-21T16:02:10-05:00"
        },
        "category": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                "code": "vital-signs",
                "display": "Vital Signs"
              }
            ]
          }
        ],
        "subject": {
          "reference": "Patient/A879904FD2FE4B2D90C89FDA84E1285F",
          "display": "Mcgovern,Astrid Santiago"
        },
        "encounter": {
          "reference": "Encounter/A879904FD2FE4B2D90C89FDA84E1285F.29019",
          "display": "Inferno,Initial"
        },
        "effectiveDateTime": "2021-01-21T15:09:00-05:00",
        "issued": "2021-01-21T15:09:00-05:00",
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "39156-5"
            }
          ],
          "text": "Body Mass Index"
        },
        "valueQuantity": {
          "system": "http://unitsofmeasure.org",
          "code": "kg/m2",
          "value": 20.68,
          "unit": "kg/m2"
        },
        "text": {
          "status": "generated",
          "div": "<div xmlns="http://www.w3.org/1999/xhtml"><b>Observation</b><br />  <b>Patient</b>:Mcgovern,Astrid Santiago<br />   <b>Status</b>:final<br />   <b>Encounter</b>:Inferno,Initial<br />   <b>Category</b>:<br /> <b>System</b>:http://terminology.hl7.org/CodeSystem/observation-category <b>Code</b>:vital-signs <b>Display</b>:Vital Signs<br />   <b>Issued</b>:2021-01-21T15:09:00-05:00<br />   <b>Effective Time</b>:2021-01-21T15:09:00-05:00<br />   <b>Code</b>:<br />  <b>System</b>:http://loinc.org <b>Code</b>:39156-5 <b>Text</b>:Body Mass Index<br />    <b>Value</b>:<br />  <b>System</b>:http://unitsofmeasure.org  <b>Code</b>:kg/m2 <b>Unit</b>:kg/m2 <b>Value</b>:20.68<br />     </div>"
        }
      }
    },
    {
      "fullUrl": "https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/Observation/A879904FD2FE4B2D90C89FDA84E1285F.NRS.VS.49097",
      "search": {
        "mode": "match"
      },
      "resource": {
        "resourceType": "Observation",
        "id": "A879904FD2FE4B2D90C89FDA84E1285F.NRS.VS.49097",
        "status": "final",
        "meta": {
          "lastUpdated": "2021-01-21T16:02:10-05:00"
        },
        "category": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                "code": "vital-signs",
                "display": "Vital Signs"
              }
            ]
          }
        ],
        "subject": {
          "reference": "Patient/A879904FD2FE4B2D90C89FDA84E1285F",
          "display": "Mcgovern,Astrid Santiago"
        },
        "encounter": {
          "reference": "Encounter/A879904FD2FE4B2D90C89FDA84E1285F.29019",
          "display": "Inferno,Initial"
        },
        "effectiveDateTime": "2021-01-21T15:09:00-05:00",
        "issued": "2021-01-21T15:09:00-05:00",
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "8867-4"
            }
          ],
          "text": "A_Pulse"
        },
        "valueQuantity": {
          "system": "http://unitsofmeasure.org",
          "code": "/min",
          "value": 78,
          "unit": "/min"
        },
        "text": {
          "status": "generated",
          "div": "<div xmlns="http://www.w3.org/1999/xhtml"><b>Observation</b><br />  <b>Patient</b>:Mcgovern,Astrid Santiago<br />   <b>Status</b>:final<br />   <b>Encounter</b>:Inferno,Initial<br />   <b>Category</b>:<br /> <b>System</b>:http://terminology.hl7.org/CodeSystem/observation-category <b>Code</b>:vital-signs <b>Display</b>:Vital Signs<br />   <b>Issued</b>:2021-01-21T15:09:00-05:00<br />   <b>Effective Time</b>:2021-01-21T15:09:00-05:00<br />   <b>Code</b>:<br />  <b>System</b>:http://loinc.org <b>Code</b>:8867-4 <b>Text</b>:A_Pulse<br />    <b>Value</b>:<br />  <b>System</b>:http://unitsofmeasure.org  <b>Code</b>:/min <b>Unit</b>:/min <b>Value</b>:78<br />     </div>"
        }
      }
    },
    {
      "fullUrl": "https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/Observation/A879904FD2FE4B2D90C89FDA84E1285F.NRS.VS.49098",
      "search": {
        "mode": "match"
      },
      "resource": {
        "resourceType": "Observation",
        "id": "A879904FD2FE4B2D90C89FDA84E1285F.NRS.VS.49098",
        "status": "final",
        "meta": {
          "lastUpdated": "2021-01-21T16:02:10-05:00"
        },
        "category": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                "code": "vital-signs",
                "display": "Vital Signs"
              }
            ]
          }
        ],
        "subject": {
          "reference": "Patient/A879904FD2FE4B2D90C89FDA84E1285F",
          "display": "Mcgovern,Astrid Santiago"
        },
        "encounter": {
          "reference": "Encounter/A879904FD2FE4B2D90C89FDA84E1285F.29019",
          "display": "Inferno,Initial"
        },
        "effectiveDateTime": "2021-01-21T15:09:00-05:00",
        "issued": "2021-01-21T15:09:00-05:00",
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "2708-6"
            },
            {
              "system": "http://loinc.org",
              "code": "59408-5"
            }
          ],
          "text": "Pulse Ox (%)"
        },
        "valueQuantity": {
          "system": "http://unitsofmeasure.org",
          "code": "%",
          "value": 97,
          "unit": "%"
        },
        "component": [
          {
            "code": {
              "coding": [
                {
                  "system": "http://loinc.org",
                  "code": "3150-0"
                }
              ],
              "text": "FIO2% Actual"
            },
            "valueQuantity": {
              "system": "http://unitsofmeasure.org",
              "code": "%",
              "value": 21,
              "unit": "%"
            }
          },
          {
            "code": {
              "coding": [
                {
                  "system": "http://loinc.org",
                  "code": "3151-8"
                }
              ],
              "text": "Liter Flow (min)"
            },
            "valueQuantity": {
              "system": "http://unitsofmeasure.org",
              "code": "L/min",
              "value": 3,
              "unit": "L/min"
            }
          }
        ],
        "text": {
          "status": "generated",
          "div": "<div xmlns="http://www.w3.org/1999/xhtml"><b>Observation</b><br />  <b>Patient</b>:Mcgovern,Astrid Santiago<br />   <b>Status</b>:final<br />   <b>Encounter</b>:Inferno,Initial<br />   <b>Category</b>:<br /> <b>System</b>:http://terminology.hl7.org/CodeSystem/observation-category <b>Code</b>:vital-signs <b>Display</b>:Vital Signs<br />   <b>Issued</b>:2021-01-21T15:09:00-05:00<br />   <b>Effective Time</b>:2021-01-21T15:09:00-05:00<br />   <b>Code</b>:<br />  <b>System</b>:http://loinc.org <b>Code</b>:2708-6 <b>Text</b>:Pulse Ox (%)<br />  <b>System</b>:http://loinc.org <b>Code</b>:59408-5 <b>Text</b>:Pulse Ox (%)<br />    <b>Value</b>:<br />  <b>System</b>:http://unitsofmeasure.org  <b>Code</b>:% <b>Unit</b>:% <b>Value</b>:97<br />      <b>Components</b>:  <ul><li>    <b>Component Code</b>:<br />  <b>System</b>:http://loinc.org <b>Code</b>:3150-0 <b>Text</b>:FIO2% Actual<br />    <b>Component Value</b>:<br />  <b>System</b>:http://unitsofmeasure.org <b>Code</b>:% <b>Unit</b>:% <b>Value</b>:21<br />    </li><li>    <b>Component Code</b>:<br />  <b>System</b>:http://loinc.org <b>Code</b>:3151-8 <b>Text</b>:Liter Flow (min)<br />    <b>Component Value</b>:<br />  <b>System</b>:http://unitsofmeasure.org <b>Code</b>:L/min <b>Unit</b>:L/min <b>Value</b>:3<br />     </li></ul>   <br /> </div>"
        }
      }
    },
    {
      "fullUrl": "https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/Observation/A879904FD2FE4B2D90C89FDA84E1285F.NRS.VS.49099",
      "search": {
        "mode": "match"
      },
      "resource": {
        "resourceType": "Observation",
        "id": "A879904FD2FE4B2D90C89FDA84E1285F.NRS.VS.49099",
        "status": "final",
        "meta": {
          "lastUpdated": "2021-01-21T16:02:10-05:00"
        },
        "category": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                "code": "vital-signs",
                "display": "Vital Signs"
              }
            ]
          }
        ],
        "subject": {
          "reference": "Patient/A879904FD2FE4B2D90C89FDA84E1285F",
          "display": "Mcgovern,Astrid Santiago"
        },
        "encounter": {
          "reference": "Encounter/A879904FD2FE4B2D90C89FDA84E1285F.29019",
          "display": "Inferno,Initial"
        },
        "effectiveDateTime": "2021-01-21T15:09:00-05:00",
        "issued": "2021-01-21T15:09:00-05:00",
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "9279-1"
            }
          ],
          "text": "Respirations"
        },
        "valueQuantity": {
          "system": "http://unitsofmeasure.org",
          "code": "/min",
          "value": 15,
          "unit": "/min"
        },
        "text": {
          "status": "generated",
          "div": "<div xmlns="http://www.w3.org/1999/xhtml"><b>Observation</b><br />  <b>Patient</b>:Mcgovern,Astrid Santiago<br />   <b>Status</b>:final<br />   <b>Encounter</b>:Inferno,Initial<br />   <b>Category</b>:<br /> <b>System</b>:http://terminology.hl7.org/CodeSystem/observation-category <b>Code</b>:vital-signs <b>Display</b>:Vital Signs<br />   <b>Issued</b>:2021-01-21T15:09:00-05:00<br />   <b>Effective Time</b>:2021-01-21T15:09:00-05:00<br />   <b>Code</b>:<br />  <b>System</b>:http://loinc.org <b>Code</b>:9279-1 <b>Text</b>:Respirations<br />    <b>Value</b>:<br />  <b>System</b>:http://unitsofmeasure.org  <b>Code</b>:/min <b>Unit</b>:/min <b>Value</b>:15<br />     </div>"
        }
      }
    },
    {
      "fullUrl": "https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/Observation/A879904FD2FE4B2D90C89FDA84E1285F.NRS.VS.43096",
      "search": {
        "mode": "match"
      },
      "resource": {
        "resourceType": "Observation",
        "id": "A879904FD2FE4B2D90C89FDA84E1285F.NRS.VS.43096",
        "status": "final",
        "meta": {
          "lastUpdated": "2020-11-15T16:45:25-05:00"
        },
        "category": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                "code": "vital-signs",
                "display": "Vital Signs"
              }
            ]
          }
        ],
        "subject": {
          "reference": "Patient/A879904FD2FE4B2D90C89FDA84E1285F",
          "display": "Mcgovern,Astrid Santiago"
        },
        "encounter": {
          "reference": "Encounter/A879904FD2FE4B2D90C89FDA84E1285F.29019",
          "display": "Inferno,Initial"
        },
        "effectiveDateTime": "2020-11-15T16:38:00-05:00",
        "issued": "2020-11-15T16:38:00-05:00",
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "29463-7"
            },
            {
              "system": "http://loinc.org",
              "code": "3141-9"
            }
          ],
          "text": "Weight"
        },
        "valueQuantity": {
          "system": "http://unitsofmeasure.org",
          "code": "kg",
          "value": 61.235,
          "unit": "kg"
        },
        "text": {
          "status": "generated",
          "div": "<div xmlns="http://www.w3.org/1999/xhtml"><b>Observation</b><br />  <b>Patient</b>:Mcgovern,Astrid Santiago<br />   <b>Status</b>:final<br />   <b>Encounter</b>:Inferno,Initial<br />   <b>Category</b>:<br /> <b>System</b>:http://terminology.hl7.org/CodeSystem/observation-category <b>Code</b>:vital-signs <b>Display</b>:Vital Signs<br />   <b>Issued</b>:2020-11-15T16:38:00-05:00<br />   <b>Effective Time</b>:2020-11-15T16:38:00-05:00<br />   <b>Code</b>:<br />  <b>System</b>:http://loinc.org <b>Code</b>:29463-7 <b>Text</b>:Weight<br />  <b>System</b>:http://loinc.org <b>Code</b>:3141-9 <b>Text</b>:Weight<br />    <b>Value</b>:<br />  <b>System</b>:http://unitsofmeasure.org  <b>Code</b>:kg <b>Unit</b>:kg <b>Value</b>:61.235<br />     </div>"
        }
      }
    },
    {
      "fullUrl": "https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/Observation/A879904FD2FE4B2D90C89FDA84E1285F.NRS.VS.43097",
      "search": {
        "mode": "match"
      },
      "resource": {
        "resourceType": "Observation",
        "id": "A879904FD2FE4B2D90C89FDA84E1285F.NRS.VS.43097",
        "status": "final",
        "meta": {
          "lastUpdated": "2020-11-15T16:45:25-05:00"
        },
        "category": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                "code": "vital-signs",
                "display": "Vital Signs"
              }
            ]
          }
        ],
        "subject": {
          "reference": "Patient/A879904FD2FE4B2D90C89FDA84E1285F",
          "display": "Mcgovern,Astrid Santiago"
        },
        "encounter": {
          "reference": "Encounter/A879904FD2FE4B2D90C89FDA84E1285F.29019",
          "display": "Inferno,Initial"
        },
        "effectiveDateTime": "2020-11-15T16:38:00-05:00",
        "issued": "2020-11-15T16:38:00-05:00",
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "8302-2"
            }
          ],
          "text": "Height"
        },
        "valueQuantity": {
          "system": "http://unitsofmeasure.org",
          "code": "cm",
          "value": 170.18,
          "unit": "cm"
        },
        "text": {
          "status": "generated",
          "div": "<div xmlns="http://www.w3.org/1999/xhtml"><b>Observation</b><br />  <b>Patient</b>:Mcgovern,Astrid Santiago<br />   <b>Status</b>:final<br />   <b>Encounter</b>:Inferno,Initial<br />   <b>Category</b>:<br /> <b>System</b>:http://terminology.hl7.org/CodeSystem/observation-category <b>Code</b>:vital-signs <b>Display</b>:Vital Signs<br />   <b>Issued</b>:2020-11-15T16:38:00-05:00<br />   <b>Effective Time</b>:2020-11-15T16:38:00-05:00<br />   <b>Code</b>:<br />  <b>System</b>:http://loinc.org <b>Code</b>:8302-2 <b>Text</b>:Height<br />    <b>Value</b>:<br />  <b>System</b>:http://unitsofmeasure.org  <b>Code</b>:cm <b>Unit</b>:cm <b>Value</b>:170.18<br />     </div>"
        }
      }
    },
    {
      "fullUrl": "https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/Observation/A879904FD2FE4B2D90C89FDA84E1285F.NRS.VS.43098",
      "search": {
        "mode": "match"
      },
      "resource": {
        "resourceType": "Observation",
        "id": "A879904FD2FE4B2D90C89FDA84E1285F.NRS.VS.43098",
        "status": "final",
        "meta": {
          "lastUpdated": "2020-11-15T16:45:25-05:00"
        },
        "category": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                "code": "vital-signs",
                "display": "Vital Signs"
              }
            ]
          }
        ],
        "subject": {
          "reference": "Patient/A879904FD2FE4B2D90C89FDA84E1285F",
          "display": "Mcgovern,Astrid Santiago"
        },
        "encounter": {
          "reference": "Encounter/A879904FD2FE4B2D90C89FDA84E1285F.29019",
          "display": "Inferno,Initial"
        },
        "effectiveDateTime": "2020-11-15T16:38:00-05:00",
        "issued": "2020-11-15T16:38:00-05:00",
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "8310-5"
            }
          ],
          "text": "Body Temperature"
        },
        "valueQuantity": {
          "system": "http://unitsofmeasure.org",
          "code": "Cel",
          "value": 37.778,
          "unit": "Cel"
        },
        "text": {
          "status": "generated",
          "div": "<div xmlns="http://www.w3.org/1999/xhtml"><b>Observation</b><br />  <b>Patient</b>:Mcgovern,Astrid Santiago<br />   <b>Status</b>:final<br />   <b>Encounter</b>:Inferno,Initial<br />   <b>Category</b>:<br /> <b>System</b>:http://terminology.hl7.org/CodeSystem/observation-category <b>Code</b>:vital-signs <b>Display</b>:Vital Signs<br />   <b>Issued</b>:2020-11-15T16:38:00-05:00<br />   <b>Effective Time</b>:2020-11-15T16:38:00-05:00<br />   <b>Code</b>:<br />  <b>System</b>:http://loinc.org <b>Code</b>:8310-5 <b>Text</b>:Body Temperature<br />    <b>Value</b>:<br />  <b>System</b>:http://unitsofmeasure.org  <b>Code</b>:Cel <b>Unit</b>:Cel <b>Value</b>:37.778<br />     </div>"
        }
      }
    },
    {
      "fullUrl": "https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/Observation/A879904FD2FE4B2D90C89FDA84E1285F.NRS.VS.43099",
      "search": {
        "mode": "match"
      },
      "resource": {
        "resourceType": "Observation",
        "id": "A879904FD2FE4B2D90C89FDA84E1285F.NRS.VS.43099",
        "status": "final",
        "meta": {
          "lastUpdated": "2020-11-15T16:45:25-05:00"
        },
        "category": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                "code": "vital-signs",
                "display": "Vital Signs"
              }
            ]
          }
        ],
        "subject": {
          "reference": "Patient/A879904FD2FE4B2D90C89FDA84E1285F",
          "display": "Mcgovern,Astrid Santiago"
        },
        "encounter": {
          "reference": "Encounter/A879904FD2FE4B2D90C89FDA84E1285F.29019",
          "display": "Inferno,Initial"
        },
        "effectiveDateTime": "2020-11-15T16:38:00-05:00",
        "issued": "2020-11-15T16:38:00-05:00",
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "85354-9"
            }
          ],
          "text": "A_BP"
        },
        "component": [
          {
            "code": {
              "coding": [
                {
                  "system": "http://loinc.org",
                  "code": "8480-6"
                }
              ],
              "text": "A_BP"
            },
            "valueQuantity": {
              "system": "http://unitsofmeasure.org",
              "code": "mm[Hg]",
              "value": 122,
              "unit": "mm[Hg]"
            }
          },
          {
            "code": {
              "coding": [
                {
                  "system": "http://loinc.org",
                  "code": "8462-4"
                }
              ],
              "text": "A_BP"
            },
            "valueQuantity": {
              "system": "http://unitsofmeasure.org",
              "code": "mm[Hg]",
              "value": 88,
              "unit": "mm[Hg]"
            }
          }
        ],
        "text": {
          "status": "generated",
          "div": "<div xmlns="http://www.w3.org/1999/xhtml"><b>Observation</b><br />  <b>Patient</b>:Mcgovern,Astrid Santiago<br />   <b>Status</b>:final<br />   <b>Encounter</b>:Inferno,Initial<br />   <b>Category</b>:<br /> <b>System</b>:http://terminology.hl7.org/CodeSystem/observation-category <b>Code</b>:vital-signs <b>Display</b>:Vital Signs<br />   <b>Issued</b>:2020-11-15T16:38:00-05:00<br />   <b>Effective Time</b>:2020-11-15T16:38:00-05:00<br />   <b>Code</b>:<br />  <b>System</b>:http://loinc.org <b>Code</b>:85354-9 <b>Text</b>:A_BP<br />       <b>Components</b>:  <ul><li>    <b>Component Code</b>:<br />  <b>System</b>:http://loinc.org <b>Code</b>:8480-6 <b>Text</b>:A_BP<br />    <b>Component Value</b>:<br />  <b>System</b>:http://unitsofmeasure.org <b>Code</b>:mm[Hg] <b>Unit</b>:mm[Hg] <b>Value</b>:122<br />    </li><li>    <b>Component Code</b>:<br />  <b>System</b>:http://loinc.org <b>Code</b>:8462-4 <b>Text</b>:A_BP<br />    <b>Component Value</b>:<br />  <b>System</b>:http://unitsofmeasure.org <b>Code</b>:mm[Hg] <b>Unit</b>:mm[Hg] <b>Value</b>:88<br />     </li></ul>   <br /> </div>"
        }
      }
    },
    {
      "fullUrl": "https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/Observation/A879904FD2FE4B2D90C89FDA84E1285F.NRS.VS.43102",
      "search": {
        "mode": "match"
      },
      "resource": {
        "resourceType": "Observation",
        "id": "A879904FD2FE4B2D90C89FDA84E1285F.NRS.VS.43102",
        "status": "final",
        "meta": {
          "lastUpdated": "2020-11-15T16:45:25-05:00"
        },
        "category": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                "code": "vital-signs",
                "display": "Vital Signs"
              }
            ]
          }
        ],
        "subject": {
          "reference": "Patient/A879904FD2FE4B2D90C89FDA84E1285F",
          "display": "Mcgovern,Astrid Santiago"
        },
        "encounter": {
          "reference": "Encounter/A879904FD2FE4B2D90C89FDA84E1285F.29019",
          "display": "Inferno,Initial"
        },
        "effectiveDateTime": "2020-11-15T16:38:00-05:00",
        "issued": "2020-11-15T16:38:00-05:00",
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "39156-5"
            }
          ],
          "text": "Body Mass Index"
        },
        "valueQuantity": {
          "system": "http://unitsofmeasure.org",
          "code": "kg/m2",
          "value": 21.14,
          "unit": "kg/m2"
        },
        "text": {
          "status": "generated",
          "div": "<div xmlns="http://www.w3.org/1999/xhtml"><b>Observation</b><br />  <b>Patient</b>:Mcgovern,Astrid Santiago<br />   <b>Status</b>:final<br />   <b>Encounter</b>:Inferno,Initial<br />   <b>Category</b>:<br /> <b>System</b>:http://terminology.hl7.org/CodeSystem/observation-category <b>Code</b>:vital-signs <b>Display</b>:Vital Signs<br />   <b>Issued</b>:2020-11-15T16:38:00-05:00<br />   <b>Effective Time</b>:2020-11-15T16:38:00-05:00<br />   <b>Code</b>:<br />  <b>System</b>:http://loinc.org <b>Code</b>:39156-5 <b>Text</b>:Body Mass Index<br />    <b>Value</b>:<br />  <b>System</b>:http://unitsofmeasure.org  <b>Code</b>:kg/m2 <b>Unit</b>:kg/m2 <b>Value</b>:21.14<br />     </div>"
        }
      }
    },
    {
      "fullUrl": "https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/Observation/A879904FD2FE4B2D90C89FDA84E1285F.NRS.VS.43103",
      "search": {
        "mode": "match"
      },
      "resource": {
        "resourceType": "Observation",
        "id": "A879904FD2FE4B2D90C89FDA84E1285F.NRS.VS.43103",
        "status": "final",
        "meta": {
          "lastUpdated": "2020-11-15T16:45:25-05:00"
        },
        "category": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                "code": "vital-signs",
                "display": "Vital Signs"
              }
            ]
          }
        ],
        "subject": {
          "reference": "Patient/A879904FD2FE4B2D90C89FDA84E1285F",
          "display": "Mcgovern,Astrid Santiago"
        },
        "encounter": {
          "reference": "Encounter/A879904FD2FE4B2D90C89FDA84E1285F.29019",
          "display": "Inferno,Initial"
        },
        "effectiveDateTime": "2020-11-15T16:38:00-05:00",
        "issued": "2020-11-15T16:38:00-05:00",
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "8867-4"
            }
          ],
          "text": "A_Pulse"
        },
        "valueQuantity": {
          "system": "http://unitsofmeasure.org",
          "code": "/min",
          "value": 78,
          "unit": "/min"
        },
        "text": {
          "status": "generated",
          "div": "<div xmlns="http://www.w3.org/1999/xhtml"><b>Observation</b><br />  <b>Patient</b>:Mcgovern,Astrid Santiago<br />   <b>Status</b>:final<br />   <b>Encounter</b>:Inferno,Initial<br />   <b>Category</b>:<br /> <b>System</b>:http://terminology.hl7.org/CodeSystem/observation-category <b>Code</b>:vital-signs <b>Display</b>:Vital Signs<br />   <b>Issued</b>:2020-11-15T16:38:00-05:00<br />   <b>Effective Time</b>:2020-11-15T16:38:00-05:00<br />   <b>Code</b>:<br />  <b>System</b>:http://loinc.org <b>Code</b>:8867-4 <b>Text</b>:A_Pulse<br />    <b>Value</b>:<br />  <b>System</b>:http://unitsofmeasure.org  <b>Code</b>:/min <b>Unit</b>:/min <b>Value</b>:78<br />     </div>"
        }
      }
    },
    {
      "fullUrl": "https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/Observation/A879904FD2FE4B2D90C89FDA84E1285F.NRS.VS.43104",
      "search": {
        "mode": "match"
      },
      "resource": {
        "resourceType": "Observation",
        "id": "A879904FD2FE4B2D90C89FDA84E1285F.NRS.VS.43104",
        "status": "final",
        "meta": {
          "lastUpdated": "2020-11-15T16:45:25-05:00"
        },
        "category": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                "code": "vital-signs",
                "display": "Vital Signs"
              }
            ]
          }
        ],
        "subject": {
          "reference": "Patient/A879904FD2FE4B2D90C89FDA84E1285F",
          "display": "Mcgovern,Astrid Santiago"
        },
        "encounter": {
          "reference": "Encounter/A879904FD2FE4B2D90C89FDA84E1285F.29019",
          "display": "Inferno,Initial"
        },
        "effectiveDateTime": "2020-11-15T16:38:00-05:00",
        "issued": "2020-11-15T16:38:00-05:00",
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "2708-6"
            },
            {
              "system": "http://loinc.org",
              "code": "59408-5"
            }
          ],
          "text": "Pulse Ox (%)"
        },
        "valueQuantity": {
          "system": "http://unitsofmeasure.org",
          "code": "%",
          "value": 98,
          "unit": "%"
        },
        "text": {
          "status": "generated",
          "div": "<div xmlns="http://www.w3.org/1999/xhtml"><b>Observation</b><br />  <b>Patient</b>:Mcgovern,Astrid Santiago<br />   <b>Status</b>:final<br />   <b>Encounter</b>:Inferno,Initial<br />   <b>Category</b>:<br /> <b>System</b>:http://terminology.hl7.org/CodeSystem/observation-category <b>Code</b>:vital-signs <b>Display</b>:Vital Signs<br />   <b>Issued</b>:2020-11-15T16:38:00-05:00<br />   <b>Effective Time</b>:2020-11-15T16:38:00-05:00<br />   <b>Code</b>:<br />  <b>System</b>:http://loinc.org <b>Code</b>:2708-6 <b>Text</b>:Pulse Ox (%)<br />  <b>System</b>:http://loinc.org <b>Code</b>:59408-5 <b>Text</b>:Pulse Ox (%)<br />    <b>Value</b>:<br />  <b>System</b>:http://unitsofmeasure.org  <b>Code</b>:% <b>Unit</b>:% <b>Value</b>:98<br />     </div>"
        }
      }
    },
    {
      "fullUrl": "https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/Observation/A879904FD2FE4B2D90C89FDA84E1285F.NRS.VS.43105",
      "search": {
        "mode": "match"
      },
      "resource": {
        "resourceType": "Observation",
        "id": "A879904FD2FE4B2D90C89FDA84E1285F.NRS.VS.43105",
        "status": "final",
        "meta": {
          "lastUpdated": "2020-11-15T16:45:25-05:00"
        },
        "category": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                "code": "vital-signs",
                "display": "Vital Signs"
              }
            ]
          }
        ],
        "subject": {
          "reference": "Patient/A879904FD2FE4B2D90C89FDA84E1285F",
          "display": "Mcgovern,Astrid Santiago"
        },
        "encounter": {
          "reference": "Encounter/A879904FD2FE4B2D90C89FDA84E1285F.29019",
          "display": "Inferno,Initial"
        },
        "effectiveDateTime": "2020-11-15T16:38:00-05:00",
        "issued": "2020-11-15T16:38:00-05:00",
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "9279-1"
            }
          ],
          "text": "Respirations"
        },
        "valueQuantity": {
          "system": "http://unitsofmeasure.org",
          "code": "/min",
          "value": 92,
          "unit": "/min"
        },
        "text": {
          "status": "generated",
          "div": "<div xmlns="http://www.w3.org/1999/xhtml"><b>Observation</b><br />  <b>Patient</b>:Mcgovern,Astrid Santiago<br />   <b>Status</b>:final<br />   <b>Encounter</b>:Inferno,Initial<br />   <b>Category</b>:<br /> <b>System</b>:http://terminology.hl7.org/CodeSystem/observation-category <b>Code</b>:vital-signs <b>Display</b>:Vital Signs<br />   <b>Issued</b>:2020-11-15T16:38:00-05:00<br />   <b>Effective Time</b>:2020-11-15T16:38:00-05:00<br />   <b>Code</b>:<br />  <b>System</b>:http://loinc.org <b>Code</b>:9279-1 <b>Text</b>:Respirations<br />    <b>Value</b>:<br />  <b>System</b>:http://unitsofmeasure.org  <b>Code</b>:/min <b>Unit</b>:/min <b>Value</b>:92<br />     </div>"
        }
      }
    }
  ],
  "link": [
    {
      "relation": "self",
      "url": "https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/Observation?patient=A879904FD2FE4B2D90C89FDA84E1285F&category=vital-signs"
    }
  ]
}

Example Search By ID

Request

GET https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/Observation?_id=A879904FD2FE4B2D90C89FDA84E1285F.NRS.VS.50299

Response

Status: 200 OK
{
  "resourceType": "Bundle",
  "id": "c766b0b2-2d1b-4dbb-a422-cc6a48e94959",
  "type": "searchset",
  "timestamp": "2022-05-14T14:00:33-04:00",
  "entry": [
    {
      "fullUrl": "https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/Observation/A879904FD2FE4B2D90C89FDA84E1285F.NRS.VS.50299",
      "search": {
        "mode": "match"
      },
      "resource": {
        "resourceType": "Observation",
        "id": "A879904FD2FE4B2D90C89FDA84E1285F.NRS.VS.50299",
        "status": "final",
        "meta": {
          "lastUpdated": "2021-02-04T10:38:56-05:00"
        },
        "category": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                "code": "vital-signs",
                "display": "Vital Signs"
              }
            ]
          }
        ],
        "subject": {
          "reference": "Patient/A879904FD2FE4B2D90C89FDA84E1285F",
          "display": "Mcgovern,Astrid Santiago"
        },
        "encounter": {
          "reference": "Encounter/A879904FD2FE4B2D90C89FDA84E1285F.29019",
          "display": "Inferno,Initial"
        },
        "effectiveDateTime": "2021-02-04T10:36:00-05:00",
        "issued": "2021-02-04T10:36:00-05:00",
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "29463-7"
            },
            {
              "system": "http://loinc.org",
              "code": "3141-9"
            }
          ],
          "text": "Weight"
        },
        "valueQuantity": {
          "system": "http://unitsofmeasure.org",
          "code": "kg",
          "value": 30,
          "unit": "kg"
        },
        "text": {
          "status": "generated",
          "div": "<div xmlns="http://www.w3.org/1999/xhtml"><b>Observation</b><br />  <b>Patient</b>:Mcgovern,Astrid Santiago<br />   <b>Status</b>:final<br />   <b>Encounter</b>:Inferno,Initial<br />   <b>Category</b>:<br /> <b>System</b>:http://terminology.hl7.org/CodeSystem/observation-category <b>Code</b>:vital-signs <b>Display</b>:Vital Signs<br />   <b>Issued</b>:2021-02-04T10:36:00-05:00<br />   <b>Effective Time</b>:2021-02-04T10:36:00-05:00<br />   <b>Code</b>:<br />  <b>System</b>:http://loinc.org <b>Code</b>:29463-7 <b>Text</b>:Weight<br />  <b>System</b>:http://loinc.org <b>Code</b>:3141-9 <b>Text</b>:Weight<br />    <b>Value</b>:<br />  <b>System</b>:http://unitsofmeasure.org  <b>Code</b>:kg <b>Unit</b>:kg <b>Value</b>:30<br />     </div>"
        }
      }
    }
  ],
  "link": [
    {
      "relation": "self",
      "url": "https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/Observation?patient=A879904FD2FE4B2D90C89FDA84E1285F&category=vital-signs"
    }
  ]
}

Note: The examples provided here are non-normative and replaying them in the public sandbox is not guaranteed to yield the results shown on the site.

Errors

The common errors and OperationOutcomes may be returned.

Retrieve by ID

List an individual Encounter by its ID:

GET /Observation/:id

Authorization Types

Headers

Accept: application/fhir+json
Authorization: <OAuth2 Bearer Token>

Example

Request

GET https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/Observation/A879904FD2FE4B2D90C89FDA84E1285F.NRS.VS.50299

Response

Status: 200 OK
{
  "resourceType": "Observation",
  "id": "A879904FD2FE4B2D90C89FDA84E1285F.NRS.VS.50299",
  "status": "final",
  "meta": {
    "lastUpdated": "2021-02-04T10:38:56-05:00"
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs",
          "display": "Vital Signs"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/A879904FD2FE4B2D90C89FDA84E1285F",
    "display": "Mcgovern,Astrid Santiago"
  },
  "encounter": {
    "reference": "Encounter/A879904FD2FE4B2D90C89FDA84E1285F.29019",
    "display": "Inferno,Initial"
  },
  "effectiveDateTime": "2021-02-04T10:36:00-05:00",
  "issued": "2021-02-04T10:36:00-05:00",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "29463-7"
      },
      {
        "system": "http://loinc.org",
        "code": "3141-9"
      }
    ],
    "text": "Weight"
  },
  "valueQuantity": {
    "system": "http://unitsofmeasure.org",
    "code": "kg",
    "value": 30,
    "unit": "kg"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns="http://www.w3.org/1999/xhtml"><b>Observation</b><br />  <b>Patient</b>:Mcgovern,Astrid Santiago<br />   <b>Status</b>:final<br />   <b>Encounter</b>:Inferno,Initial<br />   <b>Category</b>:<br /> <b>System</b>:http://terminology.hl7.org/CodeSystem/observation-category <b>Code</b>:vital-signs <b>Display</b>:Vital Signs<br />   <b>Issued</b>:2021-02-04T10:36:00-05:00<br />   <b>Effective Time</b>:2021-02-04T10:36:00-05:00<br />   <b>Code</b>:<br />  <b>System</b>:http://loinc.org <b>Code</b>:29463-7 <b>Text</b>:Weight<br />  <b>System</b>:http://loinc.org <b>Code</b>:3141-9 <b>Text</b>:Weight<br />    <b>Value</b>:<br />  <b>System</b>:http://unitsofmeasure.org  <b>Code</b>:kg <b>Unit</b>:kg <b>Value</b>:30<br />     </div>"
  }
}

Note: The examples provided here are non-normative and replaying them in the public sandbox is not guaranteed to yield the results shown on the site.

Errors

The common errors and OperationOutcomes may be returned.