Operation | create Appointment |
Method | POST |
Path | https://blaze.life.uni-leipzig.de/fhir/Appointment |
Resource | Appointment | | | | |
<?xml version="1.0" encoding="UTF-8"?>
<Appointment xmlns="http://hl7.org/fhir">
<meta>
<security>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
<code value="HTEST"/>
<display value="test health data"/>
</security>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml">
<p>Touchstone Test Data - Appointment: A follow up visit from a previous appointment</p>
</div>
</text>
<identifier>
<system value="http://happyvalley.com/appointment"/>
<value value="02118670-575769"/>
</identifier>
<status value="proposed"/>
<serviceCategory>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/service-type"/>
<code value="124"/>
<display value="General Practice"/>
</coding>
</serviceCategory>
<appointmentType>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0276"/>
<code value="FOLLOWUP"/>
<display value="A follow up visit from a previous appointment"/>
</coding>
</appointmentType>
<reasonCode>
<coding>
<system value="http://snomed.info/sct"/>
<code value="813001"/>
<display value="Ankle instability"/>
</coding>
</reasonCode>
<priority value="5"/>
<description value="Discuss results of recent MRI"/>
<minutesDuration value="15"/>
<created value="2021-03-03"/>
<comment value="Further expand on the results of the MRI and determine the next actions that may be appropriate."/>
<participant>
<actor>
<display value="Jasmine Anderson"/>
</actor>
<required value="required"/>
<status value="needs-action"/>
</participant>
</Appointment>