Argo CGM Write
0.1.0 - ci-build International flag

Argo CGM Write, published by Argonaut. This guide is not an authorized publication; it is the continuous build for version 0.1.0 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

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"
    }
  ]
}