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

FHIR IG analytics

Packagerl.fhir.r4.draft
Resource TypePractitioner
IdExample_Practitioner_Core_LDO.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": "esempio-practitioner-core-ldo",
  "meta": {
    "lastUpdated": "2023-01-11T08:32:56+01:00",
    "profile": [
      "https://fhir.siss.regione.lombardia.it/StructureDefinition/RLPractitionerCore"
    ],
    "versionId": "1"
  },
  "identifier": [
    {
      "system": "http://hl7.it/sid/codiceFiscale",
      "value": "PROVAX00X00X000Y"
    },
    {
      "system": "https://fhir.siss.regione.lombardia.it/CodeSystem/HL7",
      "value": "123456"
    },
    {
      "system": "http://www.acme.com/identifiers/patient"
    }
  ],
  "address": [
    {
      "city": "Roma",
      "line": [
        "via Roma 1"
      ],
      "postalCode": "00184",
      "use": "home"
    }
  ],
  "name": [
    {
      "family": "Esempio",
      "given": [
        "Test"
      ]
    }
  ]
}