Conformance
Publish-box
(todo)
This
page
is
part
of
the
FHIR
Specification
v6.0.0-ballot4:
Release
6
Ballot
(1st
Full
Ballot)
(see
Ballot
Notes
).
The
current
version
is
5.0.0
.
For
a
full
list
of
available
versions,
see
the
Directory
of
published
versions
for
published
versions
| Responsible Owner: FHIR Infrastructure Work Group | Standards Status : Informative | Compartments : No defined compartments |
Raw Turtle (+ also see Turtle/RDF Format Specification )
Example of implementationguide
@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/ImplementationGuide/example> a fhir:ImplementationGuide ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "example"] ; # fhir:extension ( [fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status> ] ; fhir:value [a fhir:code ;a fhir:Code ; fhir:v "informative" ] ] [fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg> ] ; fhir:value [a fhir:code ;a fhir:Code ; fhir:v "fhir" ] ] ) ; #fhir:url [ fhir:v "http://hl7.org/fhir/us/daf"^^xsd:anyURI] ; #fhir:url [ fhir:v "http://hl7.org/fhir/us/daf"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/daf> ] ; # fhir:version [ fhir:v "0"] ; # fhir:name [ fhir:v "DataAccessFrameworkDAF"] ; # fhir:title [ fhir:v "Data Access Framework (DAF)"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v false] ; # fhir:date [ fhir:v "2015-01-01"^^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 "The Data Access Framework (DAF) Initiative leverages the HL7 FHIR standards to standardize access to Meaningful Use Stage 2 structured information both within the organization and from external organizations"] ; # fhir:jurisdiction ( [ fhir:coding ( [fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ; fhir:l <urn:iso:std:iso:3166> ] ; fhir:code [ fhir:v "US" ] ] ) ] ) ; # fhir:copyright [ fhir:v "Published by ONC under the standard FHIR license (CC0)"] ; # fhir:packageId [ fhir:v "hl7.fhir.us.daf"] ; # fhir:license [ fhir:v "CC0-1.0"] ; # fhir:fhirVersion ( [ fhir:v "6.0.0"] ) ; # fhir:dependsOn ( [ fhir:uri [fhir:v "http://hl7.org/fhir/ImplementationGuide/uscore"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/ImplementationGuide/uscore>fhir:v "http://example.org/fhir/ImplementationGuide/base"^^xsd:anyURI ; fhir:l <http://example.org/fhir/ImplementationGuide/base> ] ] ) ; # fhir:global ( [ fhir:type [ fhir:v "Patient" ] ; fhir:profile [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/patient"^^xsd:anyURI ;fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/patient>fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/patient> ] ] ) ; # fhir:definition [ fhir:grouping ( [ fhir:name [ fhir:v "test" ] ; fhir:description [ fhir:v "Base package (not broken up into multiple packages)" ] ] ) ; fhir:resource ( [ fhir:reference [fhir:link <http://hl7.org/fhir/Patient/test> ;fhir:l <http://hl7.org/fhir/Patient/test> ; fhir:reference [ fhir:v "Patient/test" ] ] ; fhir:name [ fhir:v "Test Example" ] ; fhir:description [ fhir:v "A test example to show how an implementation guide works" ] ; fhir:profile ( [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/patient"^^xsd:anyURI ;fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/patient>fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/patient> ] ) ] ) ; fhir:page [fhir:name [ fhir:v "patient-example.html"^^xsd:anyURI ] ;fhir:name [ fhir:v "patient-example.html"^^xsd:anyURI ; fhir:l fhir:patient-example.html ] ; fhir:title [ fhir:v "Example Patient Page" ] ; fhir:generation [ fhir:v "html" ] ; fhir:page ( [fhir:name [ fhir:v "list.html"^^xsd:anyURI ] ;fhir:name [ fhir:v "list.html"^^xsd:anyURI ; fhir:l fhir:list.html ] ; fhir:title [ fhir:v "Value Set Page" ] ; fhir:generation [ fhir:v "html" ] ] ) ] ; fhir:parameter ( [ fhir:code [fhir:system [ fhir:v "http://hl7.org/fhir/guide-parameter-code"^^xsd:anyURI ] ;fhir:system [ fhir:v "http://hl7.org/fhir/guide-parameter-code"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/guide-parameter-code> ] ; fhir:code [ fhir:v "apply" ] ] ; fhir:value [ fhir:v "version" ] ] ) ] ; # fhir:manifest [fhir:rendering [ fhir:v "http://hl7.org/fhir/us/daf"^^xsd:anyURI ] ;fhir:rendering [ fhir:v "http://hl7.org/fhir/us/daf"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/us/daf> ] ; fhir:resource ( [ fhir:reference [fhir:link <http://hl7.org/fhir/Patient/test> ;fhir:l <http://hl7.org/fhir/Patient/test> ; fhir:reference [ fhir:v "Patient/test" ] ] ; fhir:profile ( [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/patient"^^xsd:anyURI ;fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/patient>fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/patient> ] ) ;fhir:relativePath [ fhir:v "patient-example.html"^^xsd:anyURI ]fhir:relativePath [ fhir:v "patient-example.html"^^xsd:anyURI ; fhir:l fhir:patient-example.html ] ] ) ; fhir:page ( [ fhir:name [ fhir:v "patient-example.html" ] ; fhir:title [ fhir:v "Test Patient Example" ] ; fhir:anchor ( [ fhir:v "patient-example" ] [ fhir:v "tx" ] [ fhir:v "uml" ] ) ] ) ; fhir:image ( [ fhir:v "fhir.png" ] ) ; fhir:other ( [ fhir:v "fhir.css" ] ) ] . # <http://hl7.org/fhir/Patient/test> a fhir:Patient . # -------------------------------------------------------------------------------------
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
hl7.fhir.core#6.0.0-ballot4
generated
on
Tue,
Apr
1,
Thu,
Dec
18,
2025
12:25+1100.
07:13+1100.
Links:
Search
|
Version
History
|
Contents
|
Glossary
|
QA
|
Compare
to
R4
|
Compare
to
R5
|
Compare
to
Last
Ballot
|
|
Propose
a
change