Patsientide üldandmete teenus / Master Patient Index
1.0.0 - ballot Estonia flag

Patsientide üldandmete teenus / Master Patient Index - Local Development build (v1.0.0). See the Directory of published versions

: PatientUnknown - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="pat-unk"/>
  <meta>
    <profile
             value="https://fhir.ee/StructureDefinition/ee-mpi-patient-unknown"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;"><b>Malle Maasikas(NICKNAME)</b> male, DoB: 1973-02-10 ( id: 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>
  </text>
  <identifier>
    <system value="https://fhir.ee/sid/pid/est/mr"/>
    <value value="3456346"/>
  </identifier>
  <active value="false"/>
  <name>
    <use value="nickname"/>
    <text value="Malle Maasikas"/>
  </name>
  <gender value="male"/>
  <birthDate value="1973-02-10">
    <extension
               url="https://fhir.ee/StructureDefinition/ee-date-accuracy-indicator">
      <valueCoding>
        <system
                value="https://fhir.ee/CodeSystem/ee-date-accuracy-indicator"/>
        <code value="AAA"/>
        <display value="Day, month and year are accurate"/>
      </valueCoding>
    </extension>
  </birthDate>
  <address>
    <extension url="https://fhir.ee/StructureDefinition/ee-ads">
      <valueCoding>
        <system value="https://fhir.ee/CodeSystem/ee-ads"/>
        <code value="2280361"/>
      </valueCoding>
    </extension>
    <use value="temp"/>
    <text value="Valukoja 10, Tallinn"/>
    <country value="EE"/>
  </address>
</Patient>