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" : "Specimen",
"id" : "urine1",
"meta" : {
"versionId" : "1",
"profile" : [
"https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-specimen-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 \"urine1\" Version \"1\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-be-specimen-laboratory.html\">BeSpecimenLaboratory</a></p></div><p><b>status</b>: available</p><p><b>type</b>: Urine <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#78014005)</span></p><p><b>receivedTime</b>: 2015-11-04</p><p><b>note</b>: 24u urinecollectie</p></div>"
},
"status" : "available",
"type" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "78014005",
"display" : "Urine"
}
]
},
"receivedTime" : "2015-11-04",
"note" : [
{
"text" : "24u urinecollectie"
}
]
}