XpanDH Hospital Discharge Report
0.1.0 - ci-build 150

XpanDH Hospital Discharge Report, published by XpanDH Project. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/xpandh-hdr/ and changes regularly. See the Directory of published versions

: example-it-1 - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="example-it-1"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient example-it-1</b></p><a name="example-it-1"> </a><a name="hcexample-it-1"> </a><a name="example-it-1-en-US"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">DANTE ALIGHIERI (official) Male, DoB: 1971-05-01 ( http://hl7.it/sid/codiceFiscale#LGHDNT71E01D612Q)</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="Ways to contact the Patient">Contact Detail</td><td colspan="3"><ul><li>Viale della Repubblica 12, PANTIGLIATE - 20090 - Italia(home)</li><li>Via Capitolina 27 - interno 5b - 34131 - TRIESTE(home)</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Patient contact">Contact:</td><td colspan="3"><ul><li>ph: 33312345678</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="The registered place of birth of the patient. A sytem may use the address.text if they don't store the birthPlace address in discrete elements."><a href="http://hl7.org/fhir/extensions/5.1.0/StructureDefinition-patient-birthPlace.html">Patient Birth Place</a></td><td colspan="3">Italia </td></tr></table></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/patient-birthPlace">
    <valueAddress>
      <country value="Italia">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding">
          <valueCoding>
            <system
                    value="http://terminology.hl7.it/CodeSystem/mef-ae-comuni"/>
            <code value="F979"/>
            <display value="NUORO"/>
          </valueCoding>
        </extension>
      </country>
    </valueAddress>
  </extension>
  <identifier>
    <system value="http://hl7.it/sid/codiceFiscale"/>
    <value value="LGHDNT71E01D612Q"/>
  </identifier>
  <active value="true"/>
  <name>
    <use value="official"/>
    <family value="ALIGHIERI"/>
    <given value="DANTE"/>
  </name>
  <gender value="male"/>
  <birthDate value="1971-05-01"/>
  <address>
    <use value="home"/>
    <type value="postal"/>
    <text value="Viale della Repubblica 12, PANTIGLIATE - 20090 - Italia"/>
    <line value="Viale della Repubblica 12, scala 2">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName">
        <valueString value="Viale della Repubblica"/>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetNameType">
        <valueString value="VIALE"/>
      </extension>
      <extension url="http://hl7.it/fhir/StructureDefinition/address-dug">
        <valueCodeableConcept>
          <coding>
            <system value="http://registry.geodati.gov.it/dug"/>
            <code value="76"/>
            <display value="viale"/>
          </coding>
        </valueCodeableConcept>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetNameBase">
        <valueString value="DELLA REPUBBLICA"/>
      </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="scala 2"/>
      </extension>
    </line>
    <city value="PANTIGLIATE"/>
    <postalCode value="20090"/>
    <country value="Italia"/>
  </address>
  <address>
    <use value="home"/>
    <type value="postal"/>
    <text value="Via Capitolina 27 - interno 5b - 34131 - TRIESTE"/>
    <line value="Via Capitolina 27 - interno 5b"/>
    <city value="TRIESTE"/>
    <postalCode value="34131"/>
    <country value="Italia"/>
    <period>
      <start value="2009-06-09T00:00:00+02:00"/>
    </period>
  </address>
  <contact>
    <telecom>
      <system value="phone"/>
      <value value="33312345678"/>
    </telecom>
  </contact>
</Patient>