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 - JSON Representation

Draft as of 2025-05-21

Raw json | Download

{
  "resourceType" : "ConceptMap",
  "id" : "MyConceptMap2",
  "text" : {
    "status" : "generated",
    "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>"
  },
  "url" : "http://example.org/fhir/ConceptMap/my-concept-map",
  "version" : "0.1.0",
  "name" : "MyConceptMap",
  "status" : "draft",
  "date" : "2025-05-21T13:18:11+02:00",
  "publisher" : "Inera AB",
  "contact" : [
    {
      "name" : "Inera AB",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://inera.se"
        }
      ]
    }
  ],
  "sourceUri" : "http://example.org/source-system",
  "targetUri" : "http://example.org/target-system",
  "group" : [
    {
      "source" : "http://example.org/source-system",
      "target" : "http://example.org/target-system",
      "element" : [
        {
          "code" : "A",
          "target" : [
            {
              "code" : "alpha",
              "equivalence" : "equivalent",
              "comment" : "Kommentar"
            }
          ]
        }
      ]
    }
  ]
}