FHIR IG analytics| Package | hl7.fhir.be.allergy |
| Resource Type | Practitioner |
| Id | Practitioner-practitioner.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner
Resource Practitioner "practitioner" Version "1" Updated "2019-07-01 13:30:55+0000"
Profile: BePractitioner
identifier: id: BeSSINNamingSystem#79121137740 (use: OFFICIAL), id: BeNIHDINamingSystem#18749704477 (use: OFFICIAL)
name: Katherine Pulaski (OFFICIAL)
telecom: ph: 022675198(WORK), katherine.pulaski@enterprisehospital.be, fax: 022675209(WORK)
address: Jupiterlaan 5, 1853 Grimbergen(HOME)
gender: female
birthDate: 1979-12-11
{
"resourceType": "Practitioner",
"id": "practitioner",
"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": "<!-- snip (see above) -->"
},
"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": "18749704477"
}
],
"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"
}