Blood Glucose (CGM)

NOTE to developer: This is only a sample resource. For the resource structure and valusets always refer the section "Overview" under each profile definition in the Implementation guide. If an element is defined as an array (0..*) in the standard and in RDC profile as an object (0..1), please note that it should still carry the structure of an array with one occurance. The structure for all resources as per the FHIR standard can be found at https://www.hl7.org/fhir/STU3/resourcelist.html

Sample


{
                "resourceType": "Observation",
                "id": "1e6f0b94-1519-4f95-b50c-758fa3d4ac4b",
                "meta": {
                    "profile":  [
                        "http://roche.com/fhir/rdc/StructureDefinition/vitalsigns-observation"
                    ]
                },
                "identifier":  [
                    {
                        "system": "http://roche.com/fhir/rdc/sid/observation/mySugr",
                        "value": "7ce8a2a7-73a7-452d-a0c5-d6a294e5d68e"
                    }
                ],
                "status": "final",
                "category":  [
                    {
                        "coding":  [
                            {
                                "system": "http://hl7.org/fhir/observation-category",
                                "code": "vital-signs",
                                "display": "Vital Signs"
                            }
                        ]
                    }
                ],
                "code": {
                    "coding":  [
                        {
                            "system": "http://snomed.info/sct",
                            "code": "434910001",
                            "display": "Interstitial fluid glucose concentration (observable entity)"
                        }
                    ]
                },
                "subject": {
                    "reference": "Patient/2P0tI8p-SF9-6850"
                },
                "performer":  [
                    {
                        "reference": "Patient/2P0tI8p-SF9-6850"
                    }
                ],
                "effectiveDateTime": "2020-08-04T15:00:16Z",
                "valueQuantity": {
                    "value": 118,
                    "unit": "mg/dL",
                    "system": "http://unitsofmeasure.org",
                    "code": "mg/dL"
                },
                "device": {
                    "reference": "DeviceMetric/0053cfd5-a427-4691-8690-b4d956c6e658"
                }
            }
        }