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

FHIR IG analytics

Packagerl.fhir.r4.draft
Resource TypePractitionerRole
IdExample_PractitionerRole_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": "PractitionerRole",
  "id": "esempio-practitionerRole-core-ldo",
  "meta": {
    "lastUpdated": "2023-01-11T08:32:56+01:00",
    "profile": [
      "https://fhir.siss.regione.lombardia.it/StructureDefinition/RLPractitionerRoleCore"
    ],
    "versionId": "1"
  },
  "identifier": [
    {
      "system": "http://hl7.it/sid/codiceFiscale",
      "value": "PROVAX00X00X000Y"
    },
    {
      "system": "https://fhir.siss.regione.lombardia.it/CodeSystem/HL7"
    }
  ],
  "active": "true",
  "period": {
    "start": "2012-01-01",
    "end": "2013-03-31"
  },
  "practitioner": {
    "reference": "Practitioner/esempio-practitioner-core-ldo"
  },
  "organization": {
    "reference": "Organization/esempio-organization-core-ldo"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0286",
          "code": "RP"
        }
      ]
    }
  ]
}