Patsiendi üldandmete teenus / Master Patient Index
1.2.2 - trial-use Estonia flag

Publication Build: This will be filled in by the publication tooling

: PatientIgorBossenko - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "pat1",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.ee/mpi/StructureDefinition/ee-mpi-patient-verified"
    ]
  },
  "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><a name=\"pat1-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ee-mpi-patient-verified.html\">EE MPI Patient Verified</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Igor Bossenko (official) Male, DoB: 1973-02-10 ( https://fhir.ee/sid/pid/est/ni#Estonian Personal National Identification Code#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>https://fhir.ee/sid/pid/fin/ni</code>/31002736540023</li><li><code>https://fhir.ee/sid/pid/est/ppn</code>/K0307337\u00a0(,\u00a0period:\u00a0(?) --&gt; 2023-12-28)</li><li><code>https://fhir.ee/sid/pid/est/mr</code>/82746127612</li><li><code>https://fhir.ee/sid/pid/est/prn/90006399</code>/123e4567-e89b-12d3-a456-426614174000</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(work)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Languages spoken\">Languages:</td><td colspan=\"3\"><ul><li><span title=\"Codes:{urn:ietf:bcp:47 en-US}\">English (United States)</span></li><li><span title=\"Codes:{urn:ietf:bcp:47 et}\">Eesti</span> (preferred)</li></ul></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "https://fhir.ee/sid/pid/est/ni",
      "value" : "37302102711"
    },
    {
      "system" : "https://fhir.ee/sid/pid/fin/ni",
      "value" : "31002736540023"
    },
    {
      "system" : "https://fhir.ee/sid/pid/est/ppn",
      "value" : "K0307337",
      "period" : {
        "end" : "2023-12-28"
      },
      "assigner" : {
        "display" : "Estonian Police and Board Agency"
      }
    },
    {
      "system" : "https://fhir.ee/sid/pid/est/mr",
      "value" : "82746127612"
    },
    {
      "system" : "https://fhir.ee/sid/pid/est/prn/90006399",
      "value" : "123e4567-e89b-12d3-a456-426614174000"
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "official",
      "family" : "Bossenko",
      "given" : [
        "Igor"
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "1973-02-10",
  "address" : [
    {
      "extension" : [
        {
          "url" : "https://fhir.ee/base/StructureDefinition/ee-ads-adr-id",
          "valueCoding" : {
            "system" : "https://fhir.ee/CodeSystem/ads-adr-id",
            "code" : "2280361"
          }
        },
        {
          "url" : "https://fhir.ee/base/StructureDefinition/ee-ads-oid",
          "valueCoding" : {
            "system" : "https://fhir.ee/CodeSystem/ads-oid",
            "code" : "ME03379409"
          }
        }
      ],
      "use" : "work",
      "text" : "Valukoja 10, Tallinn",
      "postalCode" : "14215",
      "country" : "EE"
    }
  ],
  "communication" : [
    {
      "language" : {
        "coding" : [
          {
            "system" : "urn:ietf:bcp:47",
            "code" : "en-US",
            "display" : "English (United States)"
          }
        ]
      },
      "preferred" : false
    },
    {
      "language" : {
        "coding" : [
          {
            "system" : "urn:ietf:bcp:47",
            "code" : "et",
            "display" : "Eesti"
          }
        ]
      },
      "preferred" : true
    }
  ]
}