Estonian Base Implementation Guide
1.1.3 - trial-use Estonia flag

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

: John Doe (foreign patient) - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "pat2",
  "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 pat2</b></p><a name=\"pat2\"> </a><a name=\"hcpat2\"> </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-patient.html\">EEBase Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">John Doe  Male, DoB Unknown ( https://fhir.ee/sid/pid/usa/ppn#N857623628)</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/prn/90006399</code>/983453-4363-634-63423457-325</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">5601 Universal Blvd, Orlando, FL 32819, USA(temp)</td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "https://fhir.ee/sid/pid/usa/ppn",
      "value" : "N857623628"
    },
    {
      "system" : "https://fhir.ee/sid/pid/est/prn/90006399",
      "value" : "983453-4363-634-63423457-325"
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "usual",
      "family" : "Doe",
      "given" : [
        "John"
      ]
    }
  ],
  "gender" : "male",
  "address" : [
    {
      "use" : "temp",
      "text" : "5601 Universal Blvd, Orlando, FL 32819, USA",
      "line" : [
        "5601 Universal Blvd"
      ],
      "city" : "Orlando",
      "district" : "Orange County",
      "state" : "FL",
      "postalCode" : "32819",
      "country" : "US"
    }
  ]
}