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

Active as of 2024-11-13

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "HBMilks",
  "text" : {
    "status" : "generated",
    "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>"
  },
  "url" : "http://fhir.org/guides/acme/HotBeverage/CodeSystem/HBMilks",
  "version" : "1.4.2024",
  "name" : "HBMilks",
  "title" : "Milks 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" : "Milks to be added, if desired",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 8,
  "concept" : [
    {
      "code" : "RICEMILK",
      "display" : "Rice Milk"
    },
    {
      "code" : "ALMOND",
      "display" : "Almond Milk"
    },
    {
      "code" : "SKIM",
      "display" : "Skim Milk"
    },
    {
      "code" : "SOY",
      "display" : "Soy Milk"
    },
    {
      "code" : "FULLCREAM",
      "display" : "Full Cream Milk"
    },
    {
      "code" : "COCONUT",
      "display" : "Coconut Milk"
    },
    {
      "code" : "HALF",
      "display" : "Half and Half"
    },
    {
      "code" : "TABLE",
      "display" : "Table Cream"
    }
  ]
}