Sha256: 7222160c126e862b8fcc1f48c9bb83766fd3f62ed49baa97e54a3f858817bda7

Contents?: true

Size: 700 Bytes

Versions: 2

Compression:

Stored size: 700 Bytes

Contents

<?xml version="1.0" encoding="UTF-8"?>
<Appointment xmlns="http://hl7.org/fhir">
  <id value="simple"/>
  <status value="proposed"/>
  <description value="patient requests discussion"/>
  <start value="2020-12-25T09:15:00Z"/>
  <end value="2020-12-25T09:30:00Z"/>
  <participant>
    <actor>
      <reference value="Patient/simple"/>
      <display value="Caro Emerald"/>
    </actor>
    <required value="required"/>
    <status value="needs-action"/>
  </participant>
  <participant>
    <actor>
      <reference value="Practitioner/simple"/>
      <display value="Dr. Adam Careful"/>
    </actor>
    <required value="required"/>
    <status value="needs-action"/>
  </participant>
</Appointment>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
plan_executor-1.8.0 fixtures/scheduling/appointment-simple.xml
plan_executor-1.0.2 fixtures/scheduling/appointment-simple.xml