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

FHIR IG analytics

Packageeng.fhir.profile.dev
Resource TypePractitioner
IdEsempio_Practitioner_PNT.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Practitioner",
  "id": "POD.f1e35195-6764-484a-bacb-d721b7026f5e",
  "meta": {
    "profile": [
      "https://pnt.gov/fhir/StructureDefinition/Practitioner"
    ]
  },
  "identifier": [
    {
      "system": "http://hl7.it/sid/codiceFiscale",
      "value": "XXXXXXXXXXXXXXXX"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "COGNOME",
      "given": [
        "NOME"
      ]
    }
  ],
  "gender": "male"
}