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 |
<StructureMap xmlns="http://hl7.org/fhir">
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: StructureMap TransformCc</b></p><a name="TransformCc"> </a><a name="hcTransformCc"> </a><p><b>url</b>: <a href="http://hl7.org/fhir/uv/fml/StructureMap/TransformCc">http://hl7.org/fhir/uv/fml/StructureMap/TransformCc</a></p><p><b>name</b>: TransformCc</p><p><b>status</b>: Active</p><p><b>description</b>: </p><div><p>Example demonstrating the cc transform to create a CodeableConcept</p>
</div><blockquote><p><b>structure</b></p><p><b>url</b>: <a href="http://hl7.org/fhir/R5/basic.html">Basic</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/basic.html">Basic</a></p><p><b>mode</b>: Target Structure Definition</p></blockquote><blockquote><p><b>group</b></p><p><b>name</b>: TransformCc</p><blockquote><p><b>input</b></p><p><b>mode</b>: Source Instance</p><p><b>name</b>: src</p><p><b>type</b>: Basic</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>: Basic</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></tr><tr><td style="display: none">*</td><td>src</td></tr></table><blockquote><p><b>target</b></p><p><b>context</b>: tgt</p><p><b>element</b>: code</p><p><b>transform</b>: cc</p><blockquote><p><b>parameter</b></p><p><b>value</b>: http://example.org/cs</p></blockquote><blockquote><p><b>parameter</b></p><p><b>value</b>: example</p></blockquote><blockquote><p><b>parameter</b></p><p><b>value</b>: Example Code</p></blockquote></blockquote><p><b>name</b>: r1</p></blockquote></blockquote></div>
</text>
<url value="http://hl7.org/fhir/uv/fml/StructureMap/TransformCc"/>
<name value="TransformCc"/>
<status value="active"/>
<description
value="Example demonstrating the cc transform to create a CodeableConcept"/>
<structure>
<url value="http://hl7.org/fhir/StructureDefinition/Basic"/>
<mode value="source"/>
</structure>
<structure>
<url value="http://hl7.org/fhir/StructureDefinition/Basic"/>
<mode value="target"/>
</structure>
<group>
<name value="TransformCc"/>
<input>
<mode value="source"/>
<name value="src"/>
<type value="Basic"/>
</input>
<input>
<mode value="target"/>
<name value="tgt"/>
<type value="Basic"/>
</input>
<rule>
<source>
<context value="src"/>
</source>
<target>
<context value="tgt"/>
<element value="code"/>
<transform value="cc"/>
<parameter>
<valueString value="http://example.org/cs"/>
</parameter>
<parameter>
<valueString value="example"/>
</parameter>
<parameter>
<valueString value="Example Code"/>
</parameter>
</target>
<name value="r1"/>
</rule>
</group>
<id value="TransformCc"/>
</StructureMap>