HotBeverage FHIR Implementation Guide
1.4.2024 - release
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
Active as of 2024-11-13 |
{
"resourceType" : "CodeSystem",
"id" : "HBSpice",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem HBSpice</b></p><a name=\"HBSpice\"> </a><a name=\"hcHBSpice\"> </a><a name=\"HBSpice-en-US\"> </a><p>This case-insensitive code system <code>http://fhir.org/guides/acme/HotBeverage/CodeSystem/HBSpice</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\">CINNAMON<a name=\"HBSpice-CINNAMON\"> </a></td><td>cinnamon</td></tr><tr><td style=\"white-space:nowrap\">NUTMEG<a name=\"HBSpice-NUTMEG\"> </a></td><td>nutmeg</td></tr><tr><td style=\"white-space:nowrap\">LAVENDER<a name=\"HBSpice-LAVENDER\"> </a></td><td>lavender</td></tr><tr><td style=\"white-space:nowrap\">CARDAMOM<a name=\"HBSpice-CARDAMOM\"> </a></td><td>cardamom</td></tr><tr><td style=\"white-space:nowrap\">SALT<a name=\"HBSpice-SALT\"> </a></td><td>salt</td></tr></table></div>"
},
"url" : "http://fhir.org/guides/acme/HotBeverage/CodeSystem/HBSpice",
"version" : "1.4.2024",
"name" : "HBSpice",
"title" : "Spice List",
"status" : "active",
"experimental" : false,
"date" : "2024-11-13T14:58:15+00:00",
"publisher" : "Dave Pyke & John Moehrke",
"contact" : [
{
"name" : "Dave Pyke & John Moehrke",
"telecom" : [
{
"system" : "url",
"value" : "https://github.com/DavidPyke/HotBeverage"
},
{
"system" : "email",
"value" : "david@pyke.ca"
}
]
},
{
"name" : "David Pyke",
"telecom" : [
{
"system" : "email",
"value" : "david@pyke.ca",
"use" : "work"
}
]
},
{
"name" : "John Moehrke",
"telecom" : [
{
"system" : "email",
"value" : "JohnMoehrke@gmail.com",
"use" : "work"
}
]
}
],
"description" : "Spice to be added, if desired",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001"
}
]
}
],
"caseSensitive" : false,
"content" : "complete",
"count" : 5,
"concept" : [
{
"code" : "CINNAMON",
"display" : "cinnamon"
},
{
"code" : "NUTMEG",
"display" : "nutmeg"
},
{
"code" : "LAVENDER",
"display" : "lavender"
},
{
"code" : "CARDAMOM",
"display" : "cardamom"
},
{
"code" : "SALT",
"display" : "salt"
}
]
}