{
  "resourceType": "ValueSet",
  "id": "shr-immunization-ImmunizationNotGivenReasonVS",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<p><b>SHR ImmunizationNotGivenReasonVS ValueSet</b></p>\n<p>Reasons for an immunization not given or not recommended. SHR does not use http://hl7.org/fhir/ValueSet/no-immunization-reason because it includes SNOMED precoordinated codes,such as SCT#171266004 No consent - diphtheria immunization.</p>\n</div>"
  },
  "url": "http://standardhealthrecord.org/shr/immunization/vs/ImmunizationNotGivenReasonVS",
  "identifier": [
    {
      "system": "http://standardhealthrecord.org",
      "value": "shr.immunization.ImmunizationNotGivenReasonVS"
    }
  ],
  "version": "0.0.1",
  "name": "SHR ImmunizationNotGivenReasonVS ValueSet",
  "title": "SHR ImmunizationNotGivenReasonVS ValueSet",
  "status": "draft",
  "date": "2017-12-20",
  "publisher": "The MITRE Corporation: Standard Health Record Collaborative",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://standardhealthrecord.org"
        }
      ]
    }
  ],
  "description": "Reasons for an immunization not given or not recommended. SHR does not use http://hl7.org/fhir/ValueSet/no-immunization-reason because it includes SNOMED precoordinated codes,such as SCT#171266004 No consent - diphtheria immunization.",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/v3/ActReason",
        "concept": [
          {
            "code": "IMMUNE",
            "display": "Testing has shown that the patient already has immunity to the agent targeted by the immunization."
          },
          {
            "code": "MEDPREC",
            "display": "The patient currently has a medical condition for which the vaccine is contraindicated or for which precaution is warranted. For example, the patient could be pregnant or immunocompromised"
          },
          {
            "code": "OSTOCK",
            "display": "There was no supply of the product on hand to perform the service."
          },
          {
            "code": "PATOBJ",
            "display": "The patient or their guardian objects to receiving the vaccine."
          }
        ]
      }
    ]
  }
}