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 - XML Representation

Raw xml | Download



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