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" : "Practitioner",
"id" : "practitioner10",
"meta" : {
"profile" : [
🔗 "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-practitioner"
]
},
"text" : {
"status" : "empty",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">empty</div>"
},
"identifier" : [
{
"use" : "official",
"system" : "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi",
"value" : "554488997"
}
],
"name" : [
{
"use" : "official",
"family" : "Davoust",
"given" : [
"Louis-Nicolas"
],
"suffix" : [
"MD"
]
}
],
"telecom" : [
{
"system" : "email",
"value" : "nicolas.davoust@gtl.be",
"use" : "work"
},
{
"system" : "phone",
"value" : "022675198",
"use" : "work"
},
{
"system" : "fax",
"value" : "022675209",
"use" : "work"
}
]
}