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

FHIR IG analytics

Packageil.szmc.fhir.r4
Resource TypePractitionerRole
IdPractitionerRole-SzmcPractitionerRoleExample01.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": "SzmcPractitionerRoleExample01",
  "meta": {
    "security": [
      {
        "system": "http://fhir.health.gov.il/cs/il-hdp-information-buckets",
        "code": "practitioner",
        "display": "מטפל"
      }
    ],
    "profile": [
      "http://fhir.szmc.org.il/StructureDefinition/szmc-practitioner-role"
    ]
  },
  "identifier": [
    {
      "system": "http://fhir.szmc.org.il/identifier/employee-role",
      "value": "EMP-ROLE-12345"
    }
  ],
  "period": {
    "start": "2010-01-15"
  },
  "code": [
    {
      "coding": [
        {
          "code": "doctor",
          "system": "http://terminology.hl7.org/CodeSystem/practitioner-role",
          "display": "Doctor"
        },
        {
          "system": "http://fhir.szmc.org.il/cs/tafkid",
          "code": "doctor",
          "display": "Doctor"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "code": "419772000",
          "system": "http://snomed.info/sct",
          "display": "Family practice"
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "03-5302500",
      "use": "work"
    },
    {
      "system": "email",
      "value": "dr.levi@sheba.health.gov.il",
      "use": "work"
    }
  ],
  "active": true,
  "practitioner": {
    "reference": "Practitioner/SzmcPractitionerExample01"
  },
  "organization": {
    "reference": "Organization/SzmcInternalMedicineDept"
  }
}