Patsiendi elulõpu tahteavaldus
0.1.0 - trial-use
Patsiendi elulõpu tahteavaldus, published by TEHIK. 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/TEHIK-EE/ig-ee-pet/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Practitioner",
"id" : "practitioner-example",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner practitioner-example</b></p><a name=\"practitioner-example\"> </a><a name=\"hcpractitioner-example\"> </a><p><b>identifier</b>: <code>https://example.ee/fhir/sid/hcp-person-id</code>/38101010021</p><p><b>active</b>: true</p><p><b>name</b>: Katrin Tamm (Official)</p><p><b>telecom</b>: <a href=\"tel:+3726001234\">+3726001234</a></p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">Arst</span></td></tr></table></div>"
},
"identifier" : [
{
"system" : "https://example.ee/fhir/sid/hcp-person-id",
"value" : "38101010021"
}
],
"active" : true,
"name" : [
{
"use" : "official",
"family" : "Tamm",
"given" : [
"Katrin"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "+3726001234",
"use" : "work"
}
],
"qualification" : [
{
"code" : {
"text" : "Arst"
}
}
]
}