Electronic Medicinal Product Information (ePI) FHIR Implementation Guide
1.0.0-ballot - STU Ballot International flag

This page is part of the Electronic Medicinal Product Information (ePI) FHIR Implementation Guide (v1.0.0-ballot: STU1 Ballot 1) based on FHIR v5.0.0-ballot. . For a full list of available versions, see the Directory of published versions

: ISO Country two letter code - JSON Representation

Active as of 2022-12-04

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "country",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Import all the codes that are contained in <a href=\"http://terminology.hl7.org/5.0.0/ValueSet-v3-Country2.html\">http://terminology.hl7.org/ValueSet/v3-Country2</a></li><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-ISO3166Part1.html\"><code>urn:iso:std:iso:3166</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>EU</td><td>European Union</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/uv/emedicinal-product-info/ValueSet/country",
  "version" : "1.0.0-ballot",
  "name" : "VsCountry",
  "title" : "ISO Country two letter code",
  "status" : "active",
  "experimental" : false,
  "date" : "2022-12-04T18:49:33+00:00",
  "contact" : [
    {
      "name" : "HL7 BR&R",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/rcrim"
        }
      ]
    }
  ],
  "description" : "ISO Country two letter code",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "valueSet" : [
          "http://terminology.hl7.org/ValueSet/v3-Country2"
        ]
      },
      {
        "system" : "urn:iso:std:iso:3166",
        "concept" : [
          {
            "code" : "EU",
            "display" : "European Union"
          }
        ]
      }
    ]
  }
}