| Package | ihe.iti.svcm |
| Resource Type | ConceptMap |
| Id | svcm-example-conceptmap |
| FHIR Version | R4 |
| Source | https://profiles.ihe.net/ITI/SVCM/https://build.fhir.org/ig/IHE/ITI.SVCM/ConceptMap-svcm-example-conceptmap.html |
| URL | http://example.org/svcm/example-conceptmap |
| Version | 1.5.2-current |
| Status | draft |
| Date | 2025-04-28T16:59:43+00:00 |
| Name | SVCM_Example_ConceptMap |
| Title | SVCM Example ConceptMap |
| Realm | uv |
| Authority | ihe |
| Description | An example ConceptMap for SVCM |
No resources found
| CodeSystem | |
| example | SVCM Example CodeSystem |
| example2 | SVCM Example 2 CodeSystem |
| ValueSet | |
| example-valueset | SVCM Example ValueSet |
| example2-valueset | SVCM Example 2 ValueSet |
Note: links and images are rebased to the (stated) source
Generated Narrative: ConceptMap svcm-example-conceptmap
Profile: SVCM ConceptMap
Mapping from SVCM Example ValueSet to SVCM Example 2 ValueSet
Group 1 Mapping from SVCM Example CodeSystem to SVCM Example 2 CodeSystem
| Source Code | Relationship | Target Code |
| example | is equivalent to | example |
{
"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"
}
]
}
]
}
]
}