{
  "resourceType" : "Observation",
  "id" : "cgmSummaryTimesInRangesExample",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/uv/cgm/StructureDefinition/cgm-summary-times-in-ranges"]
  },
  "status" : "final",
  "category" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
      "code" : "laboratory"
    }]
  }],
  "code" : {
    "coding" : [{
      "system" : "http://loinc.org",
      "code" : "106793-3"
    }]
  },
  "subject" : {
    "reference" : "Patient/patientExample"
  },
  "effectivePeriod" : {
    "start" : "2025-09-01",
    "end" : "2025-09-30"
  },
  "component" : [{
    "code" : {
      "coding" : [{
        "system" : "http://loinc.org",
        "code" : "104642-4"
      }]
    },
    "valueQuantity" : {
      "value" : 3,
      "unit" : "%",
      "system" : "http://unitsofmeasure.org",
      "code" : "%"
    }
  },
  {
    "code" : {
      "coding" : [{
        "system" : "http://loinc.org",
        "code" : "104641-6"
      }]
    },
    "valueQuantity" : {
      "value" : 8,
      "unit" : "%",
      "system" : "http://unitsofmeasure.org",
      "code" : "%"
    }
  },
  {
    "code" : {
      "coding" : [{
        "system" : "http://loinc.org",
        "code" : "97510-2"
      }]
    },
    "valueQuantity" : {
      "value" : 65,
      "unit" : "%",
      "system" : "http://unitsofmeasure.org",
      "code" : "%"
    }
  },
  {
    "code" : {
      "coding" : [{
        "system" : "http://loinc.org",
        "code" : "104640-8"
      }]
    },
    "valueQuantity" : {
      "value" : 20,
      "unit" : "%",
      "system" : "http://unitsofmeasure.org",
      "code" : "%"
    }
  },
  {
    "code" : {
      "coding" : [{
        "system" : "http://loinc.org",
        "code" : "104639-0"
      }]
    },
    "valueQuantity" : {
      "value" : 4,
      "unit" : "%",
      "system" : "http://unitsofmeasure.org",
      "code" : "%"
    }
  }]
}