Sharing Valuesets, Codes, and Maps (SVCM)
1.5.2-current - ci-build
Sharing Valuesets, Codes, and Maps (SVCM), published by IHE IT Infrastructure Technical Committee. This guide is not an authorized publication; it is the continuous build for version 1.5.2-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/ITI.SVCM/ and changes regularly. See the Directory of published versions
Draft as of 2024-05-06 |
{
"resourceType" : "ConceptMap",
"id" : "svcm-example-conceptmap",
"meta" : {
"profile" : [
🔗 "https://profiles.ihe.net/ITI/SVCM/StructureDefinition/IHE.SVCM.ConceptMap"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Mapping from <a href=\"ValueSet-svcm-example-valueset.html\">SVCM Example ValueSet</a> to <a href=\"ValueSet-svcm-example2-valueset.html\">SVCM Example 2 ValueSet</a></p><p>DRAFT (not intended for production usage). Published on 2024-05-06 21:55:55+0000 by IHE IT Infrastructure Technical Committee (<a href=\"https://www.ihe.net/ihe_domains/it_infrastructure/\">https://www.ihe.net/ihe_domain...</a>, <a href=\"mailto:iti@ihe.net\">iti@ihe.net</a>, IHE IT Infrastructure Technical Committee: <a href=\"mailto:iti@ihe.net\">iti@ihe.net</a>). </p><div><p>An example ConceptMap for SVCM</p>\n</div><br/><p><b>Group 1</b> Mapping from <a href=\"CodeSystem-svcm-example-codesystem.html\">SVCM Example CodeSystem</a> to <a href=\"CodeSystem-svcm-example-codesystem2.html\">SVCM Example 2 CodeSystem</a></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td></tr><tr><td>example</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>example</td></tr></table></div>"
},
"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" : "2024-05-06T21:55:55+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" : [
{
"modifierExtension" : [
{
"url" : "http://hl7.org/fhir/1.0/StructureDefinition/extension-ConceptMap.element.target.equivalence",
"valueCode" : "equivalent"
}
],
"code" : "example",
"equivalence" : "equivalent"
}
]
}
]
}
]
}