View raw Markdown
type: valuesetvalueset: detectedissue-category

Detected Issue Category

Content (Compose)

ValueSet XML

<?xml version="1.0" encoding="UTF-8"?>

<ValueSet xmlns="http://hl7.org/fhir">
  <id value="detectedissue-category"/>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="cds"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="normative"/>
  </extension>
  <url value="http://hl7.org/fhir/ValueSet/detectedissue-category"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.3.204"/>
  </identifier>
  <identifier>
    <use value="old"/>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.3.194"/>
  </identifier>
  <identifier>
    <use value="old"/>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.2.103"/>
  </identifier>
  <version value="6.0.0"/>
  <name value="DetectedIssueCategory"/>
  <title value="Detected Issue Category"/>
  <status value="active"/>
  <experimental value="false"/>
  <publisher value="FHIR Project team"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/fhir"/>
    </telecom>
  </contact>
  <description value="Kinds of issues or contraindications, such as 'drug-drug interaction', 'duplicate therapy', etc."/>
  <compose>
    <include>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
      <concept>
        <code value="FOOD"/>
        <display value="Food Interaction Alert"/>
      </concept>
      <concept>
        <code value="DRUG"/>
        <display value="Drug Interaction Alert"/>
      </concept>
      <concept>
        <code value="ALGY"/>
        <display value="Allergy Alert"/>
      </concept>
      <concept>
        <code value="DUPTHPY"/>
        <display value="Duplicate Therapy Alert"/>
      </concept>
    </include>
  </compose>
</ValueSet>