FHIR IG analytics| Package | hl7.fhir.uv.fml |
| Resource Type | StructureMap |
| Id | StructureMap-TransformCc.json |
| FHIR Version | R6 |
| Source | https://build.fhir.org/ig/HL7/mapping-language-ig/StructureMap-TransformCc.html |
| URL | http://hl7.org/fhir/uv/fml/StructureMap/TransformCc |
| Status | active |
| Name | TransformCc |
| Realm | uv |
| Authority | hl7 |
| Description | Example demonstrating the cc transform to create a CodeableConcept |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: StructureMap TransformCc
url: http://hl7.org/fhir/uv/fml/StructureMap/TransformCc
name: TransformCc
status: Active
description:
Example demonstrating the cc transform to create a CodeableConcept
structure
url: Basic
mode: Source Structure Definition
structure
url: Basic
mode: Target Structure Definition
group
name: TransformCc
input
mode: Source Instance
name: src
type: Basic
input
mode: Target Instance
name: tgt
type: Basic
rule
Sources
Context src target
context: tgt
element: code
transform: cc
parameter
value: http://example.org/cs
parameter
value: example
parameter
value: Example Code
name: r1
{
"resourceType": "StructureMap",
"resourceDefinition": "http://hl7.org/fhir/StructureDefinition/StructureMap|0.1.0",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://hl7.org/fhir/uv/fml/StructureMap/TransformCc",
"name": "TransformCc",
"status": "active",
"description": "Example demonstrating the cc transform to create a CodeableConcept",
"structure": [
{
"url": "http://hl7.org/fhir/StructureDefinition/Basic",
"mode": "source"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/Basic",
"mode": "target"
}
],
"group": [
{
"name": "TransformCc",
"input": [
{
"mode": "source",
"name": "src",
"type": "Basic"
},
{
"mode": "target",
"name": "tgt",
"type": "Basic"
}
],
"rule": [
{
"source": [
{
"context": "src"
}
],
"target": [
{
"context": "tgt",
"element": [
"code"
],
"transform": "cc",
"parameter": [
{
"valueString": "http://example.org/cs"
},
{
"valueString": "example"
},
{
"valueString": "Example Code"
}
]
}
],
"name": "r1"
}
]
}
],
"id": "TransformCc"
}