FHIR IG analytics| Package | de.gematik.hddt |
| Resource Type | Observation |
| Id | Observation-cgmSummaryDaysOfWearExample.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "cgmSummaryDaysOfWearExample",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/cgm/StructureDefinition/cgm-summary-days-of-wear"
]
},
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "104636-6"
}
]
},
"valueQuantity": {
"unit": "days",
"system": "http://unitsofmeasure.org",
"code": "d",
"value": 28
},
"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"
}
}