FHIR Mapping Language (FML)
0.1.0 - STU 1 International flag

FHIR Mapping Language (FML), published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/mapping-language-ig/ and changes regularly. See the Directory of published versions

: ConceptMapEmbedded - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "StructureMap",
  "resourceDefinition" : "http://hl7.org/fhir/StructureDefinition/StructureMap|0.1.0",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: StructureMap ConceptMapEmbedded</b></p><a name=\"ConceptMapEmbedded\"> </a><a name=\"hcConceptMapEmbedded\"> </a><p><b>url</b>: <a href=\"http://hl7.org/fhir/uv/fml/StructureMap/ConceptMapEmbedded\">http://hl7.org/fhir/uv/fml/StructureMap/ConceptMapEmbedded</a></p><p><b>name</b>: ConceptMapEmbedded</p><p><b>status</b>: Active</p><p><b>description</b>: </p><div><p>Example Map to demonstrate an embedded ConceptMap</p>\n</div><blockquote><p><b>structure</b></p><p><b>url</b>: <a href=\"http://hl7.org/fhir/R5/patient.html\">Patient</a></p><p><b>mode</b>: Source Structure Definition</p></blockquote><blockquote><p><b>structure</b></p><p><b>url</b>: <a href=\"http://hl7.org/fhir/R5/patient.html\">Patient</a></p><p><b>mode</b>: Target Structure Definition</p></blockquote><blockquote><p><b>group</b></p><p><b>name</b>: ConceptMapEmbedded</p><blockquote><p><b>input</b></p><p><b>mode</b>: Source Instance</p><p><b>name</b>: src</p><p><b>type</b>: Patient</p></blockquote><blockquote><p><b>input</b></p><p><b>mode</b>: Target Instance</p><p><b>name</b>: tgt</p><p><b>type</b>: Patient</p></blockquote><blockquote><p><b>rule</b></p><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Context</b></td><td><b>Element</b></td><td><b>Variable</b></td></tr><tr><td style=\"display: none\">*</td><td>src</td><td>gender</td><td>v</td></tr></table><blockquote><p><b>target</b></p><p><b>context</b>: tgt</p><p><b>element</b>: gender</p><p><b>transform</b>: translate</p><blockquote><p><b>parameter</b></p><p><b>value</b>: v</p></blockquote><blockquote><p><b>parameter</b></p><p><b>value</b>: #GenderMap</p></blockquote><blockquote><p><b>parameter</b></p><p><b>value</b>: code</p></blockquote></blockquote><p><b>name</b>: r1</p></blockquote></blockquote></div>"
  },
  "url" : "http://hl7.org/fhir/uv/fml/StructureMap/ConceptMapEmbedded",
  "name" : "ConceptMapEmbedded",
  "status" : "active",
  "description" : "Example Map to demonstrate an embedded ConceptMap",
  "structure" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/Patient",
      "mode" : "source"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/Patient",
      "mode" : "target"
    }
  ],
  "group" : [
    {
      "name" : "ConceptMapEmbedded",
      "input" : [
        {
          "mode" : "source",
          "name" : "src",
          "type" : "Patient"
        },
        {
          "mode" : "target",
          "name" : "tgt",
          "type" : "Patient"
        }
      ],
      "rule" : [
        {
          "source" : [
            {
              "context" : "src",
              "element" : [
                "gender"
              ],
              "variable" : "v"
            }
          ],
          "target" : [
            {
              "context" : "tgt",
              "element" : [
                "gender"
              ],
              "transform" : "translate",
              "parameter" : [
                {
                  "valueId" : "v"
                },
                {
                  "valueString" : "#GenderMap"
                },
                {
                  "valueString" : "code"
                }
              ]
            }
          ],
          "name" : "r1"
        }
      ]
    }
  ],
  "id" : "ConceptMapEmbedded",
  "contained" : [
    {
      "resourceType" : "ConceptMap",
      "id" : "GenderMap",
      "status" : "active",
      "group" : [
        {
          "source" : "http://hl7.org/fhir/administrative-gender",
          "target" : "http://terminology.hl7.org/CodeSystem/v2-0001",
          "element" : [
            {
              "code" : "male",
              "target" : [
                {
                  "relationship" : "related-to",
                  "code" : "M"
                }
              ]
            },
            {
              "code" : "female",
              "target" : [
                {
                  "relationship" : "related-to",
                  "code" : "F"
                }
              ]
            },
            {
              "code" : "other",
              "target" : [
                {
                  "relationship" : "related-to",
                  "code" : "O"
                }
              ]
            },
            {
              "code" : "unknown",
              "target" : [
                {
                  "relationship" : "related-to",
                  "code" : "U"
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}