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

FHIR IG analytics

Packagehl7.fhir.uv.omop
Resource TypeConceptMap
IdConceptMap-IntoleranceType.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/HL7/fhir-omop-ig/ConceptMap-IntoleranceType.html
URLhttp://hl7.org/fhir/uv/omop/ConceptMap/IntoleranceType
Version1.0.0
Statusactive
Date2026-03-20T16:54:42+00:00
NameIntoleranceTypeOMOPMapping
TitleAllergyIntolerance intolerance category codes to OMOP
Realmuv
Authorityhl7
DescriptionAn example mapping of FHIR AllergyIntolerance intolerance category codes to OMOP concept ids

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
hl7.fhir.uv.xver-r4.r4b#0.1.0allergy-intolerance-categoryAllergyIntoleranceCategory
hl7.terminology.r4b#6.0.2fhir-terminology.ohdsi.orgOHDSI Standardized Vocabularies

Narrative

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

Generated Narrative: ConceptMap IntoleranceType

Language: en

Mapping from (not specified) to (not specified)


Group 1 Mapping from Allergy Intolerance Category to https://fhir-terminology.ohdsi.org (OHDSI Standardized Vocabularies)

Source CodeRelationshipTarget Code
foodis equivalent to4340252 (Intolerance to food)
medicationis equivalent to4240582 (Intolerance to drug)
environmentis narrower than4172024 (Propensity to adverse reaction)
biologicis narrower than36684107 (Intolerance to substance)

Source1

{
  "resourceType": "ConceptMap",
  "id": "IntoleranceType",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "brr"
    },
    {
      "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/omop/ImplementationGuide/hl7.fhir.uv.omop"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/uv/omop/ConceptMap/IntoleranceType",
  "version": "1.0.0",
  "name": "IntoleranceTypeOMOPMapping",
  "title": "AllergyIntolerance intolerance category codes to OMOP",
  "status": "active",
  "experimental": true,
  "date": "2026-03-20T16:54:42+00:00",
  "publisher": "HL7 International / Biomedical Research and Regulation",
  "contact": [
    {
      "name": "HL7 International / Biomedical Research and Regulation",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/rcrim"
        }
      ]
    }
  ],
  "description": "An example mapping of FHIR AllergyIntolerance intolerance category codes to OMOP concept ids",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "group": [
    {
      "source": "http://hl7.org/fhir/allergy-intolerance-category",
      "target": "https://fhir-terminology.ohdsi.org",
      "element": [
        {
          "code": "food",
          "target": [
            {
              "code": "4340252",
              "display": "Intolerance to food",
              "relationship": "equivalent"
            }
          ]
        },
        {
          "code": "medication",
          "target": [
            {
              "code": "4240582",
              "display": "Intolerance to drug",
              "relationship": "equivalent"
            }
          ]
        },
        {
          "code": "environment",
          "target": [
            {
              "code": "4172024",
              "display": "Propensity to adverse reaction",
              "relationship": "source-is-narrower-than-target"
            }
          ]
        },
        {
          "code": "biologic",
          "target": [
            {
              "code": "36684107",
              "display": "Intolerance to substance",
              "relationship": "source-is-narrower-than-target"
            }
          ]
        }
      ]
    }
  ]
}