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" : "Practitioner",
"id" : "practitioner2",
"meta" : {
"versionId" : "1",
"lastUpdated" : "2019-07-01T13:30:55.864+00:00",
"profile" : [
🔗 "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-practitioner"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner practitioner2</b></p><a name=\"practitioner2\"> </a><a name=\"hcpractitioner2\"> </a><a name=\"practitioner2-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-practitioner.html\">BePractitioner</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-be-ssin.html\" title=\"NISS/INSZ\">BeSSINNamingSystem</a>/79121137740\u00a0(use:\u00a0official,\u00a0), <a href=\"NamingSystem-be-nihdi.html\" title=\"RIZIV/INAMI\">BeNIHDINamingSystem</a>/18749704\u00a0(use:\u00a0official,\u00a0)</p><p><b>name</b>: Katherine Pulaski (Official)</p><p><b>telecom</b>: ph: 022675198(Work), <a href=\"mailto:katherine.pulaski@enterprisehospital.be\">katherine.pulaski@enterprisehospital.be</a>, fax: 022675209(Work)</p><p><b>address</b>: Jupiterlaan 5, 1853 Grimbergen(home)</p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1979-12-11</p></div>"
},
"identifier" : [
{
"use" : "official",
"system" : "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin",
"value" : "79121137740"
},
{
"use" : "official",
"system" : "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi",
"value" : "18749704"
}
],
"name" : [
{
"use" : "official",
"family" : "Pulaski",
"given" : [
"Katherine"
],
"suffix" : [
"MD"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "022675198",
"use" : "work"
},
{
"system" : "email",
"value" : "katherine.pulaski@enterprisehospital.be",
"use" : "work"
},
{
"system" : "fax",
"value" : "022675209",
"use" : "work"
}
],
"address" : [
{
"use" : "home",
"text" : "Jupiterlaan 5, 1853 Grimbergen",
"line" : [
"Jupiterlaan 5"
],
"_line" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
"valueString" : "Jupiterlaan"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
"valueString" : "5"
}
]
}
],
"city" : "Grimbergen",
"postalCode" : "1853",
"country" : "BE"
}
],
"gender" : "female",
"birthDate" : "1979-12-11"
}