Integrierte Versorgung Diabetes (R4)
0.2.0 - ci-build

Integrierte Versorgung Diabetes (R4) - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Beispiel Diabetes Patientin - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="ex-patient"/>
  <meta>
    <profile
             value="https://fhir.hl7.at/elga-austrianpatientsummary-r4/StructureDefinition/at-ips-patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient ex-patient</b></p><a name="ex-patient"> </a><a name="hcex-patient"> </a><a name="ex-patient-en-US"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Andrea Testperson  Female, DoB: 1975-11-12 ( Social Security number: 0000121150)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Known Marital status of Patient">Marital Status:</td><td colspan="3"><span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-MaritalStatus M}">Married</span></td></tr><tr><td style="background-color: #f3f5da" title="Other Id (see the one above)">Other Id:</td><td colspan="3">Patient internal identifier/0002</td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3"><ul><li><a href="tel:+43.1411.40400">+43.1411.40400</a></li><li><a href="tel:+43.669.1234567">+43.669.1234567</a></li><li><a href="mailto:andrea@test.at">andrea@test.at</a></li><li>Schwedenplatz 1 Wien 1010 AUT (home)</li></ul></td></tr></table></div>
  </text>
  <identifier>
    <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="0000121150"/>
    <assigner>
      <display
               value="Dachverband der österreichischen Sozialversicherungsträger"/>
    </assigner>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="PI"/>
        <display value="Patient internal identifier"/>
      </coding>
    </type>
    <system value="urn:oid:1.2.3.4.5"/>
    <value value="0002"/>
    <assigner>
      <display value="Ein GDA in Österreich"/>
    </assigner>
  </identifier>
  <name>
    <family value="Testperson"/>
    <given value="Andrea"/>
    <prefix value="Dr."/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="+43.1411.40400"/>
    <use value="home"/>
  </telecom>
  <telecom>
    <system value="phone"/>
    <value value="+43.669.1234567"/>
    <use value="mobile"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="andrea@test.at"/>
  </telecom>
  <gender value="female"/>
  <birthDate value="1975-11-12"/>
  <address>
    <use value="home"/>
    <line value="Schwedenplatz 1"/>
    <city value="Wien"/>
    <postalCode value="1010"/>
    <country value="AUT"/>
  </address>
  <maritalStatus>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"/>
      <code value="M"/>
      <display value="Married"/>
    </coding>
  </maritalStatus>
</Patient>