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

: Syrups 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 "HBSyrups"] ; # 
  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 HBSyrups</b></p><a name=\"HBSyrups\"> </a><a name=\"hcHBSyrups\"> </a><a name=\"HBSyrups-en-US\"> </a><p>This case-insensitive code system <code>http://fhir.org/guides/acme/HotBeverage/CodeSystem/HBSyrups</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\">VANILLA<a name=\"HBSyrups-VANILLA\"> </a></td><td>Vanilla</td></tr><tr><td style=\"white-space:nowrap\">CARAMEL<a name=\"HBSyrups-CARAMEL\"> </a></td><td>Caramel</td></tr><tr><td style=\"white-space:nowrap\">HAZELNUT<a name=\"HBSyrups-HAZELNUT\"> </a></td><td>Hazelnut</td></tr><tr><td style=\"white-space:nowrap\">CHOCOLATE<a name=\"HBSyrups-CHOCOLATE\"> </a></td><td>Chocolate</td></tr><tr><td style=\"white-space:nowrap\">LAVENDER<a name=\"HBSyrups-LAVENDER\"> </a></td><td>Lavender</td></tr><tr><td style=\"white-space:nowrap\">BUTTERSCOTCH<a name=\"HBSyrups-BUTTERSCOTCH\"> </a></td><td>Butterscotch</td></tr><tr><td style=\"white-space:nowrap\">IRISH<a name=\"HBSyrups-IRISH\"> </a></td><td>Irish Cream</td></tr><tr><td style=\"white-space:nowrap\">ORANGE<a name=\"HBSyrups-ORANGE\"> </a></td><td>Orange Blossom</td></tr><tr><td style=\"white-space:nowrap\">RASPBERRY<a name=\"HBSyrups-RASPBERRY\"> </a></td><td>Raspberry</td></tr><tr><td style=\"white-space:nowrap\">ALMOND<a name=\"HBSyrups-ALMOND\"> </a></td><td>Almond</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://fhir.org/guides/acme/HotBeverage/CodeSystem/HBSyrups"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.4.2024"] ; # 
  fhir:name [ fhir:v "HBSyrups"] ; # 
  fhir:title [ fhir:v "Syrups 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 "Syrups to be added, if desired"] ; # 
  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 "10"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "VANILLA" ] ;
fhir:display [ fhir:v "Vanilla" ]
  ] [
fhir:code [ fhir:v "CARAMEL" ] ;
fhir:display [ fhir:v "Caramel" ]
  ] [
fhir:code [ fhir:v "HAZELNUT" ] ;
fhir:display [ fhir:v "Hazelnut" ]
  ] [
fhir:code [ fhir:v "CHOCOLATE" ] ;
fhir:display [ fhir:v "Chocolate" ]
  ] [
fhir:code [ fhir:v "LAVENDER" ] ;
fhir:display [ fhir:v "Lavender" ]
  ] [
fhir:code [ fhir:v "BUTTERSCOTCH" ] ;
fhir:display [ fhir:v "Butterscotch" ]
  ] [
fhir:code [ fhir:v "IRISH" ] ;
fhir:display [ fhir:v "Irish Cream" ]
  ] [
fhir:code [ fhir:v "ORANGE" ] ;
fhir:display [ fhir:v "Orange Blossom" ]
  ] [
fhir:code [ fhir:v "RASPBERRY" ] ;
fhir:display [ fhir:v "Raspberry" ]
  ] [
fhir:code [ fhir:v "ALMOND" ] ;
fhir:display [ fhir:v "Almond" ]
  ] ) . #