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

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

: PatientUnknown - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "pat-unk",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.ee/mpi/StructureDefinition/ee-mpi-patient-unknown"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient pat-unk</b></p><a name=\"pat-unk\"> </a><a name=\"hcpat-unk\"> </a><a name=\"pat-unk-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Malle Maasikas(nickname) Male, DoB: 1973-02-10 ( https://fhir.ee/sid/pid/est/mr#3456346)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">false</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">Valukoja 10, Tallinn(temp)</td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "https://fhir.ee/sid/pid/est/mr",
      "value" : "3456346"
    }
  ],
  "active" : false,
  "name" : [
    {
      "use" : "nickname",
      "text" : "Malle Maasikas"
    }
  ],
  "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"
          }
        }
      ],
      "use" : "temp",
      "text" : "Valukoja 10, Tallinn",
      "country" : "EE"
    }
  ]
}