Operation | create Schedule |
Method | POST |
Path | https://blaze.life.uni-leipzig.de/fhir/Schedule |
Resource | Schedule | | | | |
<?xml version="1.0" encoding="UTF-8"?>
<Schedule 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 - Schedule: Rehabilitation Medicine</p>
</div>
</text>
<identifier>
<use value="usual"/>
<system value="http://happyvalley.com/schedule"/>
<value value="131188874-575769-2904979"/>
</identifier>
<serviceCategory>
<coding>
<system value="http://example.org/service-category"/>
<code value="ds"/>
<display value="Disability Support"/>
</coding>
</serviceCategory>
<serviceType>
<coding>
<system value="http://example.org/service-type"/>
<code value="rm"/>
<display value="Rehabilitation Medicine"/>
</coding>
</serviceType>
<specialty>
<coding>
<system value="http://snomed.info/sct"/>
<code value="394602003"/>
<display value="Rehabilitation"/>
</coding>
</specialty>
<actor>
<reference value="Location/C6AMYVOOLWPPNTL2"/>
<display value="South Wing, second floor"/>
</actor>
<planningHorizon>
<start value="2019-10-01T04:00:00Z"/>
<end value="2019-11-01T04:00:00Z"/>
</planningHorizon>
<comment value="Assessments should be performed before requesting appointments in this slot."/>
</Schedule>