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

Country Codes Value Set - JSON Representation

(back to description)

Raw json

Source view


{
  "resourceType" : "ValueSet",
  "id" : "country-codes-vs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include codes from <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where concept  is-a  223369002 (Countries)</li></ul></div>"
  },
  "url" : "http://fhir.logicahealth.org/covid19/ValueSet/country-codes-vs",
  "version" : "0.13.1",
  "name" : "CountryCodesVS",
  "title" : "Country Codes Value Set",
  "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 set of SNOMED CT codes that represent countries.",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "filter" : [
          {
            "property" : "concept",
            "op" : "is-a",
            "value" : "223369002"
          }
        ]
      }
    ]
  }
}