FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions

: Clinical Use Definition Type - JSON Representation

Page standards status: Informative Maturity Level: 1

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "clinical-use-definition-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system \n              <code>http://hl7.org/fhir/clinical-use-definition-type</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\">indication\n                  <a name=\"clinical-use-definition-type-indication\"> </a>\n                </td>\n                <td>Indication</td>\n                <td>A reason for giving the medication.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">contraindication\n                  <a name=\"clinical-use-definition-type-contraindication\"> </a>\n                </td>\n                <td>Contraindication</td>\n                <td>A reason for not giving the medication.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">interaction\n                  <a name=\"clinical-use-definition-type-interaction\"> </a>\n                </td>\n                <td>Interaction</td>\n                <td>Interactions between the medication and other substances.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">undesirable-effect\n                  <a name=\"clinical-use-definition-type-undesirable-effect\"> </a>\n                </td>\n                <td>Undesirable Effect</td>\n                <td>Side effects or adverse effects associated with the medication.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">warning\n                  <a name=\"clinical-use-definition-type-warning\"> </a>\n                </td>\n                <td>Warning</td>\n                <td>A general warning or issue that is not specifically one of the other types.</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" : 1
    },
    {
      "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" : "brr"
    }
  ],
  "url" : "http://hl7.org/fhir/clinical-use-definition-type",
  "version" : "5.0.0",
  "name" : "ClinicalUseDefinitionType",
  "title" : "Clinical Use Definition Type",
  "status" : "active",
  "experimental" : false,
  "date" : "2021-01-05T09:01:24+10:00",
  "publisher" : "Biomedical Research and Regulation",
  "contact" : [
    {
      "name" : "Biomedical Research and Regulation",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/rcrim"
        }
      ]
    }
  ],
  "description" : "Overall defining type of this clinical use definition.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/clinical-use-definition-type",
  "content" : "complete",
  "concept" : [
    {
      "code" : "indication",
      "display" : "Indication",
      "definition" : "A reason for giving the medication."
    },
    {
      "code" : "contraindication",
      "display" : "Contraindication",
      "definition" : "A reason for not giving the medication."
    },
    {
      "code" : "interaction",
      "display" : "Interaction",
      "definition" : "Interactions between the medication and other substances."
    },
    {
      "code" : "undesirable-effect",
      "display" : "Undesirable Effect",
      "definition" : "Side effects or adverse effects associated with the medication."
    },
    {
      "code" : "warning",
      "display" : "Warning",
      "definition" : "A general warning or issue that is not specifically one of the other types."
    }
  ]
}