FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/iso-country-codes-value-set

Packagehl7.fhir.us.covid19library
TypeValueSet
Idiso-country-codes-value-set
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/covid19library/https://build.fhir.org/ig/HL7/fhir-COVID19Library-ig/ValueSet-iso-country-codes-value-set.html
URLhttp://hl7.org/fhir/us/covid19library/ValueSet/iso-country-codes-value-set
Version1.0.0
Statusactive
Date2022-07-25T12:22:40+00:00
NameISOCountryVS
TitleISO Code System 3166 country codes
Realmus
Authorityhl7
DescriptionThe ISO 3166 system country codes.
CopyrightTBD

Resources that use this resource

StructureDefinition
travel-historyTravel History

Resources that this resource uses

CodeSystem
urn:iso:std:iso:3166ISO 3166-1 Codes for the representation of names of countries and their subdivisions — Part 1: Country code
urn:iso:std:iso:3166ISO 3166-1 Codes for the representation of names of countries and their subdivisions — Part 1: Country code

Narrative

Note: links and images are rebased to the (stated) source

  • Include all codes defined in urn:iso:std:iso:3166

Source

{
  "resourceType": "ValueSet",
  "id": "iso-country-codes-value-set",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
      }
    ]
  }
}