FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.ae-research-backport-ig.r4b
Resource TypeValueSet
IdValueSet-adverse-event-causality-related-vs.json
FHIR VersionR4B
Sourcehttp://hl7.org/fhir/uv/ae-research-backport-ig/2023Sep/ValueSet-adverse-event-causality-related-vs.html
URLhttp://hl7.org/fhir/uv/ae-research-backport-ig/ValueSet/adverse-event-causality-related-vs
Version1.0.0-ballot
Statusdraft
Date2023-07-28T19:53:38+00:00
NameCausalityRelatedness
TitleCausality Relatedness values
Realmuv
Authorityhl7
DescriptionValue set for stating if a suspected entity is Not Related, Unlikely Related, Possibly Related, or Related to the cause of the adverse event. Using NCI codes. The values originate with ICH. For information on ICH see https://admin.ich.org/sites/default/files/inline-files/OID_Information_Paper_1.pdf from the INTERNATIONAL CONFERENCE ON HARMONISATION OF TECHNICAL REQUIREMENTS FOR REGISTRATION OF PHARMACEUTICALS FOR HUMAN USE (ICH) document ICH E2B(R3), the Electronic Transmission of Individual Case Safety Reports (ICSRs) Implementation Guide Data Elements and Message Specification, and ICH M8, the Electronic Common Technical Document

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
Thesaurus.owlNCI Thesaurus

Narrative

Note: links and images are rebased to the (stated) source


Source1

{
  "resourceType": "ValueSet",
  "id": "adverse-event-causality-related-vs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "informative",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/ae-research-backport-ig/ImplementationGuide/hl7.fhir.uv.ae-research-backport-ig"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/uv/ae-research-backport-ig/ValueSet/adverse-event-causality-related-vs",
  "version": "1.0.0-ballot",
  "name": "CausalityRelatedness",
  "title": "Causality Relatedness values",
  "status": "draft",
  "experimental": true,
  "date": "2023-07-28T19:53:38+00:00",
  "publisher": "HL7 International - Biomedical Research and Regulation, Vulcan AdverseEvent groups",
  "contact": [
    {
      "name": "Biomedical Research and Regulation WG",
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/Special/committees/rcrim"
        }
      ]
    }
  ],
  "description": "Value set for stating if a suspected entity is Not Related, Unlikely Related, Possibly Related, or Related to the cause of the adverse event. Using NCI codes. The values originate with ICH. For information on ICH see https://admin.ich.org/sites/default/files/inline-files/OID_Information_Paper_1.pdf from the INTERNATIONAL CONFERENCE ON HARMONISATION OF TECHNICAL REQUIREMENTS FOR REGISTRATION OF PHARMACEUTICALS FOR HUMAN USE (ICH) document ICH E2B(R3), the Electronic Transmission of Individual Case Safety Reports (ICSRs) Implementation Guide Data Elements and Message Specification, and ICH M8, the Electronic Common Technical Document",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
        "concept": [
          {
            "code": "C53256",
            "display": "Not Related"
          },
          {
            "code": "C53257",
            "display": "Unlikely Related"
          },
          {
            "code": "C53258",
            "display": "Possibly Related"
          },
          {
            "code": "C53260",
            "display": "Related"
          }
        ]
      }
    ]
  }
}