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-operations - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/List/StructureMap-operations> a fhir:List ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "StructureMap-operations"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: List StructureMap-operations</b></p><a name=\"StructureMap-operations\"> </a><a name=\"hcStructureMap-operations\"> </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=\"OperationDefinition-StructureMap-transform.html\">OperationDefinition Model Instance Transformation</a></td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "current"] ; #
fhir:mode [ fhir:v "working"] ; #
fhir:entry ( [
fhir:item [
fhir:l <http://hl7.org/fhir/OperationDefinition/StructureMap-transform> ;
fhir:reference [ fhir:v "OperationDefinition/StructureMap-transform" ]
]
] ) . #
<http://hl7.org/fhir/OperationDefinition/StructureMap-transform> a fhir:OperationDefinition .