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 - XML Representation

Raw xml | Download



<PractitionerRole xmlns="http://hl7.org/fhir">
  <id value="practitionerRole-gp"/>
  <meta>
    <profile
             value="http://fhir.health.gov.il/StructureDefinition/il-core-practitioner-role"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">רופאת משפחה</div>
  </text>
  <active value="true"/>
  <practitioner>🔗 
    <reference value="Practitioner/practitioner-md"/>
  </practitioner>
  <location>🔗 
    <reference value="Location/location-hospital-unit"/>
  </location>
  <telecom>
    <system value="phone"/>
    <value value="04-6421420"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="DG@example.com"/>
  </telecom>
  <availableTime>
    <availableStartTime value="09:00:00"/>
    <availableEndTime value="17:00:00"/>
  </availableTime>
</PractitionerRole>