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

FHIR IG analytics

Packageil.core.fhir.r4.2023
Resource TypePractitionerRole
IdPractitionerRole-practitionerRole-gp.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

רופאת משפחה

Source1

{
  "resourceType": "PractitionerRole",
  "id": "practitionerRole-gp",
  "meta": {
    "profile": [
      "http://fhir.health.gov.il/StructureDefinition/il-core-practitioner-role"
    ]
  },
  "text": {
    "div": "<!-- snip (see above) -->",
    "status": "generated"
  },
  "active": true,
  "practitioner": {
    "reference": "Practitioner/practitioner-md"
  },
  "location": [
    {
      "reference": "Location/location-hospital-unit"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "04-6421420",
      "use": "work"
    },
    {
      "system": "email",
      "value": "DG@example.com"
    }
  ],
  "availableTime": [
    {
      "availableStartTime": "09:00:00",
      "availableEndTime": "17:00:00"
    }
  ]
}