This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3
Example of structuremap
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xs: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- <http://hl7.org/fhir//StructureMap/example> a fhir:StructureMap; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "example"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ]; fhir:StructureMap.url [ fhir:value "http://hl7.org/fhir/StructureMap/example"]; fhir:StructureMap.name [ fhir:value "Example Map"]; fhir:StructureMap.status [ fhir:value "draft"]; fhir:StructureMap.group [ fhir:index 0; fhir:StructureMap.group.name [ fhir:value "Examples" ]; fhir:StructureMap.group.input [ fhir:index 0; fhir:StructureMap.group.input.name [ fhir:value "test" ]; fhir:StructureMap.group.input.mode [ fhir:value "source" ] ]; fhir:StructureMap.group.rule [ fhir:index 0; fhir:StructureMap.group.rule.name [ fhir:value "rule1" ]; fhir:StructureMap.group.rule.source [ fhir:index 0; fhir:StructureMap.group.rule.source.required [ fhir:value "true"^^xs:boolean ]; fhir:StructureMap.group.rule.source.context [ fhir:value "test" ]; fhir:StructureMap.group.rule.source.contextType [ fhir:value "variable" ]; fhir:StructureMap.group.rule.source.element [ fhir:value "test" ]; fhir:StructureMap.group.rule.source.variable [ fhir:value "t" ] ] ] ]. # -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.