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

: Drink Size - 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 "HBDrinkSize"] ; # 
  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 HBDrinkSize</b></p><a name=\"HBDrinkSize\"> </a><a name=\"hcHBDrinkSize\"> </a><a name=\"HBDrinkSize-en-US\"> </a><p>This case-insensitive code system <code>http://fhir.org/guides/acme/HotBeverage/CodeSystem/HBDrinkSize</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">SMALL<a name=\"HBDrinkSize-SMALL\"> </a></td><td>Small</td><td>You call that a coffee?</td></tr><tr><td style=\"white-space:nowrap\">MED<a name=\"HBDrinkSize-MED\"> </a></td><td>Medium</td><td>Not enough</td></tr><tr><td style=\"white-space:nowrap\">LARGE<a name=\"HBDrinkSize-LARGE\"> </a></td><td>Large</td><td>That will get you started</td></tr><tr><td style=\"white-space:nowrap\">XLARGE<a name=\"HBDrinkSize-XLARGE\"> </a></td><td>Extra Large</td><td>Single meeting size</td></tr><tr><td style=\"white-space:nowrap\">PROG<a name=\"HBDrinkSize-PROG\"> </a></td><td>Programmer size</td><td>Just over a pot</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://fhir.org/guides/acme/HotBeverage/CodeSystem/HBDrinkSize"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.4.2024"] ; # 
  fhir:name [ fhir:v "HBDrinkSize"] ; # 
  fhir:title [ fhir:v "Drink Size"] ; # 
  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 "How much did you want?"] ; # 
  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 "5"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "SMALL" ] ;
fhir:display [ fhir:v "Small" ] ;
fhir:definition [ fhir:v "You call that a coffee?" ]
  ] [
fhir:code [ fhir:v "MED" ] ;
fhir:display [ fhir:v "Medium" ] ;
fhir:definition [ fhir:v "Not enough" ]
  ] [
fhir:code [ fhir:v "LARGE" ] ;
fhir:display [ fhir:v "Large" ] ;
fhir:definition [ fhir:v "That will get you started" ]
  ] [
fhir:code [ fhir:v "XLARGE" ] ;
fhir:display [ fhir:v "Extra Large" ] ;
fhir:definition [ fhir:v "Single meeting size" ]
  ] [
fhir:code [ fhir:v "PROG" ] ;
fhir:display [ fhir:v "Programmer size" ] ;
fhir:definition [ fhir:v "Just over a pot" ]
  ] ) . #