IDEA4RC FHIR Implementation Guide
0.1.0 - CI Build 150

IDEA4RC FHIR Implementation Guide, published by IDEA4RC Project. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/idea4rc/ and changes regularly. See the Directory of published versions

: Adverse Event Model to this guide Map - JSON Representation

Draft as of 2025-09-10

Raw json | Download

{
  "resourceType" : "ConceptMap",
  "id" : "adverseEvent2FHIR",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ConceptMap adverseEvent2FHIR</b></p><a name=\"adverseEvent2FHIR\"> </a><a name=\"hcadverseEvent2FHIR\"> </a><p>Mapping from (not specified) to (not specified)</p><br/><p><b>Group 1 </b>Mapping from <a href=\"StructureDefinition-AdverseEvent.html\">Adverse Event</a> to <a href=\"StructureDefinition-adverseEvent-eu-i4rc.html\">AdverseEvent: IDEA4RC</a></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td><td><b>Comment</b></td></tr><tr><td>treatmentReference[x] (Treatment reference (M))</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#relatedto\" title=\"relatedto\">is related to</a></td><td>AdverseEvent.suspectEntity.instance</td><td/></tr><tr><td>adverseEventType (Adverse event type (CTCAE Term) (M))</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>AdverseEvent.event</td><td/></tr><tr><td>adverseEventStartingDate (Adverse event starting date (M))</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>AdverseEvent.detected</td><td/></tr><tr><td>adverseEventDuration (Adverse event duration (M))</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#relatedto\" title=\"relatedto\">is related to</a></td><td>AdverseEvent.extension:occurrence</td><td>If ocurrence.repeat.durationMax = 1 and ocurrence.repeat.durationUnit is wk, then the code is 2000100050 'Less than one week'; If ocurrence.repeat.durationMax = 1 and ocurrence.repeat.durationUnit is mo, then the code is 2000100051 'More than one week but less than a month'; If ocurrence.repeat.durationMax = 3 and ocurrence.repeat.durationUnit is mo, then the code is 2000100052 'More than a month but less than 3 months'; If ocurrence.repeat.durationMax = 1 and ocurrence.repeat.durationUnit is a, then the code is 2000100053 'More than 3 months'</td></tr></table></div>"
  },
  "url" : "http://hl7.eu/fhir/ig/idea4rc/ConceptMap/adverseEvent2FHIR",
  "version" : "0.1.0",
  "name" : "AdverseEvent2FHIR",
  "title" : "AdverseEvent Model to this guide Map",
  "status" : "draft",
  "experimental" : true,
  "date" : "2025-09-10T15:18:34+00:00",
  "publisher" : "IDEA4RC Project",
  "contact" : [
    {
      "name" : "IDEA4RC Project",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.idea4rc.eu/"
        }
      ]
    },
    {
      "name" : "IDEA4RC Project",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.idea4rc.eu/"
        }
      ]
    }
  ],
  "description" : "It shows how the AdverseEvent model is mapped into this guide",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "150",
          "display" : "Europe"
        }
      ]
    }
  ],
  "group" : [
    {
      "source" : "http://hl7.eu/fhir/ig/idea4rc/StructureDefinition/AdverseEvent",
      "target" : "http://hl7.eu/fhir/ig/idea4rc/StructureDefinition/adverseEvent-eu-i4rc",
      "element" : [
        {
          "code" : "treatmentReference[x]",
          "display" : "Treatment reference (M)",
          "target" : [
            {
              "code" : "AdverseEvent.suspectEntity.instance",
              "equivalence" : "relatedto"
            }
          ]
        },
        {
          "code" : "adverseEventType",
          "display" : "Adverse event type (CTCAE Term) (M)",
          "target" : [
            {
              "code" : "AdverseEvent.event",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "adverseEventStartingDate",
          "display" : "Adverse event starting date (M)",
          "target" : [
            {
              "code" : "AdverseEvent.detected",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "adverseEventDuration",
          "display" : "Adverse event duration (M)",
          "target" : [
            {
              "code" : "AdverseEvent.extension:occurrence",
              "equivalence" : "relatedto",
              "comment" : "If ocurrence.repeat.durationMax = 1 and ocurrence.repeat.durationUnit is wk, then the code is 2000100050 'Less than one week'; If ocurrence.repeat.durationMax = 1 and ocurrence.repeat.durationUnit is mo, then the code is 2000100051 'More than one week but less than a month'; If ocurrence.repeat.durationMax = 3 and ocurrence.repeat.durationUnit is mo, then the code is 2000100052 'More than a month but less than 3 months'; If ocurrence.repeat.durationMax = 1 and ocurrence.repeat.durationUnit is a, then the code is 2000100053 'More than 3 months'"
            }
          ]
        }
      ]
    }
  ]
}