Estonian Base Implementation Guide
1.1.1 - trial-use Estonia flag

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

: Mart Mets (verified patient) - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "pat1",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.ee/base/StructureDefinition/ee-patient"
    ]
  },
  "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><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Mart Mets (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 Id (see the one above)\">Other Id:</td><td colspan=\"3\"><code>https://fhir.ee/sid/pid/est/ppn</code>/K0307337\u00a0(,\u00a0period:\u00a0(?) --&gt; 2023-12-28)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">Harju maakond, Tallinn, Lasnamäe linnaosa, Valukoja tn 10(work)</td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "https://fhir.ee/sid/pid/est/ni",
      "value" : "37302102711"
    },
    {
      "system" : "https://fhir.ee/sid/pid/est/ppn",
      "value" : "K0307337",
      "period" : {
        "end" : "2023-12-28"
      },
      "assigner" : {
        "display" : "Estonian Police and Board Agency"
      }
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "official",
      "family" : "Mets",
      "given" : [
        "Mart"
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "1973-02-10",
  "_birthDate" : {
    "extension" : [
      {
        "url" : "https://fhir.ee/base/StructureDefinition/ee-date-accuracy-indicator",
        "valueCoding" : {
          "system" : "https://fhir.ee/CodeSystem/date-accuracy-indicator",
          "code" : "AAA",
          "display" : "Day, month and year are accurate"
        }
      }
    ]
  },
  "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"
          }
        },
        {
          "url" : "https://fhir.ee/base/StructureDefinition/ee-ehak",
          "valueCoding" : {
            "system" : "https://fhir.ee/sid/ehak",
            "code" : "0387"
          }
        },
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/address-official",
          "valueBoolean" : true
        }
      ],
      "use" : "work",
      "text" : "Harju maakond, Tallinn, Lasnamäe linnaosa, Valukoja tn 10",
      "city" : "Tallinn",
      "state" : "Harju",
      "postalCode" : "14215",
      "country" : "EE"
    }
  ]
}