FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagesurescripts.specialty
Resource TypeObservation
Idexample-SPOClinicalInformationResponse-Observation-labResult-glucose.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Observation",
  "id": "example-SPOClinicalInformationResponse-Observation-labResult-glucose",
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "41651-1",
        "display": "Glucose [Mass/volume] in Arterial Blood"
      }
    ]
  },
  "subject": {
    "reference": "Patient/799999"
  },
  "effectiveDateTime": "2021-04-18T18:41:55.8245192Z",
  "valueQuantity": {
    "value": 100,
    "unit": "mg/dL",
    "system": "http://unitsofmeasure.org",
    "code": "mg/dL"
  }
}