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

: Patients - Igor Bossenko - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "pat1",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient pat1</b></p><a name=\"pat1\"> </a><a name=\"hcpat1\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Igor Bossenko (official) Male, DoB: 1973-02-10 ( urn:pin:hl7.ee:pid:ni:est#37302102711)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Ids:</td><td colspan=\"3\"><ul><li><code>urn:pin:hl7.ee:pid:ni:uzb</code>/31002736540023</li><li><code>urn:pin:hl7.ee:pid:cz:est</code>/AB0421183\u00a0(,\u00a0period:\u00a0(?) --&gt; 2023-12-28)</li><li><code>urn:pin:hl7.ee:pid:ppn:est</code>/K0307337\u00a0(,\u00a0period:\u00a0(?) --&gt; 2023-12-28)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">Valukoja 10 Tallinn 14215 EST </td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "urn:pin:hl7.ee:pid:ni:est",
      "value" : "37302102711"
    },
    {
      "system" : "urn:pin:hl7.ee:pid:ni:uzb",
      "value" : "31002736540023"
    },
    {
      "system" : "urn:pin:hl7.ee:pid:cz:est",
      "value" : "AB0421183",
      "period" : {
        "end" : "2023-12-28"
      },
      "assigner" : {
        "display" : "Estonian Police and Board Agency"
      }
    },
    {
      "system" : "urn:pin:hl7.ee:pid:ppn:est",
      "value" : "K0307337",
      "period" : {
        "end" : "2023-12-28"
      },
      "assigner" : {
        "display" : "Estonian Police and Board Agency"
      }
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "official",
      "family" : "Bossenko",
      "given" : [
        "Igor"
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "1973-02-10",
  "address" : [
    {
      "line" : [
        "Valukoja 10"
      ],
      "city" : "Tallinn",
      "postalCode" : "14215",
      "country" : "EST"
    }
  ]
}