{
  "resourceType": "ValueSet",
  "id": "detectedissue-category",
  "meta": {
    "lastUpdated": "2015-12-03T09:57:31.744+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div><h2>Detected Issue Category</h2><p>Kinds of issues or contraindications, such as 'drug-drug interaction', 'duplicate therapy', etc.</p><p>This value set includes codes from the following code systems:</p><ul><li>Include codes from <a href=\"v3/ActCode/index.html\">http://hl7.org/fhir/v3/ActCode</a> where concept  is-a  <a href=\"v3/ActCode/index.html#_AdministrationDetectedIssueCode\">_AdministrationDetectedIssueCode</a></li><li>Include codes from <a href=\"v3/ActCode/index.html\">http://hl7.org/fhir/v3/ActCode</a> where concept  is-a  <a href=\"v3/ActCode/index.html#_SupplyDetectedIssueCode\">_SupplyDetectedIssueCode</a></li></ul></div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
      "valueUri": "urn:oid:2.16.840.1.113883.4.642.2.103"
    }
  ],
  "url": "http://hl7.org/fhir/ValueSet/detectedissue-category",
  "version": "1.1.0",
  "name": "Detected Issue Category",
  "status": "draft",
  "experimental": true,
  "publisher": "FHIR Project team",
  "contact": [
    {
      "telecom": [
        {
          "system": "other",
          "value": "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "date": "2015-12-03T09:57:31+11:00",
  "description": "Kinds of issues or contraindications, such as 'drug-drug interaction', 'duplicate therapy', etc.",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/v3/ActCode",
        "filter": [
          {
            "property": "concept",
            "op": "is-a",
            "value": "_AdministrationDetectedIssueCode"
          }
        ]
      },
      {
        "system": "http://hl7.org/fhir/v3/ActCode",
        "filter": [
          {
            "property": "concept",
            "op": "is-a",
            "value": "_SupplyDetectedIssueCode"
          }
        ]
      }
    ]
  }
}