HotBeverage FHIR Implementation Guide
1.4.2022 - release International flag

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

: Size of Beverage to be Consumed - JSON Representation

Active as of 2022-03-29

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "HBDrinkSizeVS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <a href=\"CodeSystem-HBDrinkSize.html\"><code>http://fhir.org/guides/acme/HotBeverage/CodeSystem/HBDrinkSize</code></a></li></ul></div>"
  },
  "url" : "http://fhir.org/guides/acme/HotBeverage/ValueSet/HBDrinkSizeVS",
  "version" : "1.4.2022",
  "name" : "HBDrinkSizeVS",
  "title" : "Size of Beverage to be Consumed",
  "status" : "active",
  "date" : "2022-03-29T15:50:36+11: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" : "You want how much?",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://fhir.org/guides/acme/HotBeverage/CodeSystem/HBDrinkSize"
      }
    ]
  }
}