HotBeverage FHIR Implementation Guide
1.4.2024 - release International flag

HotBeverage FHIR Implementation Guide, published by Dave Pyke & John Moehrke. This guide is not an authorized publication; it is the continuous build for version 1.4.2024 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/DavidPyke/HotBeverage/ and changes regularly. See the Directory of published versions

: Make me Espresso - XML Representation

Raw xml | Download


<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>