מדריך למטמיע - טופס 17
1.0.0 - ci-build

This page is part of the T17 IG (v1.0.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

: t17-booked-appointment - XML Representation

Raw xml | Download



<Appointment xmlns="http://hl7.org/fhir">
  <id value="t17-booked-appointment"/>
  <meta>
    <profile
             value="http://ig.fhir-il-community.org/T17/StructureDefinition/t17-booked-appointment"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">פרטי התור עבורו נשלחה בקשה להתחייבות</div>
  </text>
  <identifier>
    <system value="http://fhir.tlvmc.gov.il/Appointment/identifier"/>
    <value value="A-10005"/>
  </identifier>
  <status value="booked"/>
  <appointmentType>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v2-0276"/>
      <code value="FOLLOWUP"/>
    </coding>
  </appointmentType>
  <description value="תור לביקור חוזר"/>
  <start value="2023-07-01T09:00:00Z"/>
  <end value="2023-09-01T10:00:00Z"/>
  <created value="2023-07-02"/>
  <participant>
    <type>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/>
        <code value="SBJ"/>
        <display value="subject"/>
      </coding>
    </type>
    <actor>
      <reference value="urn:uuid:8be7c2eb-07a2-4dfb-b27d-821863201199"/>
      <type value="Patient"/>
      <identifier>
        <system value="http://fhir.leumit.co.il/identifier/magnetic-card"/>
        <value value="1-123456-123456-789"/>
      </identifier>
    </actor>
    <status value="accepted"/>
  </participant>
  <participant>
    <type>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/>
        <code value="PPRF"/>
        <display value="primary performer"/>
      </coding>
    </type>
    <actor>
      <type value="Practitioner"/>
      <identifier>
        <system value="http://practitioners.health.gov.il/Practitioners"/>
        <value value="1-4281388"/>
      </identifier>
    </actor>
    <status value="accepted"/>
  </participant>
</Appointment>