FHIR IG analytics| Package | fhir.nl.gf |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-ad2-pr1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole ad2-pr1
identifier: http://cp2.example.org/HRM/assignments/123456, https://cp2-test.example.org/employees/f051d3bd-26ff-4030-a5b6-fc4ef2be83ba
practitioner: Practitioner Caroline van Dijk(official)
organization: Organization example Hospital
code: Cardioloog
specialty: Cardioloog
telecom: c.vandijk@cp2.example.org
{
"resourceType": "PractitionerRole",
"id": "ad2-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": "http://cp2.example.org/HRM/assignments",
"value": "123456"
},
{
"system": "https://cp2-test.example.org/employees",
"value": "f051d3bd-26ff-4030-a5b6-fc4ef2be83ba",
"assigner": {
"identifier": {
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
"code": "author"
}
]
},
"system": "http://fhir.nl/fhir/NamingSystem/ura",
"value": "22222222"
}
}
}
],
"practitioner": {
"reference": "Practitioner/ad2-p1"
},
"organization": {
"reference": "Organization/ad2-o1"
},
"code": [
{
"coding": [
{
"system": "http://fhir.nl/fhir/NamingSystem/uzi-rolcode",
"code": "01.010",
"display": "Cardioloog"
}
]
}
],
"specialty": [
{
"coding": [
{
"system": "http://fhir.nl/fhir/NamingSystem/uzi-rolcode",
"code": "01.010",
"display": "Cardioloog"
}
]
}
],
"telecom": [
{
"system": "email",
"value": "c.vandijk@cp2.example.org"
}
]
}