Example
ValueSet/variable-role
(Turtle)
FHIR
Terminology
Infrastructure
Work
Group
|
Maturity
Level
:
5
N/A
|
Ballot
Standards
Status
:
Trial
Use
2.31.1.1
BackboneElement
Element
Definition
Base
definition
for
all
elements
in
a
resource.
Informative
|
Control
1..1
|
Invariants
Defined
on
this
element
ele-1
:
All
FHIR
elements
must
have
a
@value
or
children
(
expression
:
hasValue()
|
(children().count()
>
id.count()),
xpath:
@value|f:*|h:div)
Affect
this
element
-
Narrative
Element.id
Definition
unique
id
for
the
element
within
a
resource
(for
internal
references).
This
may
be
any
string
value
that
does
not
contain
spaces.
-
Control
XML
0..1
-
Type
JSON
-
string
TTL
Raw
Turtle
Element.extension
(+
also
see
Turtle/RDF
Format
Specification
)
Definition
for
Value
SetEvidence
Variable
Role
@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
# - resource -------------------------------------------------------------------
[] a fhir:ValueSet ;
fhir:id [ fhir:v "variable-role"] ;
fhir:meta [
fhir:lastUpdated [ fhir:v "2023-03-01T23:03:57.298+11:00" ] ;
fhir:profile ( [ fhir:v "http://hl7.org/fhir/StructureDefinition/shareablevalueset" ] )
] ;
fhir:text [
fhir:status [ fhir:v "generated" ]
] ;
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ] ;
fhir:value [ fhir:v "cds" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ] ;
fhir:value [ fhir:v "trial-use" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ] ;
fhir:value [ fhir:v "1" ]
] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/ValueSet/variable-role"], [ fhir:v "http://hl7.org/fhir/ValueSet/variable-role"] ;
fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986" ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.3.3048" ]
] [
fhir:system [ fhir:v "urn:ietf:rfc:3986" ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.3.3048" ]
] ) ;
fhir:version [ fhir:v "5.0.0-draft-final"], [ fhir:v "5.0.0-draft-final"] ;
fhir:name [ fhir:v "EvidenceVariableRole"], [ fhir:v "EvidenceVariableRole"] ;
fhir:title [ fhir:v "Evidence Variable Role"], [ fhir:v "Evidence Variable Role"] ;
fhir:status [ fhir:v "draft"], [ fhir:v "draft"] ;
fhir:experimental [ fhir:v "true"], [ fhir:v "true"] ;
fhir:date [ fhir:v "2020-12-28T16:55:11+11:00"], [ fhir:v "2020-12-28T16:55:11+11:00"] ;
fhir:publisher [ fhir:v "HL7 (FHIR Project)"], [ fhir:v "HL7 (FHIR Project)"] ;
fhir:contact ( [
fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org/fhir" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "fhir@lists.hl7.org" ]
] )
] [
fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org/fhir" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "fhir@lists.hl7.org" ]
] )
] ) ;
fhir:description [ fhir:v "The role that the assertion variable plays."], [ fhir:v "The role that the assertion variable plays."] ;
fhir:jurisdiction ( [
fhir:coding ( [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]
] )
] [
fhir:coding ( [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]
] )
] ) ;
fhir:immutable [ fhir:v "true"] ;
fhir:compose [
fhir:include ( [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/variable-role" ]
] )
] .
# -------------------------------------------------------------------------------------
May
be
used
Usage
note:
every
effort
has
been
made
to
represent
additional
information
ensure
that
is
not
part
of
the
basic
definition
of
the
element.
In
order
to
make
the
use
of
extensions
safe
and
manageable,
there
is
a
strict
set
of
governance
applied
to
the
definition
examples
are
correct
and
use
of
extensions.
Though
any
implementer
is
allowed
to
define
an
extension,
there
is
useful,
but
they
are
not
a
set
of
requirements
that
SHALL
be
met
as
normative
part
of
the
definition
of
the
extension.
Control
0..*
Type
Extension
Alternate
Names
extensions;
user
content
Comments
There
can
be
no
stigma
associated
with
the
use
of
extensions
by
any
application,
project,
or
standard
-
regardless
of
the
institution
or
jurisdiction
that
uses
or
defines
the
extensions.
The
use
of
extensions
is
what
allows
the
FHIR
specification
to
retain
a
core
level
of
simplicity
for
everyone.
specification.