HL7 BE Laboratory WG Implementation Guide
1.0.0 - STU
This page is part of the HL7 Belgium FHIR Implementation Guide - Lab related profiles (v1.0.0: Trial Use) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Observation",
"id" : "obsCreat",
"meta" : {
"profile" : [
"https://www.ehealth.fgov.be/standards/fhir/lab/StructureDefinition/be-observation-laboratory"
]
},
"text" : {
"status" : "empty",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">empty</div>"
},
"status" : "final",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "65634-8",
"display" : "Creatinine 24 hour urine panel - 24 hour Urine"
}
]
},
"effectiveDateTime" : "2015-11-04T09:16:00-05:00",
"issued" : "2015-11-04T09:16:00-05:00",
"performer" : [
{
"reference" : "Practitioner/practitioner10"
}
],
"specimen" : {
"reference" : "Specimen/urine1"
},
"hasMember" : [
{
"reference" : "Observation/obsUrineScreening"
},
{
"reference" : "Observation/obsMagnesium"
}
]
}