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

: Milks 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 "HBMilks"] ; # 
  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 HBMilks</b></p><a name=\"HBMilks\"> </a><a name=\"hcHBMilks\"> </a><a name=\"HBMilks-en-US\"> </a><p>This case-insensitive code system <code>http://fhir.org/guides/acme/HotBeverage/CodeSystem/HBMilks</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\">RICEMILK<a name=\"HBMilks-RICEMILK\"> </a></td><td>Rice Milk</td></tr><tr><td style=\"white-space:nowrap\">ALMOND<a name=\"HBMilks-ALMOND\"> </a></td><td>Almond Milk</td></tr><tr><td style=\"white-space:nowrap\">SKIM<a name=\"HBMilks-SKIM\"> </a></td><td>Skim Milk</td></tr><tr><td style=\"white-space:nowrap\">SOY<a name=\"HBMilks-SOY\"> </a></td><td>Soy Milk</td></tr><tr><td style=\"white-space:nowrap\">FULLCREAM<a name=\"HBMilks-FULLCREAM\"> </a></td><td>Full Cream Milk</td></tr><tr><td style=\"white-space:nowrap\">COCONUT<a name=\"HBMilks-COCONUT\"> </a></td><td>Coconut Milk</td></tr><tr><td style=\"white-space:nowrap\">HALF<a name=\"HBMilks-HALF\"> </a></td><td>Half and Half</td></tr><tr><td style=\"white-space:nowrap\">TABLE<a name=\"HBMilks-TABLE\"> </a></td><td>Table Cream</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://fhir.org/guides/acme/HotBeverage/CodeSystem/HBMilks"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.4.2024"] ; # 
  fhir:name [ fhir:v "HBMilks"] ; # 
  fhir:title [ fhir:v "Milks 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 "Milks 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 "8"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "RICEMILK" ] ;
fhir:display [ fhir:v "Rice Milk" ]
  ] [
fhir:code [ fhir:v "ALMOND" ] ;
fhir:display [ fhir:v "Almond Milk" ]
  ] [
fhir:code [ fhir:v "SKIM" ] ;
fhir:display [ fhir:v "Skim Milk" ]
  ] [
fhir:code [ fhir:v "SOY" ] ;
fhir:display [ fhir:v "Soy Milk" ]
  ] [
fhir:code [ fhir:v "FULLCREAM" ] ;
fhir:display [ fhir:v "Full Cream Milk" ]
  ] [
fhir:code [ fhir:v "COCONUT" ] ;
fhir:display [ fhir:v "Coconut Milk" ]
  ] [
fhir:code [ fhir:v "HALF" ] ;
fhir:display [ fhir:v "Half and Half" ]
  ] [
fhir:code [ fhir:v "TABLE" ] ;
fhir:display [ fhir:v "Table Cream" ]
  ] ) . #