HotBeverage FHIR Implementation Guide
1.4.2022 - release
This page is part of the HotBeverage FHIR Implementation Guide (v1.4.2022: Release) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
Draft as of 2020-04-01 |
<OperationDefinition xmlns="http://hl7.org/fhir">
<id value="hbstop"/>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><h2>HBstop</h2><p>OPERATION: HBstop</p><p>The official URL for this operation definition is: </p><pre>http://hl7.org/fhir/OperationDefinition/BB-Stop</pre><div><p>The stop operation sends the Device a direction to stop the brew of the beverage (primarily tea) to check for doneness. Used in combination with the Start operation to make the tea just right</p>
</div><p>Parameters</p><table class="grid"><tr><td><b>Use</b></td><td><b>Name</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>BBIdent</td><td>1..1</td><td><a href="http://hl7.org/fhir/R4/references.html#Reference">Reference</a></td><td/><td><div><p>The ID of the BrewedBeverage Resource</p>
</div></td></tr></table></div>
</text>
<url value="http://hl7.org/fhir/OperationDefinition/BB-Stop"/>
<version value="1.4.2022"/>
<name value="HBstop"/>
<status value="draft"/>
<kind value="operation"/>
<date value="2020-04-01T09:29:23+11:00"/>
<publisher value="Dave Pyke & John Moehrke"/>
<contact>
<name value="Dave Pyke & John Moehrke"/>
<telecom>
<system value="url"/>
<value value="https://github.com/DavidPyke/HotBeverage"/>
</telecom>
<telecom>
<system value="email"/>
<value value="david@pyke.ca"/>
</telecom>
</contact>
<contact>
<name value="David Pyke"/>
<telecom>
<system value="email"/>
<value value="david@pyke.ca"/>
<use value="work"/>
</telecom>
</contact>
<contact>
<name value="John Moehrke"/>
<telecom>
<system value="email"/>
<value value="JohnMoehrke@gmail.com"/>
<use value="work"/>
</telecom>
</contact>
<description
value="The stop operation sends the Device a direction to stop the brew of the beverage (primarily tea) to check for doneness. Used in combination with the Start operation to make the tea just right"/>
<jurisdiction>
<coding>
<system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
<code value="001"/>
</coding>
</jurisdiction>
<code value="data-requirements"/>
<system value="false"/>
<type value="true"/>
<instance value="true"/>
<parameter>
<name value="BBIdent"/>
<use value="in"/>
<min value="1"/>
<max value="1"/>
<documentation value="The ID of the BrewedBeverage Resource"/>
<type value="Reference"/>
</parameter>
</OperationDefinition>