HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm
1.1.0 - STU 2 Ballot

This page is part of the electronic Case Reporting (eCR) (v1.1.0: STU 2 on FHIR R4 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.1.0. For a full list of available versions, see the Directory of published versions

: Example ValueSet: Immunizations Triggers for Public Health Reporting - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "valueset-iztc-example",
  "meta" : {
    "versionId" : "6",
    "lastUpdated" : "2020-12-03T05:57:10.743+00:00",
    "source" : "#BdPwqbbbo9Yjfnrx",
    "profile" : [
      "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-triggering-valueset"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"https://terminology.hl7.org/1.0.0//CodeSystem-CVX.html\"><code>http://hl7.org/fhir/sid/cvx</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>01</td><td>diphtheria, tetanus toxoids and pertussis vaccine</td><td>DTP</td></tr><tr><td>02</td><td>trivalent poliovirus vaccine, live, oral</td><td>OPV</td></tr><tr><td>03</td><td>measles, mumps and rubella virus vaccine</td><td>MMR</td></tr><tr><td>04</td><td>measles and rubella virus vaccine</td><td>M/R</td></tr><tr><td>05</td><td>measles virus vaccine</td><td>measles</td></tr></table></li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/valueset-steward",
      "valueContactDetail" : {
        "name" : "CSTE Steward"
      }
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/valueset-author",
      "valueContactDetail" : {
        "name" : "CSTE Author"
      }
    }
  ],
  "url" : "http://hl7.org/fhir/us/ecr/ValueSet/valueset-iztc-example",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113762.1.4.1146.999999999"
    }
  ],
  "version" : "1.1.0",
  "name" : "Example_Immunizations_Triggers_for_Public_Health_Reporting",
  "title" : "Example Immunizations Triggers for Public Health Reporting",
  "status" : "active",
  "experimental" : true,
  "date" : "2018-08-01",
  "publisher" : "HL7 Public Health Work Group (http://www.hl7.org/Special/committees/pher/index.cfm)",
  "contact" : [
    {
      "name" : "HL7 International - Public Health",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/pher"
        }
      ]
    }
  ],
  "description" : "This example set of values contains CVX vaccine codes that may represent that the patient may have a potentially reportable condition. These pertain to vaccines administered and prescribed, where the vaccine, coded in CVX, may be indicative of a reportable condition.",
  "useContext" : [
    {
      "code" : {
        "system" : "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-usage-context-type",
        "code" : "reporting",
        "display" : "Reporting"
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-usage-context",
            "code" : "triggering",
            "display" : "Triggering"
          }
        ]
      }
    }
  ],
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ],
      "text" : "United States of America"
    }
  ],
  "purpose" : "Vaccine drug names used in observations documented in a clinical record.",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/sid/cvx",
        "concept" : [
          {
            "code" : "01",
            "display" : "diphtheria, tetanus toxoids and pertussis vaccine"
          },
          {
            "code" : "02",
            "display" : "trivalent poliovirus vaccine, live, oral"
          },
          {
            "code" : "03",
            "display" : "measles, mumps and rubella virus vaccine"
          },
          {
            "code" : "04",
            "display" : "measles and rubella virus vaccine"
          },
          {
            "code" : "05",
            "display" : "measles virus vaccine"
          }
        ]
      }
    ]
  }
}