{
  "resourceType": "Observation",
  "id": "91aa9538-bbdb-444f-a747-14fa26a1a623",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2021-03-12T14:56:22.717+00:00",
    "source": "#aOrXTXmBhehJnA2w",
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"
    ]
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory",
          "display": "laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "2339-0",
        "display": "Glucose"
      }
    ],
    "text": "Glucose"
  },
  "subject": {
    "reference": "Patient/59be1e46-243d-4411-844f-b3c9f4a95cd1"
  },
  "encounter": {
    "reference": "Encounter/8f700de3-3c9d-4574-b02c-c9f25c1581a5"
  },
  "effectiveDateTime": "2012-03-21T03:33:37+00:00",
  "issued": "2012-03-21T03:33:37.172+00:00",
  "valueQuantity": {
    "value": 80.75,
    "unit": "mg/dL",
    "system": "http://unitsofmeasure.org",
    "code": "mg/dL"
  }
}