HL7® Austria FHIR® Core Implementation Guide
2.1.0 - STU3

HL7® Austria FHIR® Core Implementation Guide - Local Development build (v2.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: HL7ATCorePatientExampleBart - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="HL7ATCorePatientExampleBart"/>
  <meta>
    <profile
             value="http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/StructureDefinition/at-core-patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient HL7ATCorePatientExampleBart</b></p><a name="HL7ATCorePatientExampleBart"> </a><a name="hcHL7ATCorePatientExampleBart"> </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-at-core-patient.html">HL7® AT Core Patient Profile</a></p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Bart Simpson  Male, DoB: 2010-04-01</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3">Krapfengasse 12 Stiege 2 Wien Wien 1150 AUT (home)</td></tr></table></div>
  </text>
  <name>
    <family value="Simpson"/>
    <given value="Bart"/>
  </name>
  <gender value="male"/>
  <birthDate value="2010-04-01"/>
  <address>
    <use value="home"/>
    <type value="both"/>
    <line value="Krapfengasse 12 Stiege 2">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName">
        <valueString value="Krapfengasse"/>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber">
        <valueString value="12"/>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator">
        <valueString value="Stiege 2"/>
      </extension>
    </line>
    <city value="Wien"/>
    <state value="Wien"/>
    <postalCode value="1150"/>
    <country value="AUT"/>
  </address>
</Patient>