QI-Core Implementation Guide
4.1.0 - release

This page is part of the Quality Improvement Core Framework (v4.1.0: STU 4) based on FHIR R4. The current version which supercedes this version is 4.1.1. For a full list of available versions, see the Directory of published versions

: Flag Category Codes - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "qicore-flag-category",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <a href=\"http://terminology.hl7.org/3.0.0/CodeSystem-flag-category.html\"><code>http://terminology.hl7.org/CodeSystem/flag-category</code></a></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/qicore/ValueSet/qicore-flag-category",
  "version" : "4.1.0",
  "name" : "QICoreFlagCategory",
  "title" : "Flag Category Codes",
  "status" : "draft",
  "experimental" : false,
  "date" : "2018-08-22",
  "publisher" : "http://www.hl7.org/Special/committees/cqi/index.cfm",
  "contact" : [
    {
      "name" : "Clinical Quality Information WG",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/cqi"
        }
      ]
    }
  ],
  "description" : "Value Set for Flag Category (Example). This value set defines category codes for Patient Record Flags. Patient record flags is a mechanism in which an alert can be assigned to patients who have certain high risk clinical needs or behavior problems. Flags can be configured to appear during the patient look-up process.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/flag-category"
      }
    ]
  }
}