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 - JSON Representation

Active as of 2024-11-13

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "HBDrinkSize",
  "text" : {
    "status" : "generated",
    "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>"
  },
  "url" : "http://fhir.org/guides/acme/HotBeverage/CodeSystem/HBDrinkSize",
  "version" : "1.4.2024",
  "name" : "HBDrinkSize",
  "title" : "Drink Size",
  "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" : "How much did you want?",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 5,
  "concept" : [
    {
      "code" : "SMALL",
      "display" : "Small",
      "definition" : "You call that a coffee?"
    },
    {
      "code" : "MED",
      "display" : "Medium",
      "definition" : "Not enough"
    },
    {
      "code" : "LARGE",
      "display" : "Large",
      "definition" : "That will get you started"
    },
    {
      "code" : "XLARGE",
      "display" : "Extra Large",
      "definition" : "Single meeting size"
    },
    {
      "code" : "PROG",
      "display" : "Programmer size",
      "definition" : "Just over a pot"
    }
  ]
}