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

(back to description)

Raw json

Source view

{
  "resourceType" : "Patient",
  "id" : "es-trad",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "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" : [
              {
                "url" : "lang",
                "valueCode" : "it-latn-simple"
              },
              {
                "url" : "content",
                "valueString" : "Pelle'"
              }
            ]
          }
        ]
      },
      "given" : [
        "Désirée"
      ],
      "_given" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/translation",
              "extension" : [
                {
                  "url" : "lang",
                  "valueCode" : "it-latn-simple"
                },
                {
                  "url" : "content",
                  "valueString" : "Desiree"
                }
              ]
            }
          ]
        }
      ]
    }
  ],
  "gender" : "female"
}