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

FHIR IG analytics

Packagekdlgoessct
Resource TypeConceptMap
IdConceptMap-KDL2snomed.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/AMuellerDVMD/KDLgoesSCT/ConceptMap-KDL2snomed.html
URLhttp://www.dvmd.de/kdlgoessct/ConceptMap/KDL2snomed
Version0.1.0
Statusactive
Date2026-03-15T15:21:19+00:00
NameKDL2http://snomed.info/sct
TitleKDL -> snomed
DescriptionMapping von KDL auf snomed

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
who.ddcc#currentsctSNOMED codes used in this IG

Narrative

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

Generated Narrative: ConceptMap KDL2snomed

Mapping from http://www.dvmd.de/kdlgoessct/ValueSet/kdl to http://snomed.info/sct


Group 1 Mapping from http://www.dvmd.de/fhir/kdl to SNOMED CT (all versions)

Source CodeRelationshipTarget Code
AU010101 (Anamnesebogen)is equivalent tox (Test x)
AU010102 (Anmeldung Aufnahme)is equal toy (Test y)
AU010103 (Aufnahmebogen)maps to wider conceptz (Test z)

Source1

{
  "resourceType": "ConceptMap",
  "id": "KDL2snomed",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://www.dvmd.de/kdlgoessct/ConceptMap/KDL2snomed",
  "version": "0.1.0",
  "name": "KDL2http://snomed.info/sct",
  "title": "KDL -> snomed",
  "status": "active",
  "experimental": true,
  "date": "2026-03-15T15:21:19+00:00",
  "publisher": "DVMD",
  "contact": [
    {
      "name": "DVMD",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.dvmd.de"
        }
      ]
    }
  ],
  "description": "Mapping von KDL auf snomed",
  "sourceCanonical": "http://www.dvmd.de/kdlgoessct/ValueSet/kdl",
  "targetCanonical": "http://snomed.info/sct",
  "group": [
    {
      "source": "http://www.dvmd.de/fhir/kdl",
      "target": "http://snomed.info/sct",
      "element": [
        {
          "code": "AU010101",
          "display": "Anamnesebogen",
          "target": [
            {
              "code": "x",
              "display": "Test x",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "AU010102",
          "display": "Anmeldung Aufnahme",
          "target": [
            {
              "code": "y",
              "display": "Test y",
              "equivalence": "equal"
            }
          ]
        },
        {
          "code": "AU010103",
          "display": "Aufnahmebogen",
          "target": [
            {
              "code": "z",
              "display": "Test z",
              "equivalence": "wider"
            }
          ]
        }
      ]
    }
  ]
}