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" : "Organization",
"id" : "eHealthPlatform",
"meta" : {
"profile" : [
"https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-organization"
]
},
"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 \"eHealthPlatform\" </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-organization\">BeOrganization</a></p></div><p><b>active</b>: true</p><p><b>name</b>: eHealth Platform</p><p><b>telecom</b>: ph: 3228918611(WORK)</p><p><b>address</b>: </p><ul><li>Willebroekkaai 38, 1000 Brussel(WORK)</li><li>38, Quai de Willeborek, 1000 Bruxelles(WORK)</li></ul></div>"
},
"active" : true,
"name" : "eHealth Platform",
"telecom" : [
{
"system" : "phone",
"value" : "3228918611",
"use" : "work"
}
],
"address" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/language",
"valueCode" : "nl"
}
],
"use" : "work",
"type" : "both",
"text" : "Willebroekkaai 38, 1000 Brussel",
"line" : [
"Willebroekkaai 38"
],
"_line" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
"valueString" : "Willebroekkaai"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
"valueString" : "38"
}
]
}
],
"city" : "Brussel",
"postalCode" : "1000",
"country" : "BE"
},
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/language",
"valueCode" : "fr"
}
],
"use" : "work",
"type" : "both",
"text" : "38, Quai de Willeborek, 1000 Bruxelles",
"line" : [
"38, Quai de Willeborek"
],
"_line" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
"valueString" : "Quai de Willeborek"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
"valueString" : "38"
}
]
}
],
"city" : "Bruxelles",
"postalCode" : "1000",
"country" : "BE"
}
]
}