Get a list of observations

get

/Observation

Search for Observation resources that meet the specified query parameters.

GET /Observation?:parameters
This operation supports the following authorization types:
  • Provider
  • Patient

Request

Query Parameters
  • The logical resource ID associated with the resource.
    This parameter is required if patient is not used.
    Type: token.
  • The maximum number of resources returned in a page.
    Type: count.
  • A request to include any Provenance resource in the bundle that refers to an Observation resource in the search results. Only supported with Provenance.
    Type: _revinclude.
    The _revinclude parameter may be provided once with the value Provenance:target. For example, _revinclude=Provenance:target.
    When _revinclude is provided in a request, the OAuth2 token must include the patient/Provenance.read system/Provenance.read or user/Provenance.read scope as applicable.
  • The observation report???s category.
    This parameter is required if token is not used.
    Type: token.
    The category parameter is required with the patient parameter.
    The category parameter supports the codes laboratory, social-history, and vital-signs.
  • The observation???s code.
    This parameter is required if token is not used.
    Type: token.
    The code parameter searches only Observation.code. For example, when fetching blood pressure, the resource is returned only when the search is based on 85354-0(Systolic and Diastolic BP). Using the component codes 8480-6(Systolic BP) or 8462-4 (Diastolic BP) does not return the resource.
    Qualifying vital sign Observation resources are grouped as member references only when the requested code is for 85353-1 (Vital Signs Panel).
  • Date range into which the observation falls. For example, date=gt2014-09-24 or date=lt2015-09-24T12:00:00.000Z.
    Type: date.
    The date parameter may be provided up to two times and must use the eq, ge, gt, le, or lt prefixes. When a value is provided without a prefix, an implied eq prefix is used. When provided twice, the lower value must have a ge or gt prefix, and the higher value must have an le or lt prefix.
  • The encounter associated with the observation record.
    Type: reference.
  • The patient that is the subject of the observation.
    This parameter is required if reference is not used.
    Type: reference.
    patient must be used in combination with category or code.
Header Parameters
Back to Top

Response

Supported Media Types

Default Response

Search By Patient
Request Laboratory
Example Request
GET https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/Observation?patient=A879904FD2FE4B2D90C89FDA84E1285F&category=laboratory
Example Response:
{
  "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>:>=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
Example Request
GET https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/Observation?patient=A879904FD2FE4B2D90C89FDA84E1285F&category=social-history
Example Response:
{
    "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
Example Request
GET https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/Observation?patient=A879904FD2FE4B2D90C89FDA84E1285F&category=vital-signs
Example Response:
{
  "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.235br />     </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.18br />     </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"
    }
  ]
}

x-_id Response

Search By ID
Example Request
GET https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/Observation?_id=A879904FD2FE4B2D90C89FDA84E1285F.NRS.VS.50299
Example Response:
{
  "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"
    }
  ]
}
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the X-Request-Id, if present.
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the opc-Request-Id, if present.
Back to Top