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

FHIR IG analytics

Packagehl7.fhir.uv.omop
Resource TypeConceptMap
IdConceptMap-ProcedureType.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/HL7/fhir-omop-ig/ConceptMap-ProcedureType.html
URLhttp://hl7.org/fhir/uv/omop/ConceptMap/ProcedureType
Version2.0.0-ballot
Statusactive
Date2026-08-12T03:54:51+00:00
NameProcedureTypeOMOPMapping
TitleProcedure type codes to OMOP
Realmuv
Authorityhl7
DescriptionAn example mapping of FHIR Procedure type codes to OMOP concept ids

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
hl7.fhir.vn.core#currentsctSNOMED CT (all versions)
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 ProcedureType

This mapping does not specify any particular context of use.


Mapping from http://snomed.info/sct (SNOMED CT International Edition) to https://fhir-terminology.ohdsi.org (OHDSI Standardized Vocabularies)

Source CodeRelationshipTarget Code
233404000 (Insertion of arterial stent)is equivalent to4051039 (Insertion of arterial stent)
233258006 (Fluoroscopy guided angioplasty of artery with contrast)is equivalent to4050128 (Fluoroscopy guided angioplasty of artery with contrast)
no-known-proceduresis equivalent to37204085 (No known procedures)

Source1

{
  "resourceType": "ConceptMap",
  "id": "ProcedureType",
  "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/ProcedureType",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.80.18.15"
    }
  ],
  "version": "2.0.0-ballot",
  "name": "ProcedureTypeOMOPMapping",
  "title": "Procedure type codes to OMOP",
  "status": "active",
  "experimental": true,
  "date": "2026-08-12T03:54:51+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 Procedure type codes to OMOP concept ids",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "group": [
    {
      "source": "http://snomed.info/sct",
      "target": "https://fhir-terminology.ohdsi.org",
      "element": [
        {
          "code": "233404000",
          "target": [
            {
              "code": "4051039",
              "display": "Insertion of arterial stent",
              "relationship": "equivalent"
            }
          ]
        },
        {
          "code": "233258006",
          "target": [
            {
              "code": "4050128",
              "display": "Fluoroscopy guided angioplasty of artery with contrast",
              "relationship": "equivalent"
            }
          ]
        },
        {
          "code": "no-known-procedures",
          "target": [
            {
              "code": "37204085",
              "display": "No known procedures",
              "relationship": "equivalent"
            }
          ]
        }
      ]
    }
  ]
}