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

HL7 Italia FHIR Implementation Guide (base) - Local Development build (v0.1.1). See the Directory of published versions

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

(back to description)

Raw xml

Source view


<Patient xmlns="http://hl7.org/fhir">
  <id value="es-trad"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>id</b>: es-trad</p><p><b>identifier</b>: DSRPLL71A41L219U</p><p><b>active</b>: true</p><p><b>name</b>: Désirée Pellè (OFFICIAL)</p><p><b>gender</b>: female</p></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&#39;"/>
        </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>