International Patient Summary 1.0.0 Release
1.0 - CI Build

International Patient Summary 1.0.0 Release - Local Development build (v1.0). See the Directory of published versions

: Absent or Unknown Allergies - JSON Representation

Draft as of 2023-01-12

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "2.16.840.1.113883.11.22.9--20170329000000",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <code>http://hl7.org/fhir/uv/ips/CodeSystem/absent-unknown</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Comments</b></td></tr><tr><td>no-allergy-info</td><td>No information about allergies</td><td>Note: There is no information available regarding the subject's allergy conditions.</td></tr><tr><td>no-known-allergies</td><td>No known allergies</td><td>Note: The subject has no known allergy conditions.</td></tr><tr><td>no-known-medication-allergies</td><td>No known medication allergies</td><td>Note: The subject has no known medication allergy conditions.</td></tr><tr><td>no-known-environmental-allergies</td><td>No known environmental allergies</td><td>Note: The subject has no known environmental allergy conditions.</td></tr><tr><td>no-known-food-allergies</td><td>No known food allergies</td><td>Note: The subject has no known food allergy conditions.</td></tr></table></li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/resource-effectivePeriod",
      "valuePeriod" : {
        "start" : "2017-03-29T00:00:00+01:00"
      }
    }
  ],
  "url" : "http://hl7.org/fhir/uv/ips/ValueSet/absent-or-unknown-allergies-uv-ips",
  "identifier" : [
    {
      "use" : "official",
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.11.22.9"
    }
  ],
  "version" : "1.0",
  "name" : "IPSNoAllergiesInfo",
  "title" : "Absent or Unknown Allergies",
  "status" : "draft",
  "experimental" : false,
  "date" : "2023-01-12T22:27:49+01:00",
  "publisher" : "Health Level Seven",
  "contact" : [
    {
      "name" : "HL7 International - International Patient Summary",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/structure"
        }
      ]
    }
  ],
  "description" : "Absent or Unknown Allergies",
  "immutable" : false,
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/uv/ips/CodeSystem/absent-unknown",
        "concept" : [
          {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments",
                "valueString" : "There is no information available regarding the subject's allergy conditions."
              }
            ],
            "code" : "no-allergy-info",
            "display" : "No information about allergies"
          },
          {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments",
                "valueString" : "The subject has no known allergy conditions."
              }
            ],
            "code" : "no-known-allergies",
            "display" : "No known allergies"
          },
          {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments",
                "valueString" : "The subject has no known medication allergy conditions."
              }
            ],
            "code" : "no-known-medication-allergies",
            "display" : "No known medication allergies"
          },
          {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments",
                "valueString" : "The subject has no known environmental allergy conditions."
              }
            ],
            "code" : "no-known-environmental-allergies",
            "display" : "No known environmental allergies"
          },
          {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments",
                "valueString" : "The subject has no known food allergy conditions."
              }
            ],
            "code" : "no-known-food-allergies",
            "display" : "No known food allergies"
          }
        ]
      }
    ]
  }
}