FHIR IG analytics| Package | hl7.fhir.uv.fml |
| Resource Type | StructureMap |
| Id | StructureMap-example.json |
| FHIR Version | R6 |
| Source | https://build.fhir.org/ig/HL7/mapping-language-ig/StructureMap-example.html |
| URL | http://hl7.org/fhir/StructureMap/example |
| Version | 0.1 |
| Status | draft |
| Date | 2017-03-09 |
| Name | ExampleMap |
| Title | Example Map |
| Realm | uv |
| Authority | hl7 |
| Description | Example Structure Map |
No resources found
No resources found
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
Context Type Element Variable testSrc SourceClassA test t Targets
Context Element Transform testTgt testValue copy
{
"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"
}
]
}
]
}
]
}