FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions
| Page standards status: Informative | Maturity Level: 0 | 
{
  "resourceType" : "CodeSystem",
  "id" : "focus-characteristic-code",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system \n              <code>http://hl7.org/fhir/focus-characteristic-code</code> defines the following codes:\n            </p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">citation\n                  <a name=\"focus-characteristic-code-citation\"> </a>\n                </td>\n                <td>Citation</td>\n                <td>Used to reference a specific article.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">clinical-outcomes-observed\n                  <a name=\"focus-characteristic-code-clinical-outcomes-observed\"> </a>\n                </td>\n                <td>Observed outcomes are clinical outcomes</td>\n                <td>Used to denote a focus on clinical outcomes, ie evidence variable in role of outcome (measured variable) as observed is considered a "clinical outcome" (patient-important outcome such as mortality, symptoms, function or quality of life).</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">population\n                  <a name=\"focus-characteristic-code-population\"> </a>\n                </td>\n                <td>Population</td>\n                <td>The population of interest.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">exposure\n                  <a name=\"focus-characteristic-code-exposure\"> </a>\n                </td>\n                <td>Exposure</td>\n                <td>The exposure of interest, such as an intervention.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">comparator\n                  <a name=\"focus-characteristic-code-comparator\"> </a>\n                </td>\n                <td>Comparator</td>\n                <td>The comparator (intervention or control state) of interest.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">outcome\n                  <a name=\"focus-characteristic-code-outcome\"> </a>\n                </td>\n                <td>Outcome</td>\n                <td>the outcome of interest.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">medication-exposures\n                  <a name=\"focus-characteristic-code-medication-exposures\"> </a>\n                </td>\n                <td>Medication exposures</td>\n                <td>Any medication exposures. A subset of exposures or interventions that are medications.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">study-type\n                  <a name=\"focus-characteristic-code-study-type\"> </a>\n                </td>\n                <td>Study type</td>\n                <td>Type of research study, such as randomized trial or case-control study.</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "informative"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 0
    },
    {
      "extension" : [
        {
          "url" : "packageId",
          "valueId" : "hl7.fhir.uv.xver-r5.r4"
        },
        {
          "url" : "version",
          "valueString" : "0.0.1-snapshot-2"
        }
      ],
      "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "cds"
    }
  ],
  "url" : "http://hl7.org/fhir/focus-characteristic-code",
  "version" : "5.0.0",
  "name" : "FocusCharacteristicCode",
  "title" : "Focus Characteristic Code",
  "status" : "active",
  "experimental" : false,
  "date" : "2020-12-28T15:55:11+10:00",
  "publisher" : "Clinical Decision Support",
  "contact" : [
    {
      "name" : "Clinical Decision Support",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/dss"
        }
      ]
    }
  ],
  "description" : "Evidence focus characteristic code.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/focus-characteristic-code",
  "content" : "complete",
  "concept" : [
    {
      "code" : "citation",
      "display" : "Citation",
      "definition" : "Used to reference a specific article."
    },
    {
      "code" : "clinical-outcomes-observed",
      "display" : "Observed outcomes are clinical outcomes",
      "definition" : "Used to denote a focus on clinical outcomes, ie evidence variable in role of outcome (measured variable) as observed is considered a \"clinical outcome\" (patient-important outcome such as mortality, symptoms, function or quality of life)."
    },
    {
      "code" : "population",
      "display" : "Population",
      "definition" : "The population of interest."
    },
    {
      "code" : "exposure",
      "display" : "Exposure",
      "definition" : "The exposure of interest, such as an intervention."
    },
    {
      "code" : "comparator",
      "display" : "Comparator",
      "definition" : "The comparator (intervention or control state) of interest."
    },
    {
      "code" : "outcome",
      "display" : "Outcome",
      "definition" : "the outcome of interest."
    },
    {
      "code" : "medication-exposures",
      "display" : "Medication exposures",
      "definition" : "Any medication exposures. A subset of exposures or interventions that are medications."
    },
    {
      "code" : "study-type",
      "display" : "Study type",
      "definition" : "Type of research study, such as randomized trial or case-control study."
    }
  ]
}