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" : "PractRoleD12345",
"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 PractRoleD12345</b></p><a name=\"PractRoleD12345\"> </a><a name=\"hcPractRoleD12345\"> </a><a name=\"PractRoleD12345-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-D12345.html\">Practitioner Mart Murakas </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 22122501}\">Pediaater</span></p><p><b>specialty</b>: <span title=\"Codes:{http://snomed.info/sct 394537008}\">Pediatric specialty</span>, <span title=\"Codes:{http://snomed.info/sct 418535003}\">Pediatric immunology</span>, <span title=\"Codes:{http://snomed.info/sct 408439002}\">Allergy - specialty</span>, <span title=\"Codes:{https://fhir.ee/CodeSystem/ee-medre-specialty E290}\">Pediaatria</span>, <span title=\"Codes:{https://fhir.ee/CodeSystem/ee-medre-specialty E670}\">Pediaatria allergoloogia lisapädevusega</span></p></div>"
},
"active" : true,
"period" : {
"start" : "2012-01-01"
},
"practitioner" : {
🔗 "reference" : "Practitioner/D12345"
},
"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" : "22122501",
"display" : "Pediaater"
}
]
}
],
"specialty" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "394537008",
"display" : "Pediatric specialty"
}
]
},
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "418535003",
"display" : "Pediatric immunology"
}
]
},
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "408439002",
"display" : "Allergy - specialty"
}
]
},
{
"coding" : [
{
"system" : "https://fhir.ee/CodeSystem/ee-medre-specialty",
"code" : "E290",
"display" : "Pediaatria"
}
]
},
{
"coding" : [
{
"system" : "https://fhir.ee/CodeSystem/ee-medre-specialty",
"code" : "E670",
"display" : "Pediaatria allergoloogia lisapädevusega"
}
]
}
]
}