FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.terminology.r3
Resource TypeValueSet
IdValueSet-detectedissue-category.json
FHIR VersionR3

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet detectedissue-category

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ActCode version 📦10.0.0
    CodeDisplayDefinition
    FOODFood Interaction AlertProposed therapy may interact with certain foods
    DRUGDrug Interaction AlertThe introduction of a drug into a subject with the intention of altering its biologic state with the intent of improving its health status.
    ALGYAllergy AlertProposed therapy may be inappropriate or contraindicated because of a recorded patient allergy to the proposed product. (Allergies are immune based reactions.)
    DUPTHPYDuplicate Therapy AlertThe proposed therapy appears to duplicate an existing therapy

Source1

{
  "resourceType": "ValueSet",
  "id": "detectedissue-category",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cds"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 3
    }
  ],
  "url": "http://terminology.hl7.org/ValueSet/detectedissue-category",
  "identifier": [
    {
      "use": "temp",
      "system": "urn:ietf:rfc:3986",
      "value": "http://hl7.org/fhir/ValueSet/detectedissue-category"
    },
    {
      "use": "temp",
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.3.204"
    },
    {
      "use": "temp",
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.3.194"
    },
    {
      "use": "temp",
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.2.103"
    }
  ],
  "version": "1.0.0",
  "name": "DetectedIssueCategory",
  "title": "Detected Issue Category",
  "status": "active",
  "experimental": false,
  "date": "2026-06-14T13:20:26-06:00",
  "publisher": "Health Level Seven International",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        },
        {
          "system": "email",
          "value": "hq@HL7.org"
        }
      ]
    }
  ],
  "description": "Kinds of issues or contraindications, such as 'drug-drug interaction', 'duplicate therapy', etc.",
  "copyright": "This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "concept": [
          {
            "code": "FOOD",
            "display": "Food Interaction Alert"
          },
          {
            "code": "DRUG",
            "display": "Drug Interaction Alert"
          },
          {
            "code": "ALGY",
            "display": "Allergy Alert"
          },
          {
            "code": "DUPTHPY",
            "display": "Duplicate Therapy Alert"
          }
        ]
      }
    ]
  }
}