FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.it.base
Resource TypePractitioner
IdPractitioner-PractitionerExample.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Practitioner PractitionerExample

identifier: http://hl7.it/sid/codiceFiscale/PLLDSR80E47A462P

name: Désirée Pellé

gender: Female

birthDate: 1980-07-05


Source1

{
  "resourceType": "Practitioner",
  "id": "PractitionerExample",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hl7.it/sid/codiceFiscale",
      "value": "PLLDSR80E47A462P"
    }
  ],
  "name": [
    {
      "family": "Pellé",
      "given": [
        "Désirée"
      ]
    }
  ],
  "gender": "female",
  "birthDate": "1980-07-05"
}