HotBeverage FHIR Implementation Guide
1.4.2024 - release
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
{
"resourceType" : "Parameters",
"id" : "MakeCoffee",
"meta" : {
"profile" : [
🔗 "http://fhir.org/guides/acme/HotBeverage/StructureDefinition/BrewedBeverage"
],
"security" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code" : "HTEST"
},
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
"code" : "L"
}
]
},
"parameter" : [
{
"name" : "beverageType",
"valueCode" : "ESPRESSO"
},
{
"name" : "drinkSize",
"valueCode" : "PROG"
},
{
"name" : "device",
"valueReference" : {
🔗 "reference" : "Device/VertuoNext"
}
}
]
}