FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example ValueSet/detectedissue-code (JSON)

Terminology Infrastructure Work GroupMaturity Level: N/AStandards Status: Informative

Raw JSON (canonical form + also see JSON Format Specification)

Definition for Value SetDetected Issue Code

{
  "resourceType" : "ValueSet",
  "id" : "detectedissue-code",
  "meta" : {
    "lastUpdated" : "2025-03-18T13:49:06.036+00:00",
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablevalueset"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet detectedissue-code</b></p><a name=\"detectedissue-code\"> </a><a name=\"hcdetectedissue-code\"> </a><a name=\"detectedissue-code-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"shareablevalueset.html\">Shareable ValueSet</a></p></div><p>This value set includes codes based on the following rules:</p><ul><li>Include codes from<a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-v3-ActCode.html\"><code>http://terminology.hl7.org/CodeSystem/v3-ActCode</code></a> where concept  is-a <a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-v3-ActCode.html#v3-ActCode-_AdministrationDetectedIssueCode\">_AdministrationDetectedIssueCode</a></li><li>Include codes from<a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-v3-ActCode.html\"><code>http://terminology.hl7.org/CodeSystem/v3-ActCode</code></a> where concept  is-a <a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-v3-ActCode.html#v3-ActCode-_ActSuppliedItemDetectedIssueCode\">_ActSuppliedItemDetectedIssueCode</a></li><li>Include codes from<a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-v3-ActCode.html\"><code>http://terminology.hl7.org/CodeSystem/v3-ActCode</code></a> where concept  is-a <a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-v3-ActCode.html#v3-ActCode-_ClinicalActionDetectedIssueCode\">_ClinicalActionDetectedIssueCode</a></li><li>Include codes from<a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-v3-ActCode.html\"><code>http://terminology.hl7.org/CodeSystem/v3-ActCode</code></a> where concept  is-a <a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-v3-ActCode.html#v3-ActCode-_SupplyDetectedIssueCode\">_SupplyDetectedIssueCode</a></li></ul></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "cds"
  }],
  "url" : "http://hl7.org/fhir/ValueSet/detectedissue-code",
  "version" : "6.0.0-ballot2",
  "name" : "DetectedIssueCode",
  "title" : "Detected Issue Code",
  "status" : "active",
  "experimental" : false,
  "publisher" : "FHIR Project team",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    }]
  }],
  "description" : "Codes for issues or contraindications, such as 'drug-drug interaction', 'duplicate therapy', etc.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "compose" : {
    "include" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
      "filter" : [{
        "property" : "concept",
        "op" : "is-a",
        "value" : "_AdministrationDetectedIssueCode"
      }]
    },
    {
      "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
      "filter" : [{
        "property" : "concept",
        "op" : "is-a",
        "value" : "_ActSuppliedItemDetectedIssueCode"
      }]
    },
    {
      "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
      "filter" : [{
        "property" : "concept",
        "op" : "is-a",
        "value" : "_ClinicalActionDetectedIssueCode"
      }]
    },
    {
      "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
      "filter" : [{
        "property" : "concept",
        "op" : "is-a",
        "value" : "_SupplyDetectedIssueCode"
      }]
    }]
  }
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.