Estonian Base Implementation Guide
1.0.0 - ballot Estonia flag

Estonian Base Implementation Guide - Local Development build (v1.0.0). See the Directory of published versions

: John Doe (foreign patient) - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="pat2"/>
  <meta>
    <profile value="https://fhir.ee/StructureDefinition/ee-patient"/>
  </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>John Doe </b> male, DoB Unknown ( id: 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="Ways to contact the Patient">Contact Detail:</td><td colspan="3">5601 Universal Blvd, Orlando, FL 32819, USA(TEMP)</td></tr></table></div>
  </text>
  <identifier>
    <system value="https://fhir.ee/sid/pid/usa/ppn"/>
    <value value="N857623628"/>
  </identifier>
  <active value="true"/>
  <name>
    <use value="usual"/>
    <family value="Doe"/>
    <given value="John"/>
  </name>
  <gender value="male"/>
  <address>
    <use value="temp"/>
    <text value="5601 Universal Blvd, Orlando, FL 32819, USA"/>
    <line value="5601 Universal Blvd"/>
    <city value="Orlando"/>
    <district value="Orange County"/>
    <state value="FL"/>
    <postalCode value="32819"/>
    <country value="US"/>
  </address>
</Patient>