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

: Example CGM Data Submission Standing Order - JSON Representation

Raw json | Download


{
  "resourceType" : "ServiceRequest",
  "id" : "cgmDataSubmissionStandingOrderExample",
  "extension" : [
    {
      "extension" : [
        {
          "url" : "submissionPeriod",
          "valueQuantity" : {
            "value" : 2,
            "unit" : "week",
            "system" : "http://unitsofmeasure.org",
            "code" : "wk"
          }
        },
        {
          "url" : "submissionDataProfile",
          "valueCanonical" : "http://hl7.org/uv/cgm/StructureDefinition/cgm-summary"
        },
        {
          "url" : "submissionDataProfile",
          "valueCanonical" : "http://hl7.org/uv/cgm/StructureDefinition/cgm-summary-pdf"
        }
      ],
      "url" : "http://hl7.org/uv/cgm/StructureDefinition/data-submission-schedule"
    }
  ],
  "status" : "active",
  "intent" : "order",
  "code" : {
    "coding" : [
      {
        "system" : "http://hl7.org/uv/cgm/CodeSystem/cgm",
        "code" : "cgm-data-submission-standing-order"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/example"
  }
}