QI-Core Implementation Guide
4.1.0 - release

Publication Build: This will be filled in by the publication tooling

: QICore Diagnostic Order Precondition - JSON Representation

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "diagnosticorder-precondition",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/us/qicore/CodeSystem/diagnosticorder-precondition defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"diagnosticorder-precondition-1\"> </a></td><td>After activity</td><td>The diagnostic test was or should be performed after the patient has engaged in physical activity</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"diagnosticorder-precondition-2\"> </a></td><td>At rest</td><td>The diagnostic test was or should be performed while the patient is at rest</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"diagnosticorder-precondition-3\"> </a></td><td>Post-op</td><td>The diagnostic test was or should be performed after the patient operation</td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/us/qicore/CodeSystem/diagnosticorder-precondition",
  "version" : "4.1.0",
  "name" : "DiagnosticOrderPrecondition",
  "title" : "QICore Diagnostic Order Precondition",
  "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" : "The condition, state, or problem that the patient is in or has prior to a therapy or procedure. This captures temporal (temporary circumstances) that have bearing on the data that it qualifies but will not necessarily modify its meaning. Things like 'after activity', 'at rest', or 'post-op'. ",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "1",
      "display" : "After activity",
      "definition" : "The diagnostic test was or should be performed after the patient has engaged in physical activity"
    },
    {
      "code" : "2",
      "display" : "At rest",
      "definition" : "The diagnostic test was or should be performed while the patient is at rest"
    },
    {
      "code" : "3",
      "display" : "Post-op",
      "definition" : "The diagnostic test was or should be performed after the patient operation"
    }
  ]
}