FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureMap/shareable-example

Packagehl7.fhir.uv.crmi
Resource TypeStructureMap
Idshareable-example
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/crmi/https://build.fhir.org/ig/HL7/crmi-ig/StructureMap-shareable-example.html
URLhttp://hl7.org/fhir/uv/crmi/StructureMap/shareable-example
Version0.1
Statusdraft
Date2017-03-09
NameShareableStructureMapExample
TitleShareable Structure Map Example
Realmuv
Authorityhl7
DescriptionExample Structure Map

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: StructureMap shareable-example

map "http://hl7.org/fhir/uv/crmi/StructureMap/shareable-example" = "ShareableStructureMapExample"

// Example Structure Map

// Source.test -> Destination.testValue
group Examples(source Source, target Destination) {
  Source.test : SourceClassA as t -> Destination.testValue = copy() "rule1";
}


Source

{
  "resourceType": "StructureMap",
  "id": "shareable-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-shareablestructuremap"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/uv/crmi/StructureMap/shareable-example",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.38.43.2"
    }
  ],
  "version": "0.1",
  "name": "ShareableStructureMapExample",
  "title": "Shareable Structure Map Example",
  "status": "draft",
  "experimental": true,
  "date": "2017-03-09",
  "publisher": "HL7 FHIR Standard",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "description": "Example Structure Map",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "009",
          "display": "Oceania"
        }
      ]
    }
  ],
  "group": [
    {
      "name": "Examples",
      "typeMode": "none",
      "documentation": "Source.test -> Destination.testValue",
      "input": [
        {
          "name": "Source",
          "mode": "source"
        },
        {
          "name": "Destination",
          "mode": "target"
        }
      ],
      "rule": [
        {
          "name": "rule1",
          "source": [
            {
              "context": "Source",
              "type": "SourceClassA",
              "element": "test",
              "variable": "t"
            }
          ],
          "target": [
            {
              "context": "Destination",
              "contextType": "variable",
              "element": "testValue",
              "transform": "copy"
            }
          ]
        }
      ]
    }
  ]
}