Moderne Patient:innenabrechnung und Datenkommunikation on FHIR (MOPED)
0.1.0 - ci-build

Moderne Patient:innenabrechnung und Datenkommunikation on FHIR (MOPED) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Test2Patient - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="Test2Patient"/>
  <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 Test2Patient</b></p><a name="Test2Patient"> </a><a name="hcTest2Patient"> </a><a name="Test2Patient-en-US"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Santiago Schnabeltier TEST (official) Male, DoB: 1985-03-19 ( Social Security Number: 2873111374)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3">Ernst-Melchior-Gasse 22/5/506 Wien 1020 AT (home)</td></tr><tr><td style="background-color: #f3f5da" title="The patient's legal status as citizen of a country."><a href="http://hl7.org/fhir/extensions/5.1.0/StructureDefinition-patient-citizenship.html">Patient Citizenship</a></td><td colspan="3"><span title="Codes:{https://termgit.elga.gv.at/ValueSet/elga-laendercodes AT}">Austria</span></td></tr></table></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/patient-citizenship">
    <valueCodeableConcept>
      <coding>
        <system
                value="https://termgit.elga.gv.at/ValueSet/elga-laendercodes"/>
        <code value="AT"/>
        <display value="Austria"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <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="2873111374"/>
    <assigner>
      <display
               value="Dachverband der österreichischen Sozialversicherungsträger"/>
    </assigner>
  </identifier>
  <name>
    <use value="official"/>
    <family value="Schnabeltier TEST"/>
    <given value="Santiago"/>
  </name>
  <gender value="male"/>
  <birthDate value="1985-03-19"/>
  <address>
    <use value="home"/>
    <line value="Ernst-Melchior-Gasse 22/5/506"/>
    <city value="Wien"/>
    <postalCode value="1020"/>
    <country value="AT"/>
  </address>
</Patient>