0.1.4 - draft

: NabotoPatientExample - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="NabotoPatientExample"/>
  <meta>
    <profile
             value="http://fhir.naboto.com/StructureDefinition/naboto-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>Max Mustermann </b> male, DoB: 1970-01-01 ( Social Security Number: 1111241261(use: OFFICIAL))</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="Other Ids (see the one above)">Other Id:</td><td colspan="3">Patient internal identifier: 0815(use: OFFICIAL)</td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Details:</td><td colspan="3"><ul><li><a href="mailto:notarealemail@naboto.com">notarealemail@naboto.com</a></li><li>+436641234567890(MOBILE)</li><li>Landstrasse 1 Stock 9 Tür 42 Linz Oberösterreich 4020 AUT (HOME)</li></ul></td></tr></table></div>
  </text>
  <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>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="PI"/>
        <display value="Patient internal identifier"/>
      </coding>
    </type>
    <system value="https://third-party-system/Patients"/>
    <value value="0815"/>
    <assigner>
      <display value="Ein GDA in Österreich"/>
    </assigner>
  </identifier>
  <active value="true"/>
  <name>
    <use value="usual"/>
    <family value="Mustermann"/>
    <given value="Max"/>
    <prefix value="DI"/>
  </name>
  <telecom>
    <system value="email"/>
    <value value="notarealemail@naboto.com"/>
    <use value="home"/>
  </telecom>
  <telecom>
    <system value="sms"/>
    <value value="+436641234567890"/>
    <use value="mobile"/>
  </telecom>
  <gender value="male"/>
  <birthDate value="1970-01-01"/>
  <address>
    <use value="home"/>
    <type value="both"/>
    <line value="Landstrasse 1 Stock 9 Tür 42">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName">
        <valueString value="Landstrasse"/>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber">
        <valueString value="1"/>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator">
        <valueString value="Stock 9 Tür 42"/>
      </extension>
      <extension
                 url="http://fhir.naboto.com/StructureDefinition/at-core-ext-address-additionalInformation">
        <valueString value="Lift vorhanden"/>
      </extension>
    </line>
    <city value="Linz"/>
    <state value="Oberösterreich"/>
    <postalCode value="4020"/>
    <country value="AUT"/>
  </address>
</Patient>