This page is part of the HL7 FHIR Implementation Guide Laboratory Report (v0.1.0: Release 1 Ballot 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: Paziente-SSN - XML Representation
Raw xml | Download
<Patient xmlns="http://hl7.org/fhir">
<id value="Paziente-SSN"/>
<meta>
<profile
value="http://hl7.it/fhir/lab-report/StructureDefinition/patient-it-lab"/>
</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>Maria Rossi </b> female, DoB: 1971-05-01 ( id: RSSMRA71E01F205E)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Details:</td><td colspan="3"><ul><li>ph: 3331245678</li><li><a href="mailto:maria.rossi@mail.com">maria.rossi@mail.com</a></li><li>Via della Libertà, 52 Milano 20100 Italia (HOME)</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Nominated Contact: Emergency Contact">Emergency Contact:</td><td colspan="3"><ul><li>Luigi Rossi </li><li>ph: 3312345567</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Nominated Contact: Emergency Contact">Emergency Contact:</td><td colspan="3"><ul><li>Maria Bianchi </li><li>ph: 3311234598</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/R4/extension-patient-birthplace.html">Birth Place:</a></td><td colspan="3"><ul><li>Via della Vittoria, 1 Milano 20100 Italia </li></ul></td></tr></table></div>
</text>
<extension
url="http://hl7.org/fhir/StructureDefinition/patient-birthPlace">
<valueAddress>
<line value="Via della Vittoria, 1">
<extension
url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName">
<valueString value="Via della Vittoria"/>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber">
<valueString value="1"/>
</extension>
</line>
<city value="Milano"/>
<postalCode value="20100"/>
<country value="Italia"/>
</valueAddress>
</extension>
<identifier>
<system value="http://hl7.it/sid/codiceFiscale"/>
<value value="RSSMRA71E01F205E"/>
</identifier>
<name>
<family value="Rossi"/>
<given value="Maria"/>
</name>
<telecom>
<system value="phone"/>
<value value="3331245678"/>
</telecom>
<telecom>
<system value="email"/>
<value value="maria.rossi@mail.com"/>
</telecom>
<gender value="female"/>
<birthDate value="1971-05-01"/>
<address>
<use value="home"/>
<line value="Via della Libertà, 52"/>
<city value="Milano"/>
<postalCode value="20100"/>
<country value="Italia"/>
</address>
<contact>
<relationship>
<coding>
<system value="http://terminology.hl7.org/5.1.0/CodeSystem-v2-0131"/>
<code value="C"/>
<display value="Emergency Contact"/>
</coding>
</relationship>
<name>
<family value="Rossi"/>
<given value="Luigi"/>
</name>
<telecom>
<system value="phone"/>
<value value="3312345567"/>
</telecom>
</contact>
<contact>
<relationship>
<coding>
<system value="http://terminology.hl7.org/5.1.0/CodeSystem-v2-0131"/>
<code value="C"/>
<display value="Emergency Contact"/>
</coding>
</relationship>
<name>
<family value="Bianchi"/>
<given value="Maria"/>
</name>
<telecom>
<system value="phone"/>
<value value="3311234598"/>
</telecom>
</contact>
</Patient>