COVID-19 FHIR Profile Library IG Informative Version
1.0.0 - Informative United States of America flag

COVID-19 FHIR Profile Library IG Informative Version, published by HL7 International - Clinical Information Modeling Initiative. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/fhir-COVID19Library-ig/ and changes regularly. See the Directory of published versions

: ISO Code System 3166 country codes - JSON Representation

Active as of 2022-07-25

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "iso-country-codes-value-set",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <code>urn:iso:std:iso:3166</code></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/covid19library/ValueSet/iso-country-codes-value-set",
  "version" : "1.0.0",
  "name" : "ISOCountryVS",
  "title" : "ISO Code System 3166 country codes",
  "status" : "active",
  "date" : "2022-07-25T12:22:40+00:00",
  "publisher" : "HL7 International - Clinical Information Modeling Initiative",
  "contact" : [
    {
      "name" : "HL7 International - Clinical Information Modeling Initiative",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/cimi"
        }
      ]
    },
    {
      "name" : "Logica",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.logicahealth.org/"
        }
      ]
    },
    {
      "name" : "HL7",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.hl7.org"
        }
      ]
    }
  ],
  "description" : "The ISO 3166 system country codes.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "copyright" : "TBD",
  "compose" : {
    "include" : [
      {
        "system" : "urn:iso:std:iso:3166"
      }
    ]
  }
}