Estonian Base Implementation Guide
1.1.1 - trial-use
Publication Build: This will be filled in by the publication tooling
{
"resourceType" : "PractitionerRole",
"id" : "PractRoleN99876",
"meta" : {
"profile" : [
🔗 "https://fhir.ee/base/StructureDefinition/ee-practitioner-role"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole PractRoleN99876</b></p><a name=\"PractRoleN99876\"> </a><a name=\"hcPractRoleN99876\"> </a><a name=\"PractRoleN99876-en-US\"> </a><p><b>active</b>: true</p><p><b>period</b>: 2012-01-01 --> (ongoing)</p><p><b>practitioner</b>: <a href=\"Practitioner-N99876.html\">Practitioner Kari Õde </a></p><p><b>organization</b>: <a href=\"Organization-rh.html\">Organization Rakvere Haigla</a></p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/practitioner-role nurse}\">Nurse</span>, <span title=\"Codes:{https://fhir.ee/CodeSystem/occupation 22210502}\">Õde</span></p><p><b>specialty</b>: <span title=\"Codes:{http://snomed.info/sct 773568002}\">Emergency medicine</span>, <span title=\"Codes:{https://fhir.ee/CodeSystem/eriala N100}\">Intensiivõendus</span></p></div>"
},
"active" : true,
"period" : {
"start" : "2012-01-01"
},
"practitioner" : {
🔗 "reference" : "Practitioner/N99876"
},
"organization" : {
🔗 "reference" : "Organization/rh"
},
"code" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/practitioner-role",
"code" : "nurse",
"display" : "Nurse"
}
]
},
{
"coding" : [
{
"system" : "https://fhir.ee/CodeSystem/occupation",
"code" : "22210502",
"display" : "Õde"
}
]
}
],
"specialty" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "773568002",
"display" : "Emergency medicine"
}
]
},
{
"coding" : [
{
"system" : "https://fhir.ee/CodeSystem/eriala",
"code" : "N100",
"display" : "Intensiivõendus"
}
]
}
]
}