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
<Parameters xmlns="http://hl7.org/fhir">
<id value="MakeCoffee"/>
<meta>
<profile
value="http://fhir.org/guides/acme/HotBeverage/StructureDefinition/BrewedBeverage"/>
<security>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
<code value="HTEST"/>
</security>
<security>
<system value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/>
<code value="L"/>
</security>
</meta>
<parameter>
<name value="beverageType"/>
<valueCode value="ESPRESSO"/>
</parameter>
<parameter>
<name value="drinkSize"/>
<valueCode value="PROG"/>
</parameter>
<parameter>
<name value="device"/>
<valueReference>
<reference value="Device/VertuoNext"/>
</valueReference>
</parameter>
</Parameters>