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

FHIR IG Statistics: ConceptMap/svcm-example-conceptmap

Packageihe.iti.svcm
Resource TypeConceptMap
Idsvcm-example-conceptmap
FHIR VersionR4
Sourcehttps://profiles.ihe.net/ITI/SVCM/https://build.fhir.org/ig/IHE/ITI.SVCM/ConceptMap-svcm-example-conceptmap.html
URLhttp://example.org/svcm/example-conceptmap
Version1.5.2-current
Statusdraft
Date2025-04-28T16:59:43+00:00
NameSVCM_Example_ConceptMap
TitleSVCM Example ConceptMap
Realmuv
Authorityihe
DescriptionAn example ConceptMap for SVCM

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
exampleSVCM Example CodeSystem
example2SVCM Example 2 CodeSystem
ValueSet
example-valuesetSVCM Example ValueSet
example2-valuesetSVCM Example 2 ValueSet

Narrative

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

Generated Narrative: ConceptMap svcm-example-conceptmap

Mapping from SVCM Example ValueSet to SVCM Example 2 ValueSet


Group 1 Mapping from SVCM Example CodeSystem to SVCM Example 2 CodeSystem

Source CodeRelationshipTarget Code
exampleis equivalent toexample

Source

{
  "resourceType": "ConceptMap",
  "id": "svcm-example-conceptmap",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/ITI/SVCM/StructureDefinition/IHE.SVCM.ConceptMap"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://example.org/svcm/example-conceptmap",
  "version": "1.5.2-current",
  "name": "SVCM_Example_ConceptMap",
  "title": "SVCM Example ConceptMap",
  "status": "draft",
  "experimental": true,
  "date": "2025-04-28T16:59:43+00:00",
  "publisher": "IHE IT Infrastructure Technical Committee",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.ihe.net/ihe_domains/it_infrastructure/"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "email",
          "value": "iti@ihe.net"
        }
      ]
    },
    {
      "name": "IHE IT Infrastructure Technical Committee",
      "telecom": [
        {
          "system": "email",
          "value": "iti@ihe.net"
        }
      ]
    }
  ],
  "description": "An example ConceptMap for SVCM",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "sourceCanonical": "http://example.org/svcm/example-valueset",
  "targetCanonical": "http://example.org/svcm/example2-valueset",
  "group": [
    {
      "source": "http://example.org/svcm/example",
      "target": "http://example.org/svcm/example2",
      "element": [
        {
          "code": "example",
          "target": [
            {
              "code": "example",
              "equivalence": "equivalent"
            }
          ]
        }
      ]
    }
  ]
}