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" : "Practitioner",
"id" : "practitioner10",
"meta" : {
"profile" : [
"https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitioner"
]
},
"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 \"practitioner10\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://simplifier.net/resolve?scope=ehealthplatform.be.r4.federalprofiles@1.2.2&canonical=https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitioner\">BePractitioner</a></p></div><p><b>identifier</b>: id: 554488997 (OFFICIAL)</p><p><b>name</b>: Louis-Nicolas Davoust (OFFICIAL)</p><p><b>telecom</b>: <a href=\"mailto:nicolas.davoust@gtl.be\">nicolas.davoust@gtl.be</a>, ph: 022675198(WORK), fax: 022675209(WORK)</p></div>"
},
"identifier" : [
{
"use" : "official",
"system" : "https://www.ehealth.fgov.be/standards/fhir/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"
}
]
}