FHIR IG analytics| Package | hl7.fhir.uv.fml |
| Resource Type | StructureMap |
| Id | StructureMap-MetadataExtended.json |
| FHIR Version | R6 |
| Source | https://build.fhir.org/ig/HL7/mapping-language-ig/StructureMap-MetadataExtended.html |
| URL | http://hl7.org/fhir/uv/fml/StructureMap/MetadataExtended |
| Status | active |
| Name | MetadataExtended |
| Title | Extended Metadata Example |
| Realm | uv |
| Authority | hl7 |
| Description | This is a **multi-line** markdown description. It demonstrates the extended metadata capabilities. |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: StructureMap MetadataExtended
url: http://hl7.org/fhir/uv/fml/StructureMap/MetadataExtended
name: MetadataExtended
title: Extended Metadata Example
status: Active
description:
This is a multi-line markdown description. It demonstrates the extended metadata capabilities.
structure
url: Basic
mode: Source Structure Definition
structure
url: Basic
mode: Target Structure Definition
group
documentation: Bug: parser rejects complex metadata (jurisdiction) per spec /// jurisdiction = /// jurisdiction.coding = /// jurisdiction.coding.system = "urn:iso:std:iso:3166" /// jurisdiction.coding.code = "US"
input
mode: Source Instance
name: src
type: Basic
input
mode: Target Instance
name: tgt
type: Basic
rule
Sources
Context Element Variable src id v target
context: tgt
element: id
transform: copy
Parameters
Value[x] v name: id
name: MetadataExtended
experimental: true
{
"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/MetadataExtended",
"name": "MetadataExtended",
"title": "Extended Metadata Example",
"status": "active",
"description": "\nThis is a **multi-line** markdown description.\nIt demonstrates the extended metadata capabilities.\n",
"structure": [
{
"url": "http://hl7.org/fhir/StructureDefinition/Basic",
"mode": "source"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/Basic",
"mode": "target"
}
],
"group": [
{
"documentation": "Bug: parser rejects complex metadata (jurisdiction) per spec\r\n/// jurisdiction =\r\n/// jurisdiction.coding =\r\n/// jurisdiction.coding.system = \"urn:iso:std:iso:3166\"\r\n/// jurisdiction.coding.code = \"US\"",
"input": [
{
"mode": "source",
"name": "src",
"type": "Basic"
},
{
"mode": "target",
"name": "tgt",
"type": "Basic"
}
],
"rule": [
{
"source": [
{
"context": "src",
"element": [
"id"
],
"variable": "v"
}
],
"target": [
{
"context": "tgt",
"element": [
"id"
],
"transform": "copy",
"parameter": [
{
"valueId": "v"
}
]
}
],
"name": "id"
}
],
"name": "MetadataExtended"
}
],
"experimental": true,
"id": "MetadataExtended"
}