{
  "resourceType": "ValueSet",
  "id": "absent-or-unknown-allergies-uv-ips",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "url": "http://hl7.org/fhir/ips/ValueSet/absent-or-unknown-allergies-uv-ips",
  "identifier": [
    {
      "use": "official",
      "system": "http://art-decor.org/ns/oids/vs",
      "value": "2.16.840.1.113883.11.22.9"
    }
  ],
  "version": "2017-03-29T00:00:00",
  "name": "IPSNoAllergiesInfo",
  "title": "Absent or Unknown Allergies",
  "status": "draft",
  "experimental": false,
  "publisher": "HL7 International",
  "contact": [
    {
      "name": "HL7 International",
      "telecom": [
        {
          "system": "phone",
          "value": "+1 734 677 7777"
        },
        {
          "system": "fax",
          "value": "+1 734 677 6622"
        },
        {
          "system": "email",
          "value": "info@hl7.org"
        }
      ]
    }
  ],
  "description": "Absent or Unknown Allergies",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/uv/ips/CodeSystem/absent-unknown",
        "concept": [
          {
            "code": "no-allergy-info",
            "display": "No information about allergies"
          },
          {
            "code": "no-known-allergies",
            "display": "No known allergies"
          },
          {
            "code": "no-known-medication-allergies",
            "display": "No known medication allergies"
          },
          {
            "code": "no-known-environmental-allergies",
            "display": "No known environmental allergies"
          },
          {
            "code": "no-known-food-allergies",
            "display": "No known food allergies"
          }
        ]
      }
    ]
  }
}