FHIR IG analytics| Package | fhir.nl.gf |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-ad1-pr1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole ad1-pr1
identifier: https://cp1-test.example.org/employees/5fa4c91a-a12f-48ae-a4c7-92971dc7ab53
practitioner: Practitioner Hary Arts(official)
organization: Organization example General Practice
code: Huisarts
telecom: h.arts@cp1.example.org
{
"resourceType": "PractitionerRole",
"id": "ad1-pr1",
"meta": {
"profile": [
"http://nuts-foundation.github.io/nl-generic-functions-ig/StructureDefinition/nl-gf-practitionerrole"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://cp1-test.example.org/employees",
"value": "5fa4c91a-a12f-48ae-a4c7-92971dc7ab53",
"assigner": {
"identifier": {
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
"code": "author"
}
]
},
"system": "http://fhir.nl/fhir/NamingSystem/ura",
"value": "11111111"
}
}
}
],
"practitioner": {
"reference": "Practitioner/ad1-p1"
},
"organization": {
"reference": "Organization/ad1-o1"
},
"code": [
{
"coding": [
{
"system": "http://fhir.nl/fhir/NamingSystem/uzi-rolcode",
"code": "01.015",
"display": "Huisarts"
}
]
}
],
"telecom": [
{
"system": "email",
"value": "h.arts@cp1.example.org"
}
]
}