FHIR IG analytics| Package | ee.fhir.spd |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-practitionerrole-doctor.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole practitionerrole-doctor
Language: et
Profile: EE SPD PractitionerRole
identifier: https://fhir.ee/CodeSystem/identifikaatorite-domeen/D99876
active: true
period: 2008-01-01 --> (ongoing)
practitioner: Practitioner Toktor Arst
organization: Organization Sihtasutus Põhja-Eesti Regionaalhaigla
code: Kardioloog
specialty: Kardioloogia
location: Location: status = active
| Telecom |
| ph: 5555551 |
{
"resourceType": "PractitionerRole",
"id": "practitionerrole-doctor",
"meta": {
"profile": [
"https://fhir.ee/spd/StructureDefinition/ee-spd-practitioner-role"
]
},
"language": "et",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://fhir.ee/CodeSystem/identifikaatorite-domeen",
"value": "D99876"
}
],
"active": true,
"period": {
"start": "2008-01-01"
},
"practitioner": {
"reference": "Practitioner/practitioner-doctor"
},
"organization": {
"reference": "Organization/organization-perh123"
},
"code": [
{
"coding": [
{
"system": "https://fhir.ee/CodeSystem/ametite-klassifikaator",
"code": "22120901",
"display": "Kardioloog"
}
]
}
],
"specialty": [
{
"coding": [
{
"system": "https://fhir.ee/CodeSystem/erialad",
"code": "E170",
"display": "Kardioloogia"
}
]
}
],
"location": [
{
"reference": "Location/location-narva-haigla"
}
],
"contact": [
{
"telecom": [
{
"system": "phone",
"value": "5555551"
}
]
}
]
}