FHIR IG analytics| Package | hl7.fhir.nl.gf |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-05817277-b885-5b0e-9bb4-46033c3f4fa5.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole 05817277-b885-5b0e-9bb4-46033c3f4fa5
identifier: Uniform Resource Identifier (URI)/urn:uuid:3cb101c7-c2fc-4f91-acbe-c3b61c0f9db8 (use: official, )
active: true
practitioner: Practitioner John Doe
organization: Organization example Care Institution
code: Klinisch geriater
specialty: Klinisch geriater
telecom: +31301234568, john.doe@cp3.example.org, https://matrix.to/#doctorno:cp3.example.org
{
"resourceType": "PractitionerRole",
"id": "05817277-b885-5b0e-9bb4-46033c3f4fa5",
"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:3cb101c7-c2fc-4f91-acbe-c3b61c0f9db8",
"assigner": {
"identifier": {
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
"code": "custodian"
}
]
},
"system": "http://fhir.nl/fhir/NamingSystem/kvk",
"value": "50000535"
}
}
}
],
"active": true,
"practitioner": {
"reference": "Practitioner/3cb101c7-c2fc-4f91-acbe-c3b61c0f9db8"
},
"organization": {
"reference": "Organization/7c98f969-6c3b-5dd3-a18e-e9cf02c8497d"
},
"code": [
{
"coding": [
{
"system": "http://fhir.nl/fhir/NamingSystem/uzi-rolcode",
"code": "01.022",
"display": "Klinisch geriater"
}
]
}
],
"specialty": [
{
"coding": [
{
"system": "http://fhir.nl/fhir/NamingSystem/uzi-rolcode",
"code": "01.022",
"display": "Klinisch geriater"
}
]
}
],
"telecom": [
{
"system": "phone",
"value": "+31301234568",
"use": "work"
},
{
"system": "email",
"value": "john.doe@cp3.example.org",
"use": "work"
},
{
"system": "url",
"value": "https://matrix.to/#doctorno:cp3.example.org",
"use": "work"
}
]
}