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

FHIR IG analytics

Packagehl7.eu.fhir.xshare-ips-plus
Resource TypeConceptMap
IdConceptMap-example-loinc-to-snomed-mapping.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7-eu/xshare-ips-plus/ConceptMap-example-loinc-to-snomed-mapping.html
URLhttp://hl7.eu/fhir/ig/xshare-ips-plus/ConceptMap/example-loinc-to-snomed-mapping
Version0.2.0
Statusdraft
Date2026-08-19T12:45:09+00:00
NameLoincToSnomed
TitleLoinc to Snomed
Realmeu
Authorityhl7
DescriptionExample ConceptMap mapping LOINC codes to SNOMED CT observable entity concepts.
CopyrightCopyright xShare Project. Licensed under creative commons public domain (CC0 1.0).

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
kl.dk.fhir.children#2.1.0loinc.orgLogical Observation Identifiers, Names and Codes (LOINC)
hl7.fhir.uv.xver-r4.r4b#0.1.0sctSNOMED CT (all versions)
ValueSet
hl7.eu.fhir.xshare-ips-plus#currentsnomed-allAll SNOMED CT Codes

Narrative

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

Generated Narrative: ConceptMap example-loinc-to-snomed-mapping

Mapping from All LOINC codes to All SNOMED CT Codes


Mapping from http://loinc.org (Logical Observation Identifier Names and Codes (LOINC)) to SNOMED CT (all versions)

Source CodeRelationshipTarget Code
6768-6 (ALP SerPl-cCnc)is equivalent to175531010000100 (Catalytic concentration of alkaline phosphatase in serum or plasma at point in time (observable entity))
1742-6 (ALT SerPl-cCnc)is equivalent to105311010000109 (Catalytic concentration of alanine aminotransferase in serum or plasma at point in time (observable entity))
1920-8 (AST SerPl-cCnc)is equivalent to274161010000103 (Catalytic concentration of aspartate aminotransferase in serum or plasma at point in time (observable entity))

Source1

{
  "resourceType": "ConceptMap",
  "id": "example-loinc-to-snomed-mapping",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.eu/fhir/ig/xshare-ips-plus/ConceptMap/example-loinc-to-snomed-mapping",
  "version": "0.2.0",
  "name": "LoincToSnomed",
  "title": "Loinc to Snomed",
  "status": "draft",
  "experimental": true,
  "date": "2026-08-19T12:45:09+00:00",
  "publisher": "xShare Project",
  "contact": [
    {
      "name": "xShare Project",
      "telecom": [
        {
          "system": "url",
          "value": "https://xshare-project.eu/"
        }
      ]
    }
  ],
  "description": "Example ConceptMap mapping LOINC codes to SNOMED CT observable entity concepts.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "150",
          "display": "Europe"
        }
      ]
    }
  ],
  "copyright": "Copyright xShare Project. Licensed under creative commons public domain (CC0 1.0).",
  "sourceUri": "http://loinc.org/vs",
  "targetUri": "http://hl7.eu/fhir/ig/xshare-ips-plus/ValueSet/snomed-all",
  "group": [
    {
      "source": "http://loinc.org",
      "target": "http://snomed.info/sct",
      "element": [
        {
          "code": "6768-6",
          "display": "ALP SerPl-cCnc",
          "target": [
            {
              "code": "175531010000100",
              "display": "Catalytic concentration of alkaline phosphatase in serum or plasma at point in time (observable entity)",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "1742-6",
          "display": "ALT SerPl-cCnc",
          "target": [
            {
              "code": "105311010000109",
              "display": "Catalytic concentration of alanine aminotransferase in serum or plasma at point in time (observable entity)",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "1920-8",
          "display": "AST SerPl-cCnc",
          "target": [
            {
              "code": "274161010000103",
              "display": "Catalytic concentration of aspartate aminotransferase in serum or plasma at point in time (observable entity)",
              "equivalence": "equivalent"
            }
          ]
        }
      ]
    }
  ]
}