HL7 Italia FHIR Implementation Guide (base)
0.1.1 - CI Build Italy flag

HL7 Italia FHIR Implementation Guide (base), published by HL7 Italia. This guide is not an authorized publication; it is the continuous build for version 0.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-it/base/ and changes regularly. See the Directory of published versions

: Patient. Esempio di translitterazione di nome con caratteri speciali - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="es-trad"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient es-trad</b></p><a name="es-trad"> </a><a name="hces-trad"> </a><a name="es-trad-it-IT"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Désirée Pellè (official) Female, DoB Unknown ( http://hl7.it/sid/codiceFiscale#DSRPLL71A41L219U)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Record is active">Active:</td><td colspan="3">true</td></tr></table></div>
  </text>
  <identifier>
    <system value="http://hl7.it/sid/codiceFiscale"/>
    <value value="DSRPLL71A41L219U"/>
  </identifier>
  <active value="true"/>
  <name>
    <use value="official"/>
    <family value="Pellè">
      <extension url="http://hl7.org/fhir/StructureDefinition/translation">
        <!--  or "it-latn-simple" ?  -->
        <extension url="lang">
          <valueCode value="it-latn-simple"/>
        </extension>
        <extension url="content">
          <valueString value="Pelle'"/>
        </extension>
      </extension>
    </family>
    <given value="Désirée">
      <extension url="http://hl7.org/fhir/StructureDefinition/translation">
        <!--  or "it-latn-simple" or it-x-usasciii   -->
        <extension url="lang">
          <valueCode value="it-latn-simple"/>
        </extension>
        <extension url="content">
          <valueString value="Desiree"/>
        </extension>
      </extension>
    </given>
  </name>
  <gender value="female"/>
</Patient>