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

: Hot Beverage List - TTL Representation

Active as of 2024-11-13

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "HBBeverages"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem HBBeverages</b></p><a name=\"HBBeverages\"> </a><a name=\"hcHBBeverages\"> </a><a name=\"HBBeverages-en-US\"> </a><p>This case-insensitive code system <code>http://fhir.org/guides/acme/HotBeverage/CodeSystem/HBBeverages</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">DRIP<a name=\"HBBeverages-DRIP\"> </a></td><td>Drip or filtered</td></tr><tr><td style=\"white-space:nowrap\">FRENCHPRESS<a name=\"HBBeverages-FRENCHPRESS\"> </a></td><td>French press or cafetière</td></tr><tr><td style=\"white-space:nowrap\">COLDBREW<a name=\"HBBeverages-COLDBREW\"> </a></td><td>Cold brew</td></tr><tr><td style=\"white-space:nowrap\">PERC<a name=\"HBBeverages-PERC\"> </a></td><td>Percolated</td></tr><tr><td style=\"white-space:nowrap\">TURKISH<a name=\"HBBeverages-TURKISH\"> </a></td><td>Turkish coffee</td></tr><tr><td style=\"white-space:nowrap\">MOKA<a name=\"HBBeverages-MOKA\"> </a></td><td>Moka</td></tr><tr><td style=\"white-space:nowrap\">VACUUM<a name=\"HBBeverages-VACUUM\"> </a></td><td>Vacuum coffee</td></tr><tr><td style=\"white-space:nowrap\">ESPRESSO<a name=\"HBBeverages-ESPRESSO\"> </a></td><td>Espresso</td></tr><tr><td style=\"white-space:nowrap\">COFWESP<a name=\"HBBeverages-COFWESP\"> </a></td><td>Coffee with espresso</td></tr><tr><td style=\"white-space:nowrap\">COFWTEA<a name=\"HBBeverages-COFWTEA\"> </a></td><td>Coffee with tea</td></tr><tr><td style=\"white-space:nowrap\">ICED<a name=\"HBBeverages-ICED\"> </a></td><td>Iced Coffee</td></tr><tr><td style=\"white-space:nowrap\">FRAPPE<a name=\"HBBeverages-FRAPPE\"> </a></td><td>Frappé</td></tr><tr><td style=\"white-space:nowrap\">FREDDOESP<a name=\"HBBeverages-FREDDOESP\"> </a></td><td>Freddo Espresso</td></tr><tr><td style=\"white-space:nowrap\">FREDDOCAP<a name=\"HBBeverages-FREDDOCAP\"> </a></td><td>Freddo Cappuccino</td></tr><tr><td style=\"white-space:nowrap\">AFFOFATO<a name=\"HBBeverages-AFFOFATO\"> </a></td><td>Affogato</td></tr><tr><td style=\"white-space:nowrap\">BABYCCINO<a name=\"HBBeverages-BABYCCINO\"> </a></td><td>Babyccino</td></tr><tr><td style=\"white-space:nowrap\">MEDICI<a name=\"HBBeverages-MEDICI\"> </a></td><td>Caffè Medici</td></tr><tr><td style=\"white-space:nowrap\">TOUBA<a name=\"HBBeverages-TOUBA\"> </a></td><td>Café Touba</td></tr><tr><td style=\"white-space:nowrap\">COFMILK<a name=\"HBBeverages-COFMILK\"> </a></td><td>Coffee milk</td></tr><tr><td style=\"white-space:nowrap\">DOUBLE<a name=\"HBBeverages-DOUBLE\"> </a></td><td>Double Double</td></tr><tr><td style=\"white-space:nowrap\">EGGCOF<a name=\"HBBeverages-EGGCOF\"> </a></td><td>Egg coffee</td></tr><tr><td style=\"white-space:nowrap\">INDIAN<a name=\"HBBeverages-INDIAN\"> </a></td><td>Indian filter coffee</td></tr><tr><td style=\"white-space:nowrap\">POCILLO<a name=\"HBBeverages-POCILLO\"> </a></td><td>Pocillo</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://fhir.org/guides/acme/HotBeverage/CodeSystem/HBBeverages"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.4.2024"] ; # 
  fhir:name [ fhir:v "HBBeverages"] ; # 
  fhir:title [ fhir:v "Hot Beverage List"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-11-13T14:58:15+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Dave Pyke & John Moehrke"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Dave Pyke & John Moehrke" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://github.com/DavidPyke/HotBeverage" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "david@pyke.ca" ]     ] )
  ] [
fhir:name [ fhir:v "David Pyke" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "david@pyke.ca" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] [
fhir:name [ fhir:v "John Moehrke" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "JohnMoehrke@gmail.com" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Legal Beverages to be made in coffee pot"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "23"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "DRIP" ] ;
fhir:display [ fhir:v "Drip or filtered" ]
  ] [
fhir:code [ fhir:v "FRENCHPRESS" ] ;
fhir:display [ fhir:v "French press or cafetière" ]
  ] [
fhir:code [ fhir:v "COLDBREW" ] ;
fhir:display [ fhir:v "Cold brew" ]
  ] [
fhir:code [ fhir:v "PERC" ] ;
fhir:display [ fhir:v "Percolated" ]
  ] [
fhir:code [ fhir:v "TURKISH" ] ;
fhir:display [ fhir:v "Turkish coffee" ]
  ] [
fhir:code [ fhir:v "MOKA" ] ;
fhir:display [ fhir:v "Moka" ]
  ] [
fhir:code [ fhir:v "VACUUM" ] ;
fhir:display [ fhir:v "Vacuum coffee" ]
  ] [
fhir:code [ fhir:v "ESPRESSO" ] ;
fhir:display [ fhir:v "Espresso" ]
  ] [
fhir:code [ fhir:v "COFWESP" ] ;
fhir:display [ fhir:v "Coffee with espresso" ]
  ] [
fhir:code [ fhir:v "COFWTEA" ] ;
fhir:display [ fhir:v "Coffee with tea" ]
  ] [
fhir:code [ fhir:v "ICED" ] ;
fhir:display [ fhir:v "Iced Coffee" ]
  ] [
fhir:code [ fhir:v "FRAPPE" ] ;
fhir:display [ fhir:v "Frappé" ]
  ] [
fhir:code [ fhir:v "FREDDOESP" ] ;
fhir:display [ fhir:v "Freddo Espresso" ]
  ] [
fhir:code [ fhir:v "FREDDOCAP" ] ;
fhir:display [ fhir:v "Freddo Cappuccino" ]
  ] [
fhir:code [ fhir:v "AFFOFATO" ] ;
fhir:display [ fhir:v "Affogato" ]
  ] [
fhir:code [ fhir:v "BABYCCINO" ] ;
fhir:display [ fhir:v "Babyccino" ]
  ] [
fhir:code [ fhir:v "MEDICI" ] ;
fhir:display [ fhir:v "Caffè Medici" ]
  ] [
fhir:code [ fhir:v "TOUBA" ] ;
fhir:display [ fhir:v "Café Touba" ]
  ] [
fhir:code [ fhir:v "COFMILK" ] ;
fhir:display [ fhir:v "Coffee milk" ]
  ] [
fhir:code [ fhir:v "DOUBLE" ] ;
fhir:display [ fhir:v "Double Double" ]
  ] [
fhir:code [ fhir:v "EGGCOF" ] ;
fhir:display [ fhir:v "Egg coffee" ]
  ] [
fhir:code [ fhir:v "INDIAN" ] ;
fhir:display [ fhir:v "Indian filter coffee" ]
  ] [
fhir:code [ fhir:v "POCILLO" ] ;
fhir:display [ fhir:v "Pocillo" ]
  ] ) . #