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
| Page standards status: Informative |
@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 -------------------------------------------------------------------
<http://hl7.org/fhir/StructureMap/GroupTypePlus> a fhir:StructureMap ;
fhir:resourceDefinition http://hl7.org/fhir/StructureDefinition/StructureMap|0.1.0 ;
fhir:nodeRole fhir:treeRoot ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: StructureMap GroupTypePlus</b></p><a name=\"GroupTypePlus\"> </a><a name=\"hcGroupTypePlus\"> </a><p><b>url</b>: <a href=\"http://hl7.org/fhir/uv/fml/StructureMap/GroupTypePlus\">http://hl7.org/fhir/uv/fml/StructureMap/GroupTypePlus</a></p><p><b>name</b>: GroupTypePlus</p><p><b>status</b>: Active</p><p><b>description</b>: </p><div><p>Example demonstrating the type+ stereotype that also creates the target type when not fixed</p>\n</div><blockquote><p><b>structure</b></p><p><b>url</b>: <a href=\"http://hl7.org/fhir/R5/datatypes.html#Identifier\">Identifier</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/datatypes.html#Identifier\">Identifier</a></p><p><b>mode</b>: Target Structure Definition</p></blockquote><blockquote><p><b>group</b></p><p><b>name</b>: GroupTypePlus</p><blockquote><p><b>input</b></p><p><b>mode</b>: Source Instance</p><p><b>name</b>: src</p><p><b>type</b>: Identifier</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>: Identifier</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>system</td><td>v</td></tr></table><blockquote><p><b>target</b></p><p><b>context</b>: tgt</p><p><b>element</b>: system</p><p><b>transform</b>: copy</p><h3>Parameters</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>v</td></tr></table></blockquote><p><b>name</b>: system</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>value</td><td>v</td></tr></table><blockquote><p><b>target</b></p><p><b>context</b>: tgt</p><p><b>element</b>: value</p><p><b>transform</b>: copy</p><h3>Parameters</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>v</td></tr></table></blockquote><p><b>name</b>: value</p></blockquote><p><b>typeMode</b>: Default for type + combination</p></blockquote></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "http://hl7.org/fhir/uv/fml/StructureMap/GroupTypePlus"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/fml/StructureMap/GroupTypePlus>
] ; #
fhir:name [ fhir:v "GroupTypePlus"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:description [ fhir:v "Example demonstrating the type+ stereotype that also creates the target type when not fixed"] ; #
fhir:structure ( [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/Identifier"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/Identifier>
] ;
fhir:mode [ fhir:v "source" ]
] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/Identifier"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/Identifier>
] ;
fhir:mode [ fhir:v "target" ]
] ) ; #
fhir:group ( [
fhir:name [ fhir:v "GroupTypePlus" ] ;
fhir:input ( [
fhir:mode [ fhir:v "source" ] ;
fhir:name [ fhir:v "src" ] ;
fhir:type [ fhir:v "Identifier" ]
] [
fhir:mode [ fhir:v "target" ] ;
fhir:name [ fhir:v "tgt" ] ;
fhir:type [ fhir:v "Identifier" ]
] ) ;
fhir:rule ( [
fhir:source ( [
fhir:context [ fhir:v "src" ] ;
fhir:element ( [ fhir:v "system" ] ) ;
fhir:variable [ fhir:v "v" ]
] ) ;
fhir:target ( [
fhir:context [ fhir:v "tgt" ] ;
fhir:element ( [ fhir:v "system" ] ) ;
fhir:transform [ fhir:v "copy" ] ;
fhir:parameter ( [
fhir:value [
a fhir:Id ;
fhir:v "v"
]
] )
] ) ;
fhir:name [ fhir:v "system" ]
] [
fhir:source ( [
fhir:context [ fhir:v "src" ] ;
fhir:element ( [ fhir:v "value" ] ) ;
fhir:variable [ fhir:v "v" ]
] ) ;
fhir:target ( [
fhir:context [ fhir:v "tgt" ] ;
fhir:element ( [ fhir:v "value" ] ) ;
fhir:transform [ fhir:v "copy" ] ;
fhir:parameter ( [
fhir:value [
a fhir:Id ;
fhir:v "v"
]
] )
] ) ;
fhir:name [ fhir:v "value" ]
] ) ;
fhir:typeMode [ fhir:v "type-and-types" ]
] ) ; #
fhir:id [ fhir:v "GroupTypePlus"] . #
IG © 2022+ HL7 International / FHIR Infrastructure. Package hl7.fhir.uv.fml#0.1.0 based on FHIR 6.0.0-ballot3. Generated 2026-07-06
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
