Fujitsu Healthy Living Implementation Guide
1.1.28 - release
Publication Build: This will be filled in by the publication tooling
Active as of 2025-07-09 |
<OperationDefinition xmlns="http://hl7.org/fhir">
<id value="fujitsu-operation-appointment-everything"/>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p>URL: [base]/Appointment/$everything</p><p>Parameters</p><table class="grid"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>patient</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#string">string</a></td><td/><td><div><p>患者ID</p>
</div></td></tr><tr><td>IN</td><td>start</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#date">date</a></td><td/><td><div><p>予約を検索する開始日</p>
</div></td></tr><tr><td>IN</td><td>end</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#date">date</a></td><td/><td><div><p>予約を検索する終了日</p>
</div></td></tr><tr><td>OUT</td><td>return</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R4/bundle.html">Bundle</a></td><td/><td><div><p>The bundle type is searchset (検索結果のバンドル)</p>
</div></td></tr></table></div>
</text>
<url
value="http://ig.fujitsu.com/healthy-living/OperationDefinition/fujitsu-operation-appointment-everything"/>
<version value="1.1.28"/>
<name value="FujitsuAppointmentEverything"/>
<status value="active"/>
<kind value="operation"/>
<date value="2025-07-09T03:03:47+00:00"/>
<publisher value="Fujitsu"/>
<contact>
<name value="Fujitsu"/>
<telecom>
<system value="url"/>
<value value="https://hlpf.global.fujitsu.com/top/"/>
</telecom>
</contact>
<description value="Appointment Everything Operation (予約の取得オペレーション)"/>
<code value="everything"/>
<resource value="Appointment"/>
<system value="false"/>
<type value="true"/>
<instance value="false"/>
<parameter>
<name value="patient"/>
<use value="in"/>
<min value="0"/>
<max value="1"/>
<documentation value="患者ID"/>
<type value="string"/>
</parameter>
<parameter>
<name value="start"/>
<use value="in"/>
<min value="1"/>
<max value="1"/>
<documentation value="予約を検索する開始日"/>
<type value="date"/>
</parameter>
<parameter>
<name value="end"/>
<use value="in"/>
<min value="1"/>
<max value="1"/>
<documentation value="予約を検索する終了日"/>
<type value="date"/>
</parameter>
<parameter>
<name value="return"/>
<use value="out"/>
<min value="1"/>
<max value="1"/>
<documentation value="The bundle type is searchset (検索結果のバンドル)"/>
<type value="Bundle"/>
</parameter>
</OperationDefinition>