FHIR IG analytics| Package | hl7.fhir.uv.fml |
| Resource Type | StructureMap |
| Id | StructureMap-TransformCp.json |
| FHIR Version | R6 |
| Source | https://build.fhir.org/ig/HL7/mapping-language-ig/StructureMap-TransformCp.html |
| URL | http://hl7.org/fhir/uv/fml/StructureMap/TransformCp |
| Status | active |
| Name | TransformCp |
| Realm | uv |
| Authority | hl7 |
| Description | Example demonstrating the cp transform to create a ContactPoint |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: StructureMap TransformCp
url: http://hl7.org/fhir/uv/fml/StructureMap/TransformCp
name: TransformCp
status: Active
description:
Example demonstrating the cp transform to create a ContactPoint
structure
url: Patient
mode: Source Structure Definition
structure
url: Patient
mode: Target Structure Definition
group
name: TransformCp
input
mode: Source Instance
name: src
type: Patient
input
mode: Target Instance
name: tgt
type: Patient
rule
Sources
Context src target
context: tgt
element: telecom
transform: cp
parameter
value: phone
parameter
value: 555-0100
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/TransformCp",
"name": "TransformCp",
"status": "active",
"description": "Example demonstrating the cp transform to create a ContactPoint",
"structure": [
{
"url": "http://hl7.org/fhir/StructureDefinition/Patient",
"mode": "source"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/Patient",
"mode": "target"
}
],
"group": [
{
"name": "TransformCp",
"input": [
{
"mode": "source",
"name": "src",
"type": "Patient"
},
{
"mode": "target",
"name": "tgt",
"type": "Patient"
}
],
"rule": [
{
"source": [
{
"context": "src"
}
],
"target": [
{
"context": "tgt",
"element": [
"telecom"
],
"transform": "cp",
"parameter": [
{
"valueString": "phone"
},
{
"valueString": "555-0100"
}
]
}
],
"name": "r1"
}
]
}
],
"id": "TransformCp"
}