{
  "resourceType" : "Observation",
  "id" : "cgmSummaryExample",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/uv/cgm/StructureDefinition/cgm-summary"]
  },
  "status" : "final",
  "category" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
      "code" : "laboratory"
    }]
  }],
  "code" : {
    "coding" : [{
      "system" : "http://loinc.org",
      "code" : "107931-8"
    }]
  },
  "subject" : {
    "reference" : "Patient/patientExample"
  },
  "effectivePeriod" : {
    "start" : "2025-09-01",
    "end" : "2025-09-30"
  },
  "hasMember" : [{
    "reference" : "Observation/cgmSummaryMeanGlucoseMassPerVolumeExample"
  },
  {
    "reference" : "Observation/cgmSummaryTimesInRangesExample"
  },
  {
    "reference" : "Observation/cgmSummaryGMIExample"
  },
  {
    "reference" : "Observation/cgmSummaryCoefficientOfVariationExample"
  },
  {
    "reference" : "Observation/cgmSummaryDaysOfWearExample"
  },
  {
    "reference" : "Observation/cgmSummarySensorActivePercentageExample"
  }]
}