FHIR IG analytics| Package | nictiz.fhir.nl.stu3.zib2017 |
| Resource Type | PractitionerRole |
| Id | gpdata-practitionerrole-01.json |
| FHIR Version | R3 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Zorgverlener | Dr. V. Huisarts 1 Aesculaap |
|---|---|
| Specialisme | Huisarts |
| Contactgegevens | +31434073576 (Tel Werk) Huisarts1@aesculaap.nl (E-mail Werk) |
{
"resourceType": "PractitionerRole",
"id": "gpdata-practitionerrole-01",
"meta": {
"profile": [
"http://fhir.nl/fhir/StructureDefinition/nl-core-practitionerrole"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://fhir.nl/fhir/NamingSystem/uzi-nr-pers",
"value": "000001111"
},
{
"system": "urn:oid:2.16.840.1.113883.2.4.3.11.999.7.6",
"value": "15b9583b-8fdf-11ec-5181-020000000000"
}
],
"practitioner": {
"reference": "Practitioner/gpdata-practitioner-01",
"display": "Dr. V. Huisarts 1"
},
"organization": {
"reference": "Organization/gpdata-organization-01",
"display": "Aesculaap"
},
"specialty": [
{
"coding": [
{
"system": "http://fhir.nl/fhir/NamingSystem/uzi-rolcode",
"code": "01.015",
"display": "Huisarts"
}
]
}
],
"telecom": [
{
"system": "phone",
"value": "+31434073576",
"use": "work"
},
{
"system": "email",
"value": "Huisarts1@aesculaap.nl",
"use": "work"
}
]
}