Regelverk för interoperabilitet inom vård och omsorg (RIV-TA) - POC
0.1.0 - draft

Regelverk för interoperabilitet inom vård och omsorg (RIV-TA) - POC - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example ConceptMap - TTL Representation

Draft as of 2025-05-21

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "MyConceptMap2"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ConceptMap MyConceptMap2</b></p><a name=\"MyConceptMap2\"> </a><a name=\"hcMyConceptMap2\"> </a><a name=\"MyConceptMap2-en-US\"> </a><p>Mapping from http://example.org/source-system to http://example.org/target-system</p><br/><p><b>Group 1 </b>Mapping from <code>http://example.org/source-system</code> to <code>http://example.org/target-system</code></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td><td><b>Comment</b></td></tr><tr><td>A</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>alpha</td><td>Kommentar</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://example.org/fhir/ConceptMap/my-concept-map"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "MyConceptMap"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2025-05-21T13:18:11+02:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Inera AB"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Inera AB" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://inera.se" ]     ] )
  ] ) ; # 
  fhir:source [
a fhir:uri ;
fhir:v "http://example.org/source-system"^^xsd:anyURI
  ] ; # 
  fhir:target [
a fhir:uri ;
fhir:v "http://example.org/target-system"^^xsd:anyURI
  ] ; # 
  fhir:group ( [
fhir:source [ fhir:v "http://example.org/source-system"^^xsd:anyURI ] ;
fhir:target [ fhir:v "http://example.org/target-system"^^xsd:anyURI ] ;
    ( fhir:element [
fhir:code [ fhir:v "A" ] ;
      ( fhir:target [
fhir:code [ fhir:v "alpha" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ;
fhir:comment [ fhir:v "Kommentar" ]       ] )     ] )
  ] ) . #