IL Core Implementation Guide
0.18.0 - draft Israel flag

This page is part of the IL-Core IG (v0.18.0: draft-1 Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: practitionerRole-gp - JSON Representation

Raw json | Download


{
  "resourceType" : "PractitionerRole",
  "id" : "practitionerRole-gp",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.health.gov.il/StructureDefinition/il-core-practitioner-role"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">רופאת משפחה</div>"
  },
  "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"
    }
  ]
}