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

: Syrup Additive Value Set - 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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "HBSyrupVS"] ; # 
  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: ValueSet HBSyrupVS</b></p><a name=\"HBSyrupVS\"> </a><a name=\"hcHBSyrupVS\"> </a><a name=\"HBSyrupVS-en-US\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-HBSyrups.html\"><code>http://fhir.org/guides/acme/HotBeverage/CodeSystem/HBSyrups</code></a></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://fhir.org/guides/acme/HotBeverage/ValueSet/HBSyrupVS"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.4.2024"] ; # 
  fhir:name [ fhir:v "HBSyrupVS"] ; # 
  fhir:title [ fhir:v "Syrup Additive Value Set"] ; # 
  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 for use in coffee"] ; # 
  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:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://fhir.org/guides/acme/HotBeverage/CodeSystem/HBSyrups"^^xsd:anyURI ]     ] )
  ] . #