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 - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "es-trad",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "identifier" : [
    {
      "system" : "http://hl7.it/sid/codiceFiscale",
      "value" : "DSRPLL71A41L219U"
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "official",
      "family" : "Pellè",
      "_family" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/translation",
            "extension" : [
              //  or "it-latn-simple" ? 
              {
                "url" : "lang",
                "valueCode" : "it-latn-simple"
              },
              {
                "url" : "content",
                "valueString" : "Pelle'"
              }
            ]
          }
        ]
      },
      "given" : [
        "Désirée"
      ],
      "_given" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/translation",
              "extension" : [
                //  or "it-latn-simple" or it-x-usasciii  
                {
                  "url" : "lang",
                  "valueCode" : "it-latn-simple"
                },
                {
                  "url" : "content",
                  "valueString" : "Desiree"
                }
              ]
            }
          ]
        }
      ]
    }
  ],
  "gender" : "female"
}