HealthSense Implementation Guide (Taltech)
0.1.0 - ci-build
HealthSense Implementation Guide (Taltech), published by Taltech. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/e-medlab/healthsense/ and changes regularly. See the Directory of published versions
{
"resourceType" : "PractitionerRole",
"id" : "pr1org1",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole pr1org1</b></p><a name=\"pr1org1\"> </a><a name=\"hcpr1org1\"> </a><p><b>active</b>: true</p><p><b>period</b>: 1998-01-01 --> (ongoing)</p><p><b>practitioner</b>: <a href=\"Practitioner-pr1.html\">Practitioner Peeter Ross </a></p><p><b>organization</b>: <a href=\"Organization-org1.html\">Organization East Tallinn Central Hospital</a></p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/practitioner-role doctor}\">Doctor</span></p><p><b>specialty</b>: <span title=\"Codes:{http://snomed.info/sct 394914008}\">Radiology</span></p></div>"
},
"active" : true,
"period" : {
"start" : "1998-01-01"
},
"practitioner" : {
🔗 "reference" : "Practitioner/pr1"
},
"organization" : {
🔗 "reference" : "Organization/org1"
},
"code" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/practitioner-role",
"code" : "doctor"
}
]
}
],
"specialty" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "394914008",
"display" : "Radiology"
}
]
}
]
}