FHIR IG analytics| Package | se.electronichealth.fhir.hvo.r5 |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-PractitionerRoleInstance1.json |
| FHIR Version | R5 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "PractitionerRole",
"id": "PractitionerRoleInstance1",
"meta": {
"profile": [
"http://electronichealth.se/fhir/hvo/StructureDefinition/HVOPractitionerRole"
]
},
"period": {
"start": "2022-01-01"
},
"code": [
{
"coding": [
{
"code": "123",
"display": "Verksamhetschef"
}
]
}
],
"contact": [
{
"address": {
"line": [
"Wollmar Yxkullsgatan 25"
],
"postalCode": "118 50",
"city": "Stockholm",
"country": "Sverige"
},
"purpose": {
"coding": [
{
"code": "ADMIN",
"system": "http://terminology.hl7.org/CodeSystem/contactentity-type",
"display": "Administrativt"
}
]
},
"period": {
"start": "2000-06-14T00:00:00+01:00"
}
},
{
"period": {
"start": "2022-01-01T00:00:00+01:00"
},
"telecom": [
{
"value": "https://meliva.se/vardcentral-soderdoktorn/",
"system": "url"
}
],
"purpose": {
"coding": [
{
"code": "PATINF",
"system": "http://terminology.hl7.org/CodeSystem/contactentity-type",
"display": "Patient"
}
]
}
}
],
"practitioner": {
"reference": "Practitioner/PractitionerInstance1"
},
"organization": {
"reference": "Organization/OrganizationalUnitInstance1"
}
}