FHIR Mapping Language (FML)
0.1.0 - STU 1 International flag

FHIR Mapping Language (FML), published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/mapping-language-ig/ and changes regularly. See the Directory of published versions

: StructureMap-examples - JSON Representation

Page standards status: Informative

Raw json | Download

// <entry>
    <extension url="http://hl7.org/fhir/build/StructureDefinition/description">
      <valueString value="Transforms an ActivityDefinition to a SupplyRequest"/>
    </extension>
    <extension url="http://hl7.org/fhir/build/StructureDefinition/title">
      <valueString value="structuremap-supplyrequest-transform"/>
    </extension>
    <item>
      <reference value="StructureMap/supplyrequest-transform"/>
      <display value="SupplyRequest Transform"/>
    </item>
  </entry>
{
  "resourceType" : "List",
  "id" : "StructureMap-examples",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: List StructureMap-examples</b></p><a name=\"StructureMap-examples\"> </a><a name=\"hcStructureMap-examples\"> </a><table class=\"clstu\"><tr><td>Mode: Working List </td><td>Status: Current </td></tr><tr><td/></tr></table><table class=\"grid\"><tr style=\"backgound-color: #eeeeee\"><td><b>Items</b></td></tr><tr><td><a href=\"StructureMap-example.html\">Example</a></td></tr></table></div>"
  },
  "status" : "current",
  "mode" : "working",
  "entry" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/build/StructureDefinition/description",
          "valueString" : "Example"
        },
        {
          "url" : "http://hl7.org/fhir/build/StructureDefinition/title",
          "valueString" : "structuremap-example"
        }
      ],
      "item" : {
        🔗 "reference" : "StructureMap/example",
        "display" : "Example"
      }
    }
  ]
}