HL7 BE Laboratory Result WG Implementation Guide (work in progress), published by HL7 Belgium. This is not an authorized publication; it is the continuous build for version 0.0.7). This version is based on the current content of https://github.com/hl7-be/hl7-be-fhir-laboratory-report/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "obsUrineIonen",
"meta" : {
"profile" : [
"https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-observation-laboratory"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource \"obsUrineIonen\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-be-observation-laboratory.html\">BeObservationLaboratory</a></p></div><p><b>status</b>: final</p><p><b>code</b>: URINE Ionen <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>effective</b>: 2015-11-04 09:16:00-0500</p><p><b>issued</b>: Nov 4, 2015, 2:16:00 PM</p><p><b>performer</b>: <a href=\"Practitioner-practitioner10.html\">Practitioner/practitioner10</a> \" DAVOUST\"</p><p><b>specimen</b>: <a href=\"Specimen-urine1.html\">Specimen/urine1</a></p><p><b>hasMember</b>: <a href=\"Observation-obsMagnesium.html\">Observation/obsMagnesium</a></p></div>"
},
"status" : "final",
"code" : {
"text" : "URINE Ionen"
},
"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/obsMagnesium"
}
]
}