HL7 FHIR Implementation Guide Laboratory Report
0.2.0 - trial-use Italy flag

This page is part of the HL7 FHIR Implementation Guide Laboratory Report (v0.2.0: Release 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. 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="8472931c-fbd0-437b-9ed1-4f66472c78b5"/>
  <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 ( <code>http://hl7.it/sid/codiceFiscale</code>/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 IT (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="Patient Links">Links:</td><td colspan="3"><ul><li>General Practitioner: <a href="Bundle-Bundle-Lab-Esempio-2.html#urn-uuid-ae0365ea-d8a1-45e0-a39d-f14fac4ccfe8">urn:uuid:ae0365ea-d8a1-45e0-a39d-f14fac4ccfe8</a></li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Estensione per gestire la professione del paziente come CodeableConcept."><a href="StructureDefinition-patient-occupation-it.html">Professione del paziente:</a></td><td colspan="3"><ul><li><span title="Codes: {http://hl7.it/fhir/lab-report/CodeSystem/istat-professioni 1.1.3}">Dirigenti della magistratura</span></li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Estensione per gestire il Titolo di studio del paziente come CodeableConcept."><a href="StructureDefinition-patient-qualification-it.html">Titolo di Studio del paziente:</a></td><td colspan="3"><ul><li><span title="Codes: {http://hl7.it/fhir/lab-report/CodeSystem/istat-ctsi03 40205013}">Giuridico economico aziendale</span></li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Codice comune e/o stato di nascita."><a href="StructureDefinition-patient-codeableBirthPlace.html">Codice comune e/o stato di nascita:</a></td><td colspan="3"><ul><li><span title="Codes: {http://hl7.it/fhir/lab-report/CodeSystem/istat-unitaAmministrativeTerritorialiEstere 100}">Italia</span></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 IT </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="IT"/>
    </valueAddress>
  </extension>
  <extension
             url="http://hl7.it/fhir/StructureDefinition/patient-occupation-it">
    <valueCodeableConcept>
      <coding>
        <system
                value="http://hl7.it/fhir/lab-report/CodeSystem/istat-professioni"/>
        <code value="1.1.3"/>
        <display value="Dirigenti della magistratura"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <extension
             url="http://hl7.it/fhir/StructureDefinition/patient-qualification-it">
    <valueCodeableConcept>
      <coding>
        <system
                value="http://hl7.it/fhir/lab-report/CodeSystem/istat-ctsi03"/>
        <code value="40205013"/>
        <display value="Giuridico economico aziendale"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <extension
             url="http://hl7.it/fhir/StructureDefinition/patient-codeableBirthPlace">
    <valueCodeableConcept>
      <coding>
        <system
                value="http://hl7.it/fhir/lab-report/CodeSystem/istat-unitaAmministrativeTerritorialiEstere"/>
        <code value="100"/>
        <display value="Italia"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <identifier>
    <extension
               url="http://hl7.it/fhir/StructureDefinition/recordCertification">
      <extension url="when">
        <valueDateTime value="2022-05-01"/>
      </extension>
    </extension>
    <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>
    <extension
               url="http://hl7.it/fhir/lab-report/StructureDefinition/address-official">
      <valueBoolean value="true"/>
    </extension>
    <use value="home"/>
    <line value="Via della Libertà, 52">
      <extension url="http://hl7.it/fhir/StructureDefinition/address-dug">
        <valueCodeableConcept>
          <coding>
            <system value="http://hl7.it/fhir/lab-report/CodeSystem/dug"/>
            <code value="67"/>
            <display value="via"/>
          </coding>
        </valueCodeableConcept>
      </extension>
    </line>
    <city value="Milano"/>
    <postalCode value="20100"/>
    <country value="IT"/>
  </address>
  <contact>
    <relationship>
      <coding>
        <system value="http://terminology.hl7.org/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/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>
  <generalPractitioner>
    <reference value="urn:uuid:ae0365ea-d8a1-45e0-a39d-f14fac4ccfe8"/>
  </generalPractitioner>
</Patient>