HotBeverage FHIR Implementation Guide
1.4.2022 - release
This page is part of the HotBeverage FHIR Implementation Guide (v1.4.2022: Release) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
Active as of 2022-03-29 |
@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:Resource.id [ fhir:value "HBBeverages"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://fhir.org/guides/acme/HotBeverage/CodeSystem/HBBeverages 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:CodeSystem.url [ fhir:value "http://fhir.org/guides/acme/HotBeverage/CodeSystem/HBBeverages"];
fhir:CodeSystem.version [ fhir:value "1.4.2022"];
fhir:CodeSystem.name [ fhir:value "HBBeverages"];
fhir:CodeSystem.title [ fhir:value "Hot Beverage List"];
fhir:CodeSystem.status [ fhir:value "active"];
fhir:CodeSystem.date [ fhir:value "2022-03-29T15:50:36+11:00"^^xsd:dateTime];
fhir:CodeSystem.publisher [ fhir:value "Dave Pyke & John Moehrke"];
fhir:CodeSystem.contact [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "Dave Pyke & John Moehrke" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "https://github.com/DavidPyke/HotBeverage" ] ], [
fhir:index 1;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "david@pyke.ca" ] ]
], [
fhir:index 1;
fhir:ContactDetail.name [ fhir:value "David Pyke" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "david@pyke.ca" ];
fhir:ContactPoint.use [ fhir:value "work" ] ]
], [
fhir:index 2;
fhir:ContactDetail.name [ fhir:value "John Moehrke" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "JohnMoehrke@gmail.com" ];
fhir:ContactPoint.use [ fhir:value "work" ] ]
];
fhir:CodeSystem.description [ fhir:value "Legal Beverages to be made in coffee pot"];
fhir:CodeSystem.jurisdiction [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
fhir:Coding.code [ fhir:value "001" ] ]
];
fhir:CodeSystem.caseSensitive [ fhir:value "false"^^xsd:boolean];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.count [ fhir:value "23"^^xsd:nonNegativeInteger];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "DRIP" ];
fhir:CodeSystem.concept.display [ fhir:value "Drip or filtered" ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "FRENCHPRESS" ];
fhir:CodeSystem.concept.display [ fhir:value "French press or cafetière" ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "COLDBREW" ];
fhir:CodeSystem.concept.display [ fhir:value "Cold brew" ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "PERC" ];
fhir:CodeSystem.concept.display [ fhir:value "Percolated" ]
], [
fhir:index 4;
fhir:CodeSystem.concept.code [ fhir:value "TURKISH" ];
fhir:CodeSystem.concept.display [ fhir:value "Turkish coffee" ]
], [
fhir:index 5;
fhir:CodeSystem.concept.code [ fhir:value "MOKA" ];
fhir:CodeSystem.concept.display [ fhir:value "Moka" ]
], [
fhir:index 6;
fhir:CodeSystem.concept.code [ fhir:value "VACUUM" ];
fhir:CodeSystem.concept.display [ fhir:value "Vacuum coffee" ]
], [
fhir:index 7;
fhir:CodeSystem.concept.code [ fhir:value "ESPRESSO" ];
fhir:CodeSystem.concept.display [ fhir:value "Espresso" ]
], [
fhir:index 8;
fhir:CodeSystem.concept.code [ fhir:value "COFWESP" ];
fhir:CodeSystem.concept.display [ fhir:value "Coffee with espresso" ]
], [
fhir:index 9;
fhir:CodeSystem.concept.code [ fhir:value "COFWTEA" ];
fhir:CodeSystem.concept.display [ fhir:value "Coffee with tea" ]
], [
fhir:index 10;
fhir:CodeSystem.concept.code [ fhir:value "ICED" ];
fhir:CodeSystem.concept.display [ fhir:value "Iced Coffee" ]
], [
fhir:index 11;
fhir:CodeSystem.concept.code [ fhir:value "FRAPPE" ];
fhir:CodeSystem.concept.display [ fhir:value "Frappé" ]
], [
fhir:index 12;
fhir:CodeSystem.concept.code [ fhir:value "FREDDOESP" ];
fhir:CodeSystem.concept.display [ fhir:value "Freddo Espresso" ]
], [
fhir:index 13;
fhir:CodeSystem.concept.code [ fhir:value "FREDDOCAP" ];
fhir:CodeSystem.concept.display [ fhir:value "Freddo Cappuccino" ]
], [
fhir:index 14;
fhir:CodeSystem.concept.code [ fhir:value "AFFOFATO" ];
fhir:CodeSystem.concept.display [ fhir:value "Affogato" ]
], [
fhir:index 15;
fhir:CodeSystem.concept.code [ fhir:value "BABYCCINO" ];
fhir:CodeSystem.concept.display [ fhir:value "Babyccino" ]
], [
fhir:index 16;
fhir:CodeSystem.concept.code [ fhir:value "MEDICI" ];
fhir:CodeSystem.concept.display [ fhir:value "Caffè Medici" ]
], [
fhir:index 17;
fhir:CodeSystem.concept.code [ fhir:value "TOUBA" ];
fhir:CodeSystem.concept.display [ fhir:value "Café Touba" ]
], [
fhir:index 18;
fhir:CodeSystem.concept.code [ fhir:value "COFMILK" ];
fhir:CodeSystem.concept.display [ fhir:value "Coffee milk" ]
], [
fhir:index 19;
fhir:CodeSystem.concept.code [ fhir:value "DOUBLE" ];
fhir:CodeSystem.concept.display [ fhir:value "Double Double" ]
], [
fhir:index 20;
fhir:CodeSystem.concept.code [ fhir:value "EGGCOF" ];
fhir:CodeSystem.concept.display [ fhir:value "Egg coffee" ]
], [
fhir:index 21;
fhir:CodeSystem.concept.code [ fhir:value "INDIAN" ];
fhir:CodeSystem.concept.display [ fhir:value "Indian filter coffee" ]
], [
fhir:index 22;
fhir:CodeSystem.concept.code [ fhir:value "POCILLO" ];
fhir:CodeSystem.concept.display [ fhir:value "Pocillo" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.