BG sample
Below is an example JSON for the resource having BG value
{
{
{
}
]
}
],
{
}
]
},
},
],
},
}
}
BG Sample - Manual Method
{
"resourceType":"Observation",
"id":"b6a5f8cb-bdab-4bd6-af5e-62f16ccbd7f2",
"code":{
"coding":[
{
"system": "http://snomed.info/sct",
"code": "362943005",
"display": "Manual method (qualifier value)"
}
]
},
"subject":{
"reference": "Patient/bgip-patient-1"
},
"effectiveDateTime":"2005-04-27T11:14:00+02:00",
"performer":[
{
"reference":"Patient/SandboxPat1"
}
],
"valueQuantity":{
"value": "50",
"unit": "mg/dL",
"system": "http://unitsofmeasure.org",
"code": "mg/dL"
},
"device":{
"reference":"DeviceMetric/d4f6069e-250a-46b4-a808-c5cf0f5ed3be"
}
}