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" : "Practitioner",
"id" : "pr1",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner pr1</b></p><a name=\"pr1\"> </a><a name=\"hcpr1\"> </a><p><b>identifier</b>: <code>urn:oid:1.3.6.1.4.1.28284.2</code>/D00007</p><p><b>active</b>: true</p><p><b>name</b>: Peeter Ross </p><p><b>address</b>: Ravi 18 Tallinn </p></div>"
},
"identifier" : [
{
"system" : "urn:oid:1.3.6.1.4.1.28284.2",
"value" : "D00007"
}
],
"active" : true,
"name" : [
{
"family" : "Ross",
"given" : [
"Peeter"
]
}
],
"address" : [
{
"line" : [
"Ravi 18"
],
"city" : "Tallinn"
}
]
}