eHealth Platform Federal Core Profiles
2.1.2 - STU1
eHealth Platform Federal Core Profiles, published by eHealth Platform. This guide is not an authorized publication; it is the continuous build for version 2.1.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/core/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Organization",
"id" : "organization1",
"meta" : {
"versionId" : "1",
"lastUpdated" : "2019-07-01T13:30:55.864+00:00",
"profile" : [
🔗 "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-organization"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization organization1</b></p><a name=\"organization1\"> </a><a name=\"hcorganization1\"> </a><a name=\"organization1-en-US\"> </a><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\">version: 1; Last updated: 2019-07-01 13:30:55+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-be-organization.html\">BeOrganization</a></p></div><p><b>identifier</b>: Provider Number/0425222333\u00a0(use:\u00a0official,\u00a0), Medical License number/99999999999\u00a0(use:\u00a0official,\u00a0)</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-hcparty orghospital}\">hospital</span></p><p><b>name</b>: Enterprise Hospital Ziekenhuis</p><p><b>telecom</b>: <a href=\"tel:+322675199\">+322675199</a></p><p><b>address</b>: </p><ul><li>Vulcansstraat 120, 1000 Brussel(work)</li><li>120, Rue des Vulcans, 1000 Bruxelles(work)</li></ul></div>"
},
"identifier" : [
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "PRN",
"display" : "Provider Number"
}
]
},
"system" : "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/cbe",
"value" : "0425222333"
},
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "MD",
"display" : "Medical License number"
}
]
},
"system" : "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi",
"value" : "99999999999"
}
],
"active" : true,
"type" : [
{
"coding" : [
{
"system" : "https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-hcparty",
"code" : "orghospital"
}
]
}
],
"name" : "Enterprise Hospital Ziekenhuis",
"telecom" : [
{
"system" : "phone",
"value" : "+322675199",
"use" : "work"
}
],
"address" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/language",
"valueCode" : "nl"
}
],
"use" : "work",
"type" : "both",
"text" : "Vulcansstraat 120, 1000 Brussel",
"line" : [
"Vulcansstraat 120"
],
"_line" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
"valueString" : "Vulcansstraat"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
"valueString" : "120"
}
]
}
],
"city" : "Brussel",
"postalCode" : "1000",
"country" : "BE"
},
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/language",
"valueCode" : "fr"
}
],
"use" : "work",
"type" : "both",
"text" : "120, Rue des Vulcans, 1000 Bruxelles",
"line" : [
"120, Rue des Vulcans"
],
"_line" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
"valueString" : "Rue des Vulcans"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
"valueString" : "120"
}
]
}
],
"city" : "Bruxelles",
"postalCode" : "1000",
"country" : "BE"
}
]
}