FHIR IG analytics| Package | ee.fhir.spd |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-practitionerrole-nurse.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole practitionerrole-nurse
Language: et
Profile: EE SPD PractitionerRole
identifier: https://fhir.ee/ValueSet/tervishoiutootaja-identifikaatorite-domeen/N99876
active: true
period: 2005-01-01 --> (ongoing)
practitioner: Practitioner Kari Õde
organization: Organization Sihtasutus Põhja-Eesti Regionaalhaigla
code: Õde
specialty: terviseõendus
| Telecom |
| ph: 5555555 |
{
"resourceType": "PractitionerRole",
"id": "practitionerrole-nurse",
"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/ValueSet/tervishoiutootaja-identifikaatorite-domeen",
"value": "N99876"
}
],
"active": true,
"period": {
"start": "2005-01-01"
},
"practitioner": {
"reference": "Practitioner/practitioner-nurse"
},
"organization": {
"reference": "Organization/organization-perh123"
},
"code": [
{
"coding": [
{
"system": "https://fhir.ee/CodeSystem/ametite-klassifikaator",
"code": "22210502",
"display": "Õde"
}
]
}
],
"specialty": [
{
"coding": [
{
"system": "https://fhir.ee/CodeSystem/erialad",
"code": "N300",
"display": "terviseõendus"
}
]
}
],
"contact": [
{
"telecom": [
{
"system": "phone",
"value": "5555555"
}
]
}
]
}