Continuous Glucose Monitoring
1.0.0-ballot - STU 1 Ballot International flag

Continuous Glucose Monitoring, published by HL7 International / Orders and Observations. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/cgm/ and changes regularly. See the Directory of published versions

: CGM Device Example - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Device",
  "id" : "cgmDeviceExample",
  "identifier" : [
    {
      "system" : "http://acme.com/devices",
      "value" : "456789"
    }
  ],
  "serialNumber" : "ABC123",
  "deviceName" : [
    {
      "name" : "Acme CGM System",
      "type" : "user-friendly-name"
    }
  ]
}