{
  "resourceType" : "Observation",
  "id" : "cgmSummaryExample",
  "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" : "2024-05-01",
    "end" : "2024-05-31"
  },
  "hasMember" : [{
    "reference" : "Observation/cgmSummaryMeanGlucoseMassPerVolumeExample"
  },
  {
    "reference" : "Observation/cgmSummaryTimesInRangesExample"
  },
  {
    "reference" : "Observation/cgmSummaryGMIExample"
  },
  {
    "reference" : "Observation/cgmSummaryCoefficientOfVariationExample"
  },
  {
    "reference" : "Observation/cgmSummaryDaysOfWearExample"
  },
  {
    "reference" : "Observation/cgmSummarySensorActivePercentageExample"
  }]
}