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

FHIR IG Statistics: ConceptMap/sms-snomed-substance-cm

Packagehl7.eu.fhir.unicom
TypeConceptMap
Idsms-snomed-substance-cm
FHIR VersionR5
Sourcehttp://unicom-project.eu/fhir/https://build.fhir.org/ig/hl7-eu/unicom-ig/ConceptMap-sms-snomed-substance-cm.html
URLhttp://unicom-project.eu/fhir/ConceptMap/sms-snomed-substance-cm
Version0.1.0
Statusdraft
Date2025-06-02T08:10:55+00:00
TitleSPOR-SNOMED CT substances
Realmeu
Authorityhl7
DescriptionEMA SPOR SMS mapped to SNOMED CT concepts. Small example.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
SubstanceDefinitionSubstances EMA SPOR SMS
ValueSet
substances-vsEMA SPOR SMS Substances

Narrative

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

Generated Narrative: ConceptMap sms-snomed-substance-cm

version: 1; Last updated: 2023-02-17 17:40:44+0000

Mapping from EMA SPOR SMS Substances to (not specified)


Group 1 Mapping from Substances EMA SPOR SMS to http://www.snomed.org

Source CodeRelationshipTarget Code
100000085259 (Amlodipine)is equivalent to386864001 (Amlodipine)
100000090079 (Amlodipine besilate)is equivalent to384976003 (Amlodipine besilate)

Source

{
  "resourceType": "ConceptMap",
  "id": "sms-snomed-substance-cm",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2023-02-17T17:40:44.521+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://unicom-project.eu/fhir/ConceptMap/sms-snomed-substance-cm",
  "version": "0.1.0",
  "title": "SPOR-SNOMED CT substances",
  "status": "draft",
  "experimental": true,
  "date": "2025-06-02T08:10:55+00:00",
  "publisher": "UNICOM",
  "contact": [
    {
      "name": "UNICOM",
      "telecom": [
        {
          "system": "url",
          "value": "http://unicom-project.eu"
        }
      ]
    }
  ],
  "description": "EMA SPOR SMS mapped to SNOMED CT concepts. Small example.",
  "sourceScopeCanonical": "http://unicom-project.eu/fhir/ValueSet/substances-vs",
  "group": [
    {
      "source": "https://spor.ema.europa.eu/v2/SubstanceDefinition",
      "target": "http://www.snomed.org",
      "element": [
        {
          "code": "100000085259",
          "display": "Amlodipine",
          "target": [
            {
              "code": "386864001",
              "display": "Amlodipine",
              "relationship": "equivalent"
            }
          ]
        },
        {
          "code": "100000090079",
          "display": "Amlodipine besilate",
          "target": [
            {
              "code": "384976003",
              "display": "Amlodipine besilate",
              "relationship": "equivalent"
            }
          ]
        }
      ]
    }
  ]
}