FHIR IG analytics| Package | hl7.fhir.nl.gf |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-a76d130d-97eb-51b6-9e10-3810bfe0b0c5.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole a76d130d-97eb-51b6-9e10-3810bfe0b0c5
identifier: Uniform Resource Identifier (URI)/urn:uuid:4f98d2fd-46e9-42b8-b4ec-5e5f2ad8f1b4 (use: official, )
practitioner: Practitioner Harry Arts
organization: Organization example General Practice
code: Huisarts
telecom: h.arts@cp1.example.org
{
"resourceType": "PractitionerRole",
"id": "a76d130d-97eb-51b6-9e10-3810bfe0b0c5",
"meta": {
"profile": [
"http://minvws.github.io/generiekefuncties-docs/StructureDefinition/nl-gf-practitionerrole"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"system": "urn:ietf:rfc:3986",
"value": "urn:uuid:4f98d2fd-46e9-42b8-b4ec-5e5f2ad8f1b4",
"assigner": {
"identifier": {
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
"code": "custodian"
}
]
},
"system": "http://fhir.nl/fhir/NamingSystem/kvk",
"value": "50000535"
}
}
}
],
"practitioner": {
"reference": "Practitioner/4f98d2fd-46e9-42b8-b4ec-5e5f2ad8f1b4"
},
"organization": {
"reference": "Organization/8e18530e-2ce1-5dc2-b34b-7d5de91a5c07"
},
"code": [
{
"coding": [
{
"system": "http://fhir.nl/fhir/NamingSystem/uzi-rolcode",
"code": "01.015",
"display": "Huisarts"
}
]
}
],
"telecom": [
{
"system": "email",
"value": "h.arts@cp1.example.org"
}
]
}