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" : "PractRoleD98765",
"meta" : {
"profile" : [
🔗 "https://fhir.ee/StructureDefinition/ee-tis-practitioner-role"
]
},
"language" : "et",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"et\" lang=\"et\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole PractRoleD98765</b></p><a name=\"PractRoleD98765\"> </a><a name=\"hcPractRoleD98765\"> </a><a name=\"PractRoleD98765-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: et</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ee-tis-practitioner-role.html\">EETISPractitionerRole</a></p></div><p><b>active</b>: true</p><p><b>period</b>: 2012-01-01 --> (ongoing)</p><p><b>practitioner</b>: <a href=\"Practitioner-D98765.html\">Practitioner Ly Arst </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 doctor}\">Doctor</span>, <span title=\"Codes:{https://fhir.ee/CodeSystem/ee-occupation 22120901}\">Kardioloog</span>, <span title=\"Codes:{https://fhir.ee/CodeSystem/autoriseerimismooduli-kasutajarollid doctor}\">Arst</span></p><p><b>specialty</b>: <span title=\"Codes:{https://fhir.ee/CodeSystem/ee-medre-specialty E170}\">Kardioloogia</span></p></div>"
},
"active" : true,
"period" : {
"start" : "2012-01-01"
},
"practitioner" : {
🔗 "reference" : "Practitioner/D98765"
},
"organization" : {
🔗 "reference" : "Organization/rh"
},
"code" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/practitioner-role",
"code" : "doctor",
"display" : "Doctor"
}
]
},
{
"coding" : [
{
"system" : "https://fhir.ee/CodeSystem/ee-occupation",
"code" : "22120901",
"display" : "Kardioloog"
}
]
},
{
"coding" : [
{
"system" : "https://fhir.ee/CodeSystem/autoriseerimismooduli-kasutajarollid",
"code" : "doctor",
"display" : "Arst"
}
]
}
],
"specialty" : [
{
"coding" : [
{
"system" : "https://fhir.ee/CodeSystem/ee-medre-specialty",
"code" : "E170",
"display" : "Kardioloogia"
}
]
}
]
}