FHIR IG analytics| Package | se.electronichealth.fhir.nppr.r5 |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-c9f1b2a7-11e4-48a9-bcc3-f4d97f8f9e8b.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "PractitionerRole",
"id": "c9f1b2a7-11e4-48a9-bcc3-f4d97f8f9e8b",
"meta": {
"profile": [
"http://electronichealth.se/fhir/NPPR/StructureDefinition/NPPRPractitionerRole"
]
},
"extension": [
{
"valueCodeableConcept": {
"coding": [
{
"system": "http://electronichealth.se/fhir/CodeSystem/practitioner-role-title",
"code": "chiefphysician",
"display": "Chief Physician"
}
]
},
"url": "http://hl7.org/fhir/StructureDefinition/practitioner-job-title"
}
],
"identifier": [
{
"period": {
"start": "2024-01-01"
},
"use": "official",
"system": "http://electronichealth.se/identifier/practitionerrole-id",
"value": "ROLE-2025-001"
}
],
"period": {
"start": "2024-01-01",
"end": "2026-12-31"
},
"code": [
{
"coding": [
{
"code": "Cardiologist",
"system": "http://snomed.info/sct"
}
]
}
],
"contact": [
{
"purpose": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/contactentity-type",
"code": "ADMIN",
"display": "Administrative Contact"
}
]
},
"telecom": [
{
"period": {
"start": "2025-01-01",
"end": "2026-01-01"
},
"system": "phone",
"value": "+46701234567"
}
],
"address": {
"period": {
"start": "2025-01-01"
},
"text": "Törnbacken 11, 170 67 Stockholm",
"city": "Stockholm",
"postalCode": "170 67"
}
}
],
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"active": true,
"practitioner": {
"reference": "Practitioner/2709bd4c-2386-4fd7-8277-9b8106087d55"
},
"organization": {
"reference": "Organization/HealthcareProvider"
}
}