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

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Parameters ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "MakeCoffee"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.org/guides/acme/HotBeverage/StructureDefinition/BrewedBeverage"^^xsd:anyURI ;
fhir:link <http://fhir.org/guides/acme/HotBeverage/StructureDefinition/BrewedBeverage>     ] ) ;
    ( fhir:security [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActReason"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HTEST" ]     ] [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-Confidentiality"^^xsd:anyURI ] ;
fhir:code [ fhir:v "L" ]     ] )
  ] ; # 
  fhir:parameter ( [
fhir:name [ fhir:v "beverageType" ] ;
fhir:value [ fhir:v "ESPRESSO" ]
  ] [
fhir:name [ fhir:v "drinkSize" ] ;
fhir:value [ fhir:v "PROG" ]
  ] [
fhir:name [ fhir:v "device" ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Device/VertuoNext" ]     ]
  ] ) . #