This page is part of the FHIR Specification (v1.4.0:
STU
)
in
it's
permanent
home
(it
will
always
be
available
at
this
URL).
The
current
version
which
supercedes
this
version
is
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
R2
Content
Examples
Detailed
Descriptions
Mappings
Profiles
&
Extensions
Operations
R3
Conversions
2.39.14
Resource
List
-
Extensions
&
Profiles
FHIR
Infrastructure
Work
Group
Maturity
Level
:
N/A
Standards
Status
:
Informative
Security
Category
:
Not
Classified
Compartments
:
Device
,
Patient
,
Practitioner
This
table
lists
profiles
and
extensions
for
the
List
resource.
For
background
information,
see
Profiling
Resources
and
Extensibility
.
Additional
profiles
and
extensions
may
be
found
in
published
Implementation
Guides
,
or
in
the
Conformance
resource
registry
.
2.39.14.1
Profiles
No
Profiles
defined
for
this
resource
2.39.14.2
Extensions
list-changeBase
List
changeBase
for
List
HL7
Extensions
Extensions
for
all
resources
or
elements
resource-pertainsToGoal
pertainsToGoal
for
Resource
HL7
Extensions
Extensions
that
reference
this
resource:
list-changeBase
changeBase
for
List
HL7
Extensions
Extensions
that
refer
to
Any
resource
cqf-relativeDateTime
relativeDateTime
for
Clinical
Reasoning
Extensions
event-basedOn
basedOn
for
Event
Pattern
HL7
Extensions
event-partOf
partOf
for
Event
Pattern
HL7
Extensions
flag-detail
detail
for
Flag
HL7
Extensions
relative-date
Relative
Date
Criteria
for
General
Extensions
for
use
by
FHIR
Implementers
replaces
replaces
for
General
Extensions
for
use
by
FHIR
Implementers
request-replaces
replaces
for
Request
Pattern
HL7
Extensions
workflow-supportingInfo
supportingInfo
for
Workflow
Pattern
HL7
Extensions
2.39.14.3
Search
Extensions
. For a full list of available versions, see the
Directory of published versions
No
Search
Extensions
defined
for
this
resource
®©
HL7.org
2011+.
FHIR
Release
4
(Technical
Correction
#1)
(v4.0.1)
generated
on
Fri,
Nov
1,
2019
09:35+1100.
QA
Page
Links:
Example of a deprecated naming system
@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//NamingSystem/example-replaced> a fhir:NamingSystem;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "example-replaced"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ]
];
fhir:NamingSystem.name [ fhir:value "SNOMED CT Spanish"];
fhir:NamingSystem.status [ fhir:value "retired"];
fhir:NamingSystem.kind [ fhir:value "codesystem"];
fhir:NamingSystem.date [ fhir:value "2005-01-25"^^xs:date];
fhir:NamingSystem.publisher [ fhir:value "Not HL7!"];
fhir:NamingSystem.description [ fhir:value "This was a wrong registration for the spanish editions of SNOMED CT. Do not use"];
fhir:NamingSystem.uniqueId [
fhir:index 0;
fhir:NamingSystem.uniqueId.type [ fhir:value "oid" ];
fhir:NamingSystem.uniqueId.value [ fhir:value "2.16.840.1.113883.6.96.1" ]
];
fhir:NamingSystem.replacedBy [
fhir:reference <http://hl7.org/fhir/NamingSystem/example>;
fhir:Reference.reference [ fhir:value "NamingSystem/example" ]
].
# -------------------------------------------------------------------------------------
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.