FHIR IG analytics| Package | hl7.fhir.be.lab |
| Resource Type | Observation |
| Id | Observation-obsDynamic1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Observation",
"id": "obsDynamic1",
"meta": {
"profile": [
"https://www.ehealth.fgov.be/standards/fhir/lab/StructureDefinition/be-observation-laboratory"
]
},
"text": {
"status": "empty",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "53093-1",
"display": "Glucose^post XXX challenge"
}
]
},
"effectiveDateTime": "2015-11-04T09:16:00-05:00",
"issued": "2015-11-04T09:16:00-05:00",
"performer": [
{
"reference": "Practitioner/practitioner10"
}
],
"valueQuantity": {
"value": 9.4,
"unit": "mmol/l",
"system": "http://unitsofmeasure.org",
"code": "mmol/l"
},
"component": [
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "118578006",
"display": "Relative time"
}
]
},
"valueQuantity": {
"value": 180,
"unit": "min",
"system": "http://unitsofmeasure.org",
"code": "min"
}
}
]
}