Continuous Glucose Monitoring
1.0.0 - STU 1 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 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 One-Time Order (30 Days) - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "ServiceRequest",
  "id" : "cgmDataSubmissionOneTimeOrder30DayExample",
  "extension" : [
    {
      "extension" : [
        {
          "url" : "timePeriod",
          "valuePeriod" : {
            "start" : "2024-12-17",
            "end" : "2025-01-16"
          }
        },
        {
          "url" : "submissionDataProfile",
          "valueCanonical" : "http://hl7.org/fhir/uv/cgm/StructureDefinition/cgm-summary"
        }
      ],
      "url" : "http://hl7.org/fhir/uv/cgm/StructureDefinition/data-submission-one-time-spec"
    }
  ],
  "status" : "active",
  "intent" : "order",
  "code" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/uv/cgm/CodeSystem/cgm",
        "code" : "cgm-data-submission-one-time-order"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/patientExample"
  }
}