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

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

: AdverseEventCausalityMethod - JSON Representation

Page standards status: Draft Maturity Level: 1

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "adverse-event-causality-method",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem adverse-event-causality-method</b></p><a name=\"adverse-event-causality-method\"> </a><a name=\"hcadverse-event-causality-method\"> </a><p>This case-sensitive code system <code>http://terminology.hl7.org/CodeSystem/adverse-event-causality-method</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">ProbabilityScale<a name=\"adverse-event-causality-method-ProbabilityScale\"> </a></td><td>Probability Scale</td></tr><tr><td style=\"white-space:nowrap\">Bayesian<a name=\"adverse-event-causality-method-Bayesian\"> </a></td><td>Bayesian</td></tr><tr><td style=\"white-space:nowrap\">Checklist<a name=\"adverse-event-causality-method-Checklist\"> </a></td><td>Checklist</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "draft"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 1
    },
    {
      "extension" : [
        {
          "url" : "packageId",
          "valueId" : "hl7.fhir.uv.xver-r4.r4b"
        },
        {
          "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" : "pc"
    }
  ],
  "url" : "http://terminology.hl7.org/CodeSystem/adverse-event-causality-method",
  "version" : "4.0.1",
  "name" : "AdverseEventCausalityMethod",
  "title" : "AdverseEventCausalityMethod",
  "status" : "draft",
  "experimental" : false,
  "date" : "2019-11-01T08:29:23+10:00",
  "publisher" : "Patient Care",
  "contact" : [
    {
      "name" : "Patient Care",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/patientcare"
        }
      ]
    }
  ],
  "description" : "TODO.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/adverse-event-causality-method|4.3.0",
  "content" : "complete",
  "concept" : [
    {
      "code" : "ProbabilityScale",
      "display" : "Probability Scale"
    },
    {
      "code" : "Bayesian",
      "display" : "Bayesian"
    },
    {
      "code" : "Checklist",
      "display" : "Checklist"
    }
  ]
}