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" : "pharmacistKristiina",
"meta" : {
"profile" : [
🔗 "https://fhir.ee/StructureDefinition/ee-tis-practitioner-role"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole pharmacistKristiina</b></p><a name=\"pharmacistKristiina\"> </a><a name=\"hcpharmacistKristiina\"> </a><a name=\"pharmacistKristiina-en-US\"> </a><p><b>active</b>: true</p><p><b>practitioner</b>: Proviisor Kristiina Kuldkepp (Identifier: <code>https://fhir.ee/sid/pro/est/pho</code>/P00197)</p><p><b>organization</b>: Haigekassa (Identifier: 74000091)</p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/practitioner-role pharmacist}\">pharmacist</span>, <span title=\"Codes:{https://fhir.ee/CodeSystem/autoriseerimismooduli-kasutajarollid specialist}\">Spetsialist</span></p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Telecom</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"mailto:apteek123@tehik.ee\">apteek123@tehik.ee</a></td></tr></table></div>"
},
"active" : true,
"practitioner" : {
"identifier" : {
"system" : "https://fhir.ee/sid/pro/est/pho",
"value" : "P00197"
},
"display" : "Proviisor Kristiina Kuldkepp"
},
"organization" : {
"identifier" : {
"value" : "74000091"
},
"display" : "Haigekassa"
},
"code" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/practitioner-role",
"code" : "pharmacist",
"display" : "pharmacist"
}
]
},
{
"coding" : [
{
"system" : "https://fhir.ee/CodeSystem/autoriseerimismooduli-kasutajarollid",
"code" : "specialist",
"display" : "Spetsialist"
}
]
}
],
"contact" : [
{
"telecom" : [
{
"system" : "email",
"value" : "apteek123@tehik.ee"
}
]
}
]
}