SMART Health Cards: Vaccination & Testing Implementation Guide
0.6.2 - STU 1 (Ballot Version)

This page is part of the SMART Health Cards Vaccination and Testing, Release 1 | STU 1 (v0.6.2: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Vaccine: ATC/DDD - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "vaccine-atc",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include codes from <a href=\"http://www.whocc.no/atc\"><code>http://www.whocc.no/atc</code></a> where concept  is-a  J07 (VACCINES)</li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/uv/shc-vaccination/ValueSet/vaccine-atc",
  "version" : "0.6.2",
  "name" : "VaccineATC",
  "title" : "Vaccine: ATC/DDD",
  "status" : "active",
  "date" : "2021-08-13T13:26:56+00:00",
  "publisher" : "HL7 International - Public Health Work Group",
  "contact" : [
    {
      "name" : "HL7 International - Public Health Work Group",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/pher"
        },
        {
          "system" : "email",
          "value" : "vci-ig@mitre.org"
        }
      ]
    }
  ],
  "description" : "This value set includes the subset of [ATC](http://www.whocc.no/atc_ddd_index/?code=J07) that identify vaccine targets.\n\nNote that an ATC code for COVID-19 vaccines (`J07BX03`) [has been created](https://www.who.int/medicines/publications/druginformation/issues/WHO_DI_34_4_ATC-DDD_ClassificationTemp.pdf) and will be added to the next published version of ATC/DDD slated for January 2022.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "copyright" : "This artifact includes content from Anatomical Therapeutic Chemical (ATC) classification system. ATC codes are copyright World Health Organization (WHO) Collaborating Centre for Drug Statistics Methodology. Terms & Conditions in https://www.whocc.no/use_of_atc_ddd/",
  "compose" : {
    "include" : [
      {
        "system" : "http://www.whocc.no/atc",
        "filter" : [
          {
            "property" : "concept",
            "op" : "is-a",
            "value" : "J07"
          }
        ]
      }
    ]
  }
}