Consumer Real-Time Pharmacy Benefit Check
1.0.0 - STU1

This page is part of the Consumer Real-time Pharmacy Benefit Check (v1.0.0: STU 1) based on FHIR R4. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: RtpbcCountryCodeValueSet - JSON Representation

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "rtpbc-country-code",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <code>urn:iso:std:iso:3166</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>US</td><td>United States of America</td><td/></tr><tr><td>CA</td><td>Canada</td><td/></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/carin-rtpbc/ValueSet/rtpbc-country-code",
  "version" : "1.0.0",
  "name" : "RtpbcCountryCodeValueSet",
  "title" : "RTPBC Country Code Value Set",
  "status" : "active",
  "experimental" : false,
  "date" : "2020-05-23T00:00:00-05:00",
  "publisher" : "HL7 International - Pharmacy",
  "contact" : [
    {
      "name" : "HL7 International - Pharmacy",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/medication"
        }
      ]
    },
    {
      "name" : "Frank McKinney",
      "telecom" : [
        {
          "system" : "email",
          "value" : "frank.mckinney@pocp.com"
        }
      ]
    }
  ],
  "description" : "This value set contains a subset of two-letter ISO 3166-1-2 country codes for the countries in which this profile is intended to be used (US and CA).",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "urn:iso:std:iso:3166",
        "concept" : [
          {
            "code" : "US",
            "display" : "United States of America"
          },
          {
            "code" : "CA",
            "display" : "Canada"
          }
        ]
      }
    ]
  }
}