HL7® Austria FHIR® Core Implementation Guide
1.1.0 - STU2

: HL7ATCorePatientExample05-FullElga - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="HL7ATCorePatientExample05-FullElga"/>
  <meta>
    <profile
             value="http://hl7.at/fhir/HL7ATCoreProfiles/4.0.1/StructureDefinition/at-core-patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Alexander Robert Wolfesberger </b> male, DoB: 1961-12-24 ( Social Security Number: 1111241261 (OFFICIAL))</p></div>
  </text>
  <extension
             url="http://hl7.at/fhir/HL7ATCoreProfiles/4.0.1/StructureDefinition/at-core-ext-patient-religion">
    <extension url="code">
      <valueCodeableConcept>
        <coding>
          <system
                  value="https://termgit.elga.gv.at/CodeSystem-hl7-at-religionaustria"/>
          <code value="101"/>
          <display value="Römisch-Katholisch"/>
        </coding>
      </valueCodeableConcept>
    </extension>
  </extension>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="SS"/>
        <display value="Social Security Number"/>
      </coding>
    </type>
    <system value="urn:oid:1.2.40.0.10.1.4.3.1"/>
    <value value="1111241261"/>
    <assigner>
      <display
               value="Dachverband der österreichischen Sozialversicherungsträger"/>
    </assigner>
  </identifier>
  <name>
    <family value="Wolfesberger"/>
    <given value="Alexander"/>
    <given value="Robert"/>
    <prefix value="Dipl.Ing."/>
    <prefix value="Dr."/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="+43.2682.40400"/>
    <use value="home"/>
  </telecom>
  <telecom>
    <system value="phone"/>
    <value value="+43.664.1234567"/>
    <use value="mobile"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="herberthannes.mustermann@provider.at"/>
  </telecom>
  <gender value="male"/>
  <birthDate value="1961-12-24"/>
  <address>
    <use value="home"/>
    <type value="both"/>
    <line value="Beheimgasse 7 Stock 2 Tür 1">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName">
        <valueString value="Beheimgasse"/>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber">
        <valueString value="7"/>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator">
        <valueString value="Stock 2 Tür 1"/>
      </extension>
      <extension
                 url="http://hl7.at/fhir/HL7ATCoreProfiles/4.0.1/StructureDefinition/at-core-ext-address-additionalInformation">
        <valueString value="Lift vorhanden"/>
      </extension>
    </line>
    <city value="Wien"/>
    <state value="Wien"/>
    <postalCode value="1170"/>
    <country value="AUT"/>
  </address>
  <maritalStatus>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"/>
      <code value="M"/>
      <display value="Married"/>
    </coding>
  </maritalStatus>
  <contact>
    <relationship>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
        <code value="DAU"/>
        <display value="natural daughter"/>
      </coding>
    </relationship>
    <name>
      <family value="Tochter"/>
      <given value="Julia"/>
    </name>
    <telecom>
      <system value="phone"/>
      <value value="+43.664.12345678"/>
      <use value="mobile"/>
    </telecom>
    <address>
      <line value="Heimstrasse 1"/>
      <city value="Wien"/>
      <postalCode value="1220"/>
      <country value="AUT"/>
    </address>
  </contact>
  <communication>
    <language>
      <coding>
        <system value="urn:ietf:bcp:47"/>
        <code value="de"/>
      </coding>
    </language>
    <preferred value="true"/>
  </communication>
</Patient>