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

FHIR IG analytics

Packagehl7.fhir.uv.cgm.r4
Resource TypeObservation
IdObservation-cgmSummaryMeanGlucoseMassPerVolumeExample.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": "cgmSummaryMeanGlucoseMassPerVolumeExample",
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "97507-8"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patientExample"
  },
  "effectivePeriod": {
    "start": "2024-05-01",
    "end": "2024-05-31"
  },
  "valueQuantity": {
    "value": 145,
    "unit": "mg/dl",
    "system": "http://unitsofmeasure.org",
    "code": "mg/dL"
  }
}