HL7 Italia FHIR Implementation Guide (base)
0.1.0 - PC Ballot

This page is part of the HL7 Italia FHIR Implementation Guide (base) (v0.1.0: Public Comment 1 Ballot 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

Practitioner. Esempio - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "Practitioner",
  "id" : "PractitionerExample",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: PractitionerExample</p><p><b>identifier</b>: PLLDSR80E47A462P</p><p><b>name</b>: Désirée Pellé </p><p><b>gender</b>: female</p><p><b>birthDate</b>: 1980-07-05</p></div>"
  },
  "identifier" : [
    {
      "system" : "http://hl7.it/sid/codiceFiscale",
      "value" : "PLLDSR80E47A462P"
    }
  ],
  "name" : [
    {
      "family" : "Pellé",
      "given" : [
        "Désirée"
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "1980-07-05"
}