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

FHIR IG analytics

Packagede.gematik.hddt
Resource TypeDevice
IdDevice-example-device-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": "Device",
  "id": "example-device-cgm",
  "status": "active",
  "type": {
    "coding": [
      {
        "code": "528409",
        "system": "urn:iso:std:iso:11073:10101",
        "display": "MDC_DEV_SPEC_PROFILE_CGM"
      }
    ]
  },
  "definition": {
    "reference": "DeviceDefinition/device-definition-cgm-001"
  },
  "deviceName": [
    {
      "name": "GlukkoCGM 18",
      "type": "user-friendly-name"
    }
  ],
  "modelNumber": "GCGMA98765",
  "manufacturer": "Glukko Inc.",
  "serialNumber": "CGM1234567890",
  "expirationDate": "2025-09-10"
}