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

FHIR IG analytics

Packagetest.rmc.fhir.r4
Resource TypePractitionerRole
IdPractitionerRole-practitionerrole-rambam-001.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": "practitionerrole-rambam-001",
  "meta": {
    "security": [
      {
        "system": "http://fhir.health.gov.il/cs/il-hdp-information-buckets",
        "code": "practitioner",
        "display": "מטפל"
      }
    ],
    "profile": [
      "http://fhir.health.gov.il/StructureDefinition/il-core-practitioner-role",
      "http://fhir.rmc.gov.il/StructureDefinition/rambam-practitioner-role"
    ],
    "versionId": "1",
    "lastUpdated": "2025-01-01T09:00:00Z"
  },
  "identifier": [
    {
      "system": "http://fhir.rmc.gov.il/identifier/rambam-emp-role",
      "value": "EMP12345"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+972-4-7771234"
    },
    {
      "system": "email",
      "value": "dr.cohen@rmc.gov.il"
    }
  ],
  "code": [
    {
      "coding": [
        {
          "system": "http://fhir.rmc.gov.il/cs/practitioner-role-code",
          "code": "730",
          "display": "רופאים מינהלים"
        },
        {
          "system": "http://fhir.rmc.gov.il/cs/external-uri",
          "code": "consultant",
          "display": "Consultant Physician"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://fhir.rmc.gov.il/cs/practitioner-specialty",
          "code": "730",
          "display": "אנטומיה פתולוגית"
        },
        {
          "system": "http://snomed.info/sct",
          "code": "394579002",
          "display": "Cardiology"
        }
      ]
    }
  ],
  "practitioner": {
    "reference": "Practitioner/rambam-practitioner-001"
  },
  "organization": {
    "reference": "Organization/rambam-hospital"
  }
}