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

FHIR IG analytics

Packagede.gematik.hddt
Resource TypeDeviceMetric
IdDeviceMetric-example-devicemetric-cgm.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": "DeviceMetric",
  "id": "example-devicemetric-cgm",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/hddt/StructureDefinition/hddt-sensor-type-and-calibration-status"
    ]
  },
  "type": {
    "coding": [
      {
        "code": "160212",
        "system": "urn:iso:std:iso:11073:10101",
        "display": "MDC_CONC_GLU_ISF"
      }
    ]
  },
  "unit": {
    "coding": [
      {
        "code": "mg/dL",
        "system": "http://unitsofmeasure.org",
        "display": "mg/dL"
      }
    ]
  },
  "source": {
    "reference": "Device/example-device-cgm"
  },
  "operationalStatus": "on",
  "category": "measurement",
  "measurementPeriod": {
    "repeat": {
      "frequency": 1,
      "period": 1,
      "periodUnit": "min"
    }
  },
  "calibration": [
    {
      "type": "unspecified",
      "state": "calibrated"
    }
  ]
}