FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/ICSRAESeriousness

Packagehl7.fhir.us.icsr-ae-reporting
TypeValueSet
IdICSRAESeriousness
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/icsr-ae-reporting/https://build.fhir.org/ig/HL7/fhir-icsr-ae-reporting/ValueSet-ICSRAESeriousness.html
URLhttp://hl7.org/fhir/us/icsr-ae-reporting/ValueSet/ICSRAESeriousness
Version1.0.1
Statusdraft
Date2023-08-30T17:02:44+00:00
NameICSRAESeriousness
TitleICSR Top-Level Seriousness
Realmus
Authorityhl7
DescriptionUsed to indicate whether the event is serious or not.

Resources that use this resource

StructureDefinition
icsr-adverseeventICSR Adverse Event

Resources that this resource uses

CodeSystem
adverse-event-seriousnessAdverseEventSeriousness
adverse-event-seriousnessAdverseEventSeriousness

Narrative

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

Placeholder

Source

{
  "resourceType": "ValueSet",
  "id": "ICSRAESeriousness",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/icsr-ae-reporting/ValueSet/ICSRAESeriousness",
  "version": "1.0.1",
  "name": "ICSRAESeriousness",
  "title": "ICSR Top-Level Seriousness",
  "status": "draft",
  "experimental": false,
  "date": "2023-08-30T17:02:44+00:00",
  "publisher": "Biomedical Research & Regulation WG",
  "contact": [
    {
      "name": "Biomedical Research & Regulation WG",
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/Special/committees/rcrim"
        }
      ]
    },
    {
      "name": "Jean Duteau",
      "telecom": [
        {
          "system": "email",
          "value": "mailto:jean.duteau@ibm.com"
        }
      ]
    }
  ],
  "description": "Used to indicate whether the event is serious or not.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/adverse-event-seriousness",
        "concept": [
          {
            "code": "non-serious"
          },
          {
            "code": "serious"
          }
        ]
      }
    ]
  }
}