Logica COVID-19 FHIR Profile Library IG
0.13.1 - ci-build

Logica COVID-19 FHIR Profile Library IG - Local Development build (v0.13.1). See the Directory of published versions

ISO Code System 3166 country codes - JSON Representation

(back to description)

Raw json

Source view


{
  "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://fhir.logicahealth.org/covid19/ValueSet/iso-country-codes-value-set",
  "version" : "0.13.1",
  "name" : "ISOCountryVS",
  "title" : "ISO Code System 3166 country codes",
  "status" : "active",
  "date" : "2021-08-09T20:08:14+00:00",
  "publisher" : "Logica",
  "contact" : [
    {
      "name" : "Logica",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.logicahealth.org/"
        }
      ]
    }
  ],
  "description" : "The ISO 3166 system country codes.",
  "compose" : {
    "include" : [
      {
        "system" : "urn:iso:std:iso:3166"
      }
    ]
  }
}