This page is part of the Sharing Valuesets, Codes, and Maps (SVCM) (v1.5.1: Publication) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
: SVCMExampleConceptMap - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ConceptMap ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "svcm-example-conceptmap"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://profiles.ihe.net/ITI/SVCM/StructureDefinition/IHE.SVCM.ConceptMap"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/ITI/SVCM/StructureDefinition/IHE.SVCM.ConceptMap> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir: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 2023-08-02 12:56:05-0500 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/R4/codesystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>example</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "http://example.org/svcm/example-conceptmap"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.5.1"] ; #
fhir:name [ fhir:v "SVCM_Example_ConceptMap"] ; #
fhir:title [ fhir:v "SVCM Example ConceptMap"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "true"^^xsd:boolean] ; #
fhir:date [ fhir:v "2023-08-02T12:56:05-05:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "IHE IT Infrastructure Technical Committee"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.ihe.net/ihe_domains/it_infrastructure/" ] ] )
] [
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "iti@ihe.net" ] ] )
] [
fhir:name [ fhir:v "IHE IT Infrastructure Technical Committee" ] ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "iti@ihe.net" ] ] )
] ) ; #
fhir:description [ fhir:v "An example ConceptMap for SVCM"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ] )
] ) ; #
fhir:source [
fhir:v "http://example.org/svcm/example-valueset"^^xsd:anyURI ;
fhir:link <http://example.org/svcm/example-valueset>
] ; #
fhir:target [
fhir:v "http://example.org/svcm/example2-valueset"^^xsd:anyURI ;
fhir:link <http://example.org/svcm/example2-valueset>
] ; #
fhir:group ( [
fhir:source [ fhir:v "http://example.org/svcm/example"^^xsd:anyURI ] ;
fhir:target [ fhir:v "http://example.org/svcm/example2"^^xsd:anyURI ] ;
( fhir:element [
fhir:code [ fhir:v "example" ] ;
( fhir:target [
fhir:code [ fhir:v "example" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ] ) ] )
] ) . #