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

FHIR IG analytics

Packagede.gematik.hddt
Resource TypeObservation
IdObservation-cgmSummarySensorActivePercentageExample.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": "cgmSummarySensorActivePercentageExample",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/cgm/StructureDefinition/cgm-summary-sensor-active-percentage"
    ]
  },
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "104637-4"
      }
    ]
  },
  "valueQuantity": {
    "unit": "%",
    "system": "http://unitsofmeasure.org",
    "code": "%",
    "value": 95
  },
  "status": "final",
  "subject": {
    "reference": "Patient/patientExample"
  },
  "category": [
    {
      "coding": [
        {
          "code": "laboratory",
          "system": "http://terminology.hl7.org/CodeSystem/observation-category"
        }
      ]
    }
  ],
  "effectivePeriod": {
    "start": "2025-09-01",
    "end": "2025-09-30"
  }
}