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

: $tarBucks sizes vs HB Drink Sizes - JSON Representation

Active as of 2022-03-09

Raw json | Download

{
  "resourceType" : "ConceptMap",
  "id" : "StarSizeVsDrinkSize",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ConceptMap StarSizeVsDrinkSize</b></p><a name=\"StarSizeVsDrinkSize\"> </a><a name=\"hcStarSizeVsDrinkSize\"> </a><a name=\"StarSizeVsDrinkSize-en-US\"> </a><p>Mapping from (not specified) to http://www.fhir.org/guides/hotbeverage/ValueSet/HBDrinkSizeVS</p><br/><p><b>Group 1 </b>Mapping from <code>https://customerservice.starbucks.com/app/answers/detail/a_id/3113</code> to <code>http://www.fhir.org/guides/hotbeverage/ValueSet/HBDrinkSize</code></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td></tr><tr><td>Small</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#equal\" title=\"equal\">is equal to</a></td><td>SMALL</td></tr><tr><td>Tall</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>SMALL</td></tr><tr><td>Grande</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#equal\" title=\"equal\">is equal to</a></td><td>MED</td></tr><tr><td>Venti</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#equal\" title=\"equal\">is equal to</a></td><td>LARGE</td></tr><tr><td>Trenta</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#equal\" title=\"equal\">is equal to</a></td><td>XLARGE</td></tr></table></div>"
  },
  "url" : "http://fhir.org/guides/acme/HotBeverage/ConceptMap/StarSizeVsDrinkSize",
  "version" : "1.4.2024",
  "name" : "StarSizeVsDrinkSize",
  "title" : "$tarBucks sizes vs HB Drink Sizes",
  "status" : "active",
  "experimental" : false,
  "date" : "2022-03-09",
  "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" : "map between commonly understood drink sizes and the formal drink size codes.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "targetCanonical" : "http://www.fhir.org/guides/hotbeverage/ValueSet/HBDrinkSizeVS",
  "group" : [
    {
      "source" : "https://customerservice.starbucks.com/app/answers/detail/a_id/3113",
      "target" : "http://www.fhir.org/guides/hotbeverage/ValueSet/HBDrinkSize",
      "element" : [
        {
          "code" : "Small",
          "target" : [
            {
              "code" : "SMALL",
              "equivalence" : "equal"
            }
          ]
        },
        {
          "code" : "Tall",
          "target" : [
            {
              "code" : "SMALL",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "Grande",
          "target" : [
            {
              "code" : "MED",
              "equivalence" : "equal"
            }
          ]
        },
        {
          "code" : "Venti",
          "target" : [
            {
              "code" : "LARGE",
              "equivalence" : "equal"
            }
          ]
        },
        {
          "code" : "Trenta",
          "target" : [
            {
              "code" : "XLARGE",
              "equivalence" : "equal"
            }
          ]
        }
      ]
    }
  ]
}