Implementation SupportPublish-box (todo)
| FHIR Infrastructure Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: No defined compartments |
Raw Turtle (+ also see Turtle/RDF Format Specification)
Example
@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/StructureMap/example> a fhir:StructureMap ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p class=\"res-header-id\">\n <b>Generated Narrative: StructureMap example</b>\n </p>\n <a name=\"example\"> </a>\n <a name=\"hcexample\"> </a>\n <a name=\"example-en-AU\"> </a>\n <pre class=\"fml\">\n\n <span style=\"color: #cc00cc\">/// \n <b>url</b> = \n </span>\n <span style=\"color: blue\">'http://hl7.org/fhir/StructureMap/example'</span>\n\n <span style=\"color: #cc00cc\">/// \n <b>name</b> = \n </span>\n <span style=\"color: blue\">'ExampleMap'</span>\n\n <span style=\"color: #cc00cc\">/// \n <b>title</b> = \n </span>\n <span style=\"color: blue\">'Example Map'</span>\n\n <span style=\"color: #cc00cc\">/// \n <b>status</b> = \n </span>\n <span style=\"color: blue\">'draft'</span>\n\n\n <span style=\"color: navy\">// </span>\n <span style=\"color: green\">test -> testValue</span>\n\n <b>group </b>Examples\n <span style=\"color: navy\">(</span>\n <b>source</b> \n <span style=\"color: maroon\">testSrc</span>, \n <b>target</b> \n <span style=\"color: maroon\">testTgt</span>\n <span style=\"color: navy\">)</span>\n <span style=\"color: navy\"> {\n</span> testSrc.test\n <span style=\"color: navy\"> : </span>SourceClassA\n <b> as </b>\n <span style=\"color: maroon\">t</span>\n <span style=\"color: navy\">\n <b> -> </b>\n </span>testTgt.testValue = \n <b>copy</b>\n <span style=\"color: navy\">(</span>\n <span style=\"color: navy\">)</span> \n <i>"rule1"</i>\n <span style=\"color: navy\">;</span>\n\n <span style=\"color: navy\">}\n\n</span>\n </pre>\n </div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "fhir"
]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/StructureMap/example"^^xsd:anyURI] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.13.2" ]
] ) ; #
fhir:version [ fhir:v "6.0.0-ballot3"] ; #
fhir:name [ fhir:v "ExampleMap"] ; #
fhir:title [ fhir:v "Example Map"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:date [ fhir:v "2017-03-09"^^xsd:date] ; #
fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; #
fhir:contact ( [
fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
] )
] ) ; #
fhir:description [ fhir:v "Example Structure Map"] ; #
fhir:jurisdiction ( [
fhir:coding ( [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "009" ] ;
fhir:display [ fhir:v "Oceania" ]
] )
] ) ; #
fhir:group ( [
fhir:name [ fhir:v "Examples" ] ;
fhir:documentation [ fhir:v "test -> testValue" ] ;
fhir:input ( [
fhir:name [ fhir:v "testSrc" ] ;
fhir:mode [ fhir:v "source" ]
] [
fhir:name [ fhir:v "testTgt" ] ;
fhir:mode [ fhir:v "target" ]
] ) ;
fhir:rule ( [
fhir:name [ fhir:v "rule1" ] ;
fhir:source ( [
fhir:context [ fhir:v "testSrc" ] ;
fhir:type [ fhir:v "SourceClassA" ] ;
fhir:element [ fhir:v "test" ] ;
fhir:variable [ fhir:v "t" ]
] ) ;
fhir:target ( [
fhir:context [ fhir:v "testTgt" ] ;
fhir:element [ fhir:v "testValue" ] ;
fhir:transform [ fhir:v "copy" ]
] )
] )
] ) . #
# -------------------------------------------------------------------------------------
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.
FHIR ®© HL7.org 2011+. FHIR R6 hl7.fhir.core#6.0.0-ballot3 generated on Tue, Apr 1, 2025 12:26+1100.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R5 |
|
Propose a change