FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.fml
Resource TypeStructureMap
IdStructureMap-example.json
FHIR VersionR6
Sourcehttps://build.fhir.org/ig/HL7/mapping-language-ig/StructureMap-example.html
URLhttp://hl7.org/fhir/StructureMap/example
Version0.1
Statusdraft
Date2017-03-09
NameExampleMap
TitleExample Map
Realmuv
Authorityhl7
DescriptionExample Structure Map

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: StructureMap example

url: Example Map

identifier: Uniform Resource Identifier (URI)/urn:oid:2.16.840.1.113883.4.642.13.2

version: 0.1

name: ExampleMap

title: Example Map

status: Draft

date: 2017-03-09

publisher: HL7 FHIR Standard

contact: http://hl7.org/fhir

description:

Example Structure Map

jurisdiction: Oceania

group

name: Examples

documentation: test -> testValue

input

name: testSrc

mode: Source Instance

input

name: testTgt

mode: Target Instance

rule

name: rule1

Sources

-ContextTypeElementVariable
*testSrcSourceClassAtestt

Targets

-ContextElementTransform
*testTgttestValuecopy

Source1

{
  "resourceType": "StructureMap",
  "resourceDefinition": "http://hl7.org/fhir/StructureDefinition/StructureMap|0.1.0",
  "id": "example",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/StructureMap/example",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.13.2"
    }
  ],
  "version": "0.1",
  "name": "ExampleMap",
  "title": "Example Map",
  "status": "draft",
  "date": "2017-03-09",
  "publisher": "HL7 FHIR Standard",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "description": "Example Structure Map",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "009",
          "display": "Oceania"
        }
      ]
    }
  ],
  "group": [
    {
      "name": "Examples",
      "documentation": "test -> testValue",
      "input": [
        {
          "name": "testSrc",
          "mode": "source"
        },
        {
          "name": "testTgt",
          "mode": "target"
        }
      ],
      "rule": [
        {
          "name": "rule1",
          "source": [
            {
              "context": "testSrc",
              "type": "SourceClassA",
              "element": [
                "test"
              ],
              "variable": "t"
            }
          ],
          "target": [
            {
              "context": "testTgt",
              "element": [
                "testValue"
              ],
              "transform": "copy"
            }
          ]
        }
      ]
    }
  ]
}