FHIR IG analytics| Package | hl7.fhir.uv.fml |
| Resource Type | StructureMap |
| Id | StructureMap-TransformEvaluateConcise.json |
| FHIR Version | R6 |
| Source | https://build.fhir.org/ig/HL7/mapping-language-ig/StructureMap-TransformEvaluateConcise.html |
| URL | http://hl7.org/fhir/uv/fml/StructureMap/TransformEvaluateConcise |
| Status | active |
| Name | TransformEvaluateConcise |
| Realm | uv |
| Authority | hl7 |
| Description | Example demonstrating the evaluate transform to execute a FHIRPath expression |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: StructureMap TransformEvaluateConcise
url: http://hl7.org/fhir/uv/fml/StructureMap/TransformEvaluateConcise
name: TransformEvaluateConcise
status: Active
description:
Example demonstrating the evaluate transform to execute a FHIRPath expression
structure
url: Patient
mode: Source Structure Definition
structure
url: Patient
mode: Target Structure Definition
group
name: TransformEvaluateConcise
input
mode: Source Instance
name: src
type: Patient
input
mode: Target Instance
name: tgt
type: Patient
rule
Sources
Context Element Variable src name v Targets
Context Element Variable tgt name tn rule
Sources
Context v target
context: tn
element: text
transform: evaluate
Parameters
Value[x] v.given.join(' ') name: r2
documentation: concatenate all given names using FHIRPath
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/TransformEvaluateConcise",
"name": "TransformEvaluateConcise",
"status": "active",
"description": "Example demonstrating the evaluate transform to execute a FHIRPath expression",
"structure": [
{
"url": "http://hl7.org/fhir/StructureDefinition/Patient",
"mode": "source"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/Patient",
"mode": "target"
}
],
"group": [
{
"name": "TransformEvaluateConcise",
"input": [
{
"mode": "source",
"name": "src",
"type": "Patient"
},
{
"mode": "target",
"name": "tgt",
"type": "Patient"
}
],
"rule": [
{
"source": [
{
"context": "src",
"element": [
"name"
],
"variable": "v"
}
],
"target": [
{
"context": "tgt",
"element": [
"name"
],
"variable": "tn"
}
],
"rule": [
{
"source": [
{
"context": "v"
}
],
"target": [
{
"context": "tn",
"element": [
"text"
],
"transform": "evaluate",
"parameter": [
{
"valueString": "v.given.join(' ')"
}
]
}
],
"name": "r2"
}
],
"documentation": "concatenate all given names using FHIRPath",
"name": "r1"
}
]
}
],
"id": "TransformEvaluateConcise"
}