Medication Scheme Implementation Guide
1.0.0 - draft
Medication Scheme Implementation Guide, published by TEHIK. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/TEHIK-EE/ig-ee-medication-scheme/ and changes regularly. See the Directory of published versions
{
"resourceType" : "PractitionerRole",
"id" : "PractRoleN98765",
"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 PractRoleN98765</b></p><a name=\"PractRoleN98765\"> </a><a name=\"hcPractRoleN98765\"> </a><a name=\"PractRoleN98765-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-N98765.html\">Practitioner Laura Õ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/ee-occupation 22210502}\">Õde</span></p><p><b>specialty</b>: <span title=\"Codes:{http://snomed.info/sct 394810000}\">Rheumatology</span>, <span title=\"Codes:{https://fhir.ee/CodeSystem/ee-medre-specialty N200}\">Kliiniline õendus</span></p></div>"
},
"active" : true,
"period" : {
"start" : "2012-01-01"
},
"practitioner" : {
🔗 "reference" : "Practitioner/N98765"
},
"organization" : {
🔗 "reference" : "Organization/rh"
},
"code" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/practitioner-role",
"code" : "nurse",
"display" : "Nurse"
}
]
},
{
"coding" : [
{
"system" : "https://fhir.ee/CodeSystem/ee-occupation",
"code" : "22210502",
"display" : "Õde"
}
]
}
],
"specialty" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "394810000",
"display" : "Rheumatology"
}
]
},
{
"coding" : [
{
"system" : "https://fhir.ee/CodeSystem/ee-medre-specialty",
"code" : "N200",
"display" : "Kliiniline õendus"
}
]
}
]
}