HL7 BE Laboratory WG Implementation Guide
1.0.1 - STU
HL7 BE Laboratory WG Implementation Guide, published by eHealth Platform. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/lab/ and changes regularly. See the Directory of published versions
{
"resourceType" : "ServiceRequest",
"id" : "servicerequest1",
"text" : {
"status" : "empty",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">empty</div>"
},
"status" : "active",
"intent" : "order",
"category" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "108252007",
"display" : "Laboratory procedure"
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/patient10"
},
"authoredOn" : "2015-11-01T14:41:00+01:00",
"requester" : {
🔗 "reference" : "Practitioner/practitioner10"
},
"specimen" : [
{
🔗 "reference" : "Specimen/urine1"
}
]
}