This
page
is
part
of
the
FHIR
Specification
(v4.0.1:
R4
-
Mixed
Normative
and
STU
)
in
it's
permanent
home
(it
will
always
be
available
at
this
URL).
(v5.0.0-snapshot1:
R5
Snapshot
#1).
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
Clinical
Decision
Support
Work
Group
|
Maturity
Level
:
|
Trial Use | Security Category : Business | Compartments : Not linked to any defined compartments |
The
EvidenceVariable
resource
describes
a
"PICO"
an
element
that
knowledge
(evidence,
assertion,
recommendation)
(Evidence)
is
about.
This resource is a definition resource from a FHIR workflow perspective - see Workflow , specifically Definition .
The
scope
of
the
EvidenceVariable
resource
Resource
is
to
describe
a
"PICO"
an
element
that
knowledge
(evidence,
assertion,
recommendation)
(evidence)
is
about.
The
EvidenceVariable
Resources
are
expected
to
be
used
with
Evidence
Resources
to
facilitate
searching
and
knowledge
representation.
Evidence may be reported for different types of knowledge. One commonly used format for expression of what evidence is about is the "PICO" format. PICO stands for:
Population - the population within which exposures and outcomes are being considered
Intervention - the conditional state or exposure state being described for which one is expressing the risk of or effect on an outcome
Comparison - the alternative conditional state or alternative exposure state when one is comparing states for the effect on an outcome
Outcome - the result or effect of an intervention or exposure in a population
PICO (and its variants like PECO or PICOT) is a universal acronym used in evidence-based medicine communities to clearly express research questions and evidence findings.
The
EvidenceVariable
resource
Resource
allows
expression
of
the
components
of
a
PICO
question
in
codeable
and
reusable
formats.
As
an
exception,
the
Population
specification
will
NOT
use
the
EvidenceVariable
Resource.
The
Population
specification
will
use
the
Group
Resource
to
facilitate
interoperability
in
matching
Evidence
Resources
to
actual
groups.
Multiple
resources
The
Resource
describing
evidence
findings
(Evidence,
EffectEvidenceSynthesis,
EffectEvidenceBit,
RiskEvidenceSynthesis,
RiskEvidenceBit)
(
Evidence
)
will
reference
EvidenceVariable
to
describe
what
the
evidence
findings
are
about.
This
resource
is
referenced
by
EffectEvidenceSynthesis
,
Evidence
,
itself
and
RiskEvidenceSynthesis
ResearchStudy
.
This resource implements the Definition pattern.
Structure
| Name | Flags | Card. | Type |
Description
&
Constraints
|
|---|---|---|---|---|
|
|
|
A
+ Warning: Name should be usable as an identifier for the module by machine processing applications such as code generation Elements defined in Ancestors: id , meta , implicitRules , language , text , contained , extension , modifierExtension , url , identifier , version , name , title , status , experimental , date , publisher , contact , description , useContext , jurisdiction , purpose , copyright , approvalDate , lastReviewDate , effectivePeriod , topic , author , editor , reviewer , endorser , relatedArtifact |
|
|
Σ | 0..1 | uri | Canonical identifier for this evidence variable, represented as a URI (globally unique) |
|
Σ | 0..* | Identifier |
Additional
identifier
for
the
evidence
variable
|
|
Σ | 0..1 | string | Business version of the evidence variable |
|
Σ I | 0..1 | string | Name for this evidence variable (computer friendly) |
|
Σ | 0..1 | string | Name for this evidence variable (human friendly) |
|
Σ | 0..1 | string | Title for use in informal contexts |
|
0..1 | string | Subordinate title of the EvidenceVariable | |
|
?! Σ | 1..1 | code |
draft
|
active
|
retired
|
unknown
PublicationStatus ( Required ) |
|
Σ | 0..1 | dateTime | Date last changed |
|
Σ | 0..1 | markdown | Natural language description of the evidence variable |
|
0..* | Annotation |
Used
for
footnotes
or
explanatory
notes
|
|
|
Σ | 0..* | UsageContext |
The
context
that
the
content
is
intended
to
support
|
|
Σ |
|
|
|
|
Σ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
0..* |
|
|
|
|
0..* |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CharacteristicCombination ( Required ) |
|
|
|
|
|
|
|
Σ |
|
|
|
|
|
|
|
|
|
0..1 |
|
UsageContextType ( Example ) |
|
|
Σ | 1..1 | What code or expression defines members? | |
|
Reference ( Group | EvidenceVariable ) | |||
|
canonical
(
|
|||
|
CodeableConcept | |||
|
Expression | |||
|
0..1 |
|
Method
used
for
describing
characteristic
CharacteristicMethod ( Example ) |
|
|
0..1 |
|
Device used for determining characteristic | |
|
|
|
|
|
|
|
|
|
|
|
0..1 | string |
|
|
|
0..1 |
|
The
event
used
as
a
base
point
(reference
point)
in
time
EvidenceVariableEvent ( Example ) |
|
|
0..1 |
|
Used to express the observation at a defined amount of time after the study start | |
|
0..1 |
|
Used to express the observation within a period after the study start | |
|
0..* |
|
Used
for
footnotes
or
explanatory
notes
|
|
|
0..1 |
|
GroupMeasure ( Required ) |
|
|
0..1 | code |
|
|
| 0..* | BackboneElement |
A
grouping
for
ordinal
or
polychotomous
variables
| |
![]() ![]() ![]() | 0..1 | string | Description of the grouping | |
![]() ![]() ![]() | 0..1 | Definition of the grouping | ||
![]() ![]() ![]() ![]() | CodeableConcept | |||
![]() ![]() ![]() ![]() | Quantity | |||
![]() ![]() ![]() ![]() | Range | |||
Documentation
for
this
format
|
||||
UML Diagram ( Legend )
XML Template
<<EvidenceVariable xmlns="http://hl7.org/fhir"><!-- from Resource: id, meta, implicitRules, and language -->
<!-- from --><url value="[uri]"/><!-- 0..1 Canonical identifier for this evidence variable, represented as a URI (globally unique) --> <identifier><!-- 0..* Identifier Additional identifier for the evidence variable --></identifier> <version value="[string]"/><!-- 0..1 Business version of the evidence variable --><<name value="[string]"/><!--0..1 Name for this evidence variable (computer friendly) --> <title value="[string]"/><!-- 0..1 Name for this evidence variable (human friendly) --> <shortTitle value="[string]"/><!-- 0..1 Title for use in informal contexts --> <subtitle value="[string]"/><!-- 0..1 Subordinate title of the EvidenceVariable --> <status value="[code]"/><!-- 1..1 draft | active | retired | unknown --> <date value="[dateTime]"/><!-- 0..1 Date last changed -->
< <</contact><description value="[markdown]"/><!-- 0..1 Natural language description of the evidence variable --> <note><!-- 0..* Annotation Used for footnotes or explanatory notes --></note> <useContext><!-- 0..* UsageContext The context that the content is intended to support --></useContext><</jurisdiction> < < < <</effectivePeriod> <</topic><publisher value="[string]"/><!-- 0..1 Name of the publisher (organization or individual) --> <contact><!-- 0..* ContactDetail Contact details for the publisher --></contact> <author><!-- 0..* ContactDetail Who authored the content --></author> <editor><!-- 0..* ContactDetail Who edited the content --></editor> <reviewer><!-- 0..* ContactDetail Who reviewed the content --></reviewer> <endorser><!-- 0..* ContactDetail Who endorsed the content --></endorser> <relatedArtifact><!-- 0..* RelatedArtifact Additional documentation, citations, etc. --></relatedArtifact>< <<actual value="[boolean]"/><!-- 0..1 Actual or conceptual --> <characteristicCombination> <!-- 0..1 Used to specify how two or more characteristics are combined --> <code value="[code]"/><!-- 1..1 all-of | any-of | at-least | at-most | net-effect --> <threshold value="[positiveInt]"/><!-- 0..1 Provides the value of "n" when "at-least" or "at-most" codes are used --> </characteristicCombination> <characteristic> <!-- 0..* What defines the members of the evidence element --> <description value="[string]"/><!-- 0..1 Natural language description of the characteristic --><)| </definition[x]> <</usageContext><type><!-- 0..1 CodeableConcept Expresses the type of characteristic --></type> <definition[x]><!-- 1..1 Reference(EvidenceVariable|Group)|canonical(Any)| CodeableConcept|Expression What code or expression defines members? --></definition[x]> <method><!-- 0..1 CodeableConcept Method used for describing characteristic --></method> <device><!-- 0..1 Reference(Device|DeviceMetric) Device used for determining characteristic --></device> <exclude value="[boolean]"/><!-- 0..1 Whether the characteristic includes or excludes members --><</participantEffective[x]> <</timeFromStart> <<timeFromEvent> <!-- 0..* Observation time from study specified event --> <description value="[string]"/><!-- 0..1 Human readable description --> <event><!-- 0..1 CodeableConcept The event used as a base point (reference point) in time --></event> <quantity><!-- 0..1 Quantity Used to express the observation at a defined amount of time after the study start --></quantity> <range><!-- 0..1 Range Used to express the observation within a period after the study start --></range> <note><!-- 0..* Annotation Used for footnotes or explanatory notes --></note> </timeFromEvent> <groupMeasure value="[code]"/><!-- 0..1 mean | median | mean-of-mean | mean-of-median | median-of-mean | median-of-median --> </characteristic> <handling value="[code]"/><!-- 0..1 continuous | dichotomous | ordinal | polychotomous --> <category> <!-- 0..* A grouping for ordinal or polychotomous variables --> <name value="[string]"/><!-- 0..1 Description of the grouping --> <value[x]><!-- 0..1 CodeableConcept|Quantity|Range Definition of the grouping --></value[x]> </category> </EvidenceVariable>
JSON Template
{
"resourceType" : "",
"resourceType" : "EvidenceVariable",
// from Resource: id, meta, implicitRules, and language
// from
"url" : "<uri>", // Canonical identifier for this evidence variable, represented as a URI (globally unique)
"identifier" : [{ Identifier }], // Additional identifier for the evidence variable
"version" : "<string>", // Business version of the evidence variable
"
"name" : "<string>", // C? Name for this evidence variable (computer friendly)
"title" : "<string>", // Name for this evidence variable (human friendly)
"shortTitle" : "<string>", // Title for use in informal contexts
"subtitle" : "<string>", // Subordinate title of the EvidenceVariable
"status" : "<code>", // R! draft | active | retired | unknown
"date" : "<dateTime>", // Date last changed
"
"
"description" : "<markdown>", // Natural language description of the evidence variable
"note" : [{ Annotation }], // Used for footnotes or explanatory notes
"useContext" : [{ UsageContext }], // The context that the content is intended to support
"
"
"
"
"
"
"publisher" : "<string>", // Name of the publisher (organization or individual)
"contact" : [{ ContactDetail }], // Contact details for the publisher
"author" : [{ ContactDetail }], // Who authored the content
"editor" : [{ ContactDetail }], // Who edited the content
"reviewer" : [{ ContactDetail }], // Who reviewed the content
"endorser" : [{ ContactDetail }], // Who endorsed the content
"relatedArtifact" : [{ RelatedArtifact }], // Additional documentation, citations, etc.
"
"
"actual" : <boolean>, // Actual or conceptual
"characteristicCombination" : { // Used to specify how two or more characteristics are combined
"code" : "<code>", // R! all-of | any-of | at-least | at-most | net-effect
"threshold" : "<positiveInt>" // Provides the value of "n" when "at-least" or "at-most" codes are used
},
"characteristic" : [{ // What defines the members of the evidence element
"description" : "<string>", // Natural language description of the characteristic
" },
" },
"type" : { CodeableConcept }, // Expresses the type of characteristic
// definition[x]: What code or expression defines members?. One of these 4:
"definitionReference" : { Reference(EvidenceVariable|Group) },
"definitionCanonical" : { canonical(Any) },
"definitionCodeableConcept" : { CodeableConcept },
"definitionExpression" : { Expression },
" },
" },
"
"method" : { CodeableConcept }, // Method used for describing characteristic
"device" : { Reference(Device|DeviceMetric) }, // Device used for determining characteristic
"exclude" : <boolean>, // Whether the characteristic includes or excludes members
">",
" },
" },
" },
"
"
"timeFromEvent" : [{ // Observation time from study specified event
"description" : "<string>", // Human readable description
"event" : { CodeableConcept }, // The event used as a base point (reference point) in time
"quantity" : { Quantity }, // Used to express the observation at a defined amount of time after the study start
"range" : { Range }, // Used to express the observation within a period after the study start
"note" : [{ Annotation }] // Used for footnotes or explanatory notes
}],
"groupMeasure" : "<code>" // mean | median | mean-of-mean | mean-of-median | median-of-mean | median-of-median
}],
"handling" : "<code>", // continuous | dichotomous | ordinal | polychotomous
"category" : [{ // A grouping for ordinal or polychotomous variables
"name" : "<string>", // Description of the grouping
// value[x]: Definition of the grouping. One of these 3:
"valueCodeableConcept" : { CodeableConcept }
"valueQuantity" : { Quantity }
"valueRange" : { Range }
}]
}
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> .![]()
[ a fhir:;[ a fhir:EvidenceVariable; fhir:nodeRole fhir:treeRoot; # if this is the parser root # from Resource: .id, .meta, .implicitRules, and .language# fromfhir:EvidenceVariable.url [ uri ]; # 0..1 Canonical identifier for this evidence variable, represented as a URI (globally unique) fhir:EvidenceVariable.identifier [ Identifier ], ... ; # 0..* Additional identifier for the evidence variable fhir:EvidenceVariable.version [ string ]; # 0..1 Business version of the evidence variable fhir:EvidenceVariable.name [ string ]; # 0..1 Name for this evidence variable (computer friendly) fhir:EvidenceVariable.title [ string ]; # 0..1 Name for this evidence variable (human friendly) fhir:EvidenceVariable.shortTitle [ string ]; # 0..1 Title for use in informal contexts fhir:EvidenceVariable.subtitle [ string ]; # 0..1 Subordinate title of the EvidenceVariable fhir:EvidenceVariable.status [ code ]; # 1..1 draft | active | retired | unknown fhir:EvidenceVariable.date [ dateTime ]; # 0..1 Date last changedfhir: fhir:fhir:EvidenceVariable.description [ markdown ]; # 0..1 Natural language description of the evidence variable fhir:EvidenceVariable.note [ Annotation ], ... ; # 0..* Used for footnotes or explanatory notes fhir:EvidenceVariable.useContext [ UsageContext ], ... ; # 0..* The context that the content is intended to supportfhir: fhir: fhir: fhir: fhir: fhir:fhir:EvidenceVariable.publisher [ string ]; # 0..1 Name of the publisher (organization or individual) fhir:EvidenceVariable.contact [ ContactDetail ], ... ; # 0..* Contact details for the publisher fhir:EvidenceVariable.author [ ContactDetail ], ... ; # 0..* Who authored the content fhir:EvidenceVariable.editor [ ContactDetail ], ... ; # 0..* Who edited the content fhir:EvidenceVariable.reviewer [ ContactDetail ], ... ; # 0..* Who reviewed the content fhir:EvidenceVariable.endorser [ ContactDetail ], ... ; # 0..* Who endorsed the content fhir:EvidenceVariable.relatedArtifact [ RelatedArtifact ], ... ; # 0..* Additional documentation, citations, etc.fhir: fhir:fhir:EvidenceVariable.actual [ boolean ]; # 0..1 Actual or conceptual fhir:EvidenceVariable.characteristicCombination [ # 0..1 Used to specify how two or more characteristics are combined fhir:EvidenceVariable.characteristicCombination.code [ code ]; # 1..1 all-of | any-of | at-least | at-most | net-effect fhir:EvidenceVariable.characteristicCombination.threshold [ positiveInt ]; # 0..1 Provides the value of "n" when "at-least" or "at-most" codes are used ]; fhir:EvidenceVariable.characteristic [ # 0..* What defines the members of the evidence element fhir:EvidenceVariable.characteristic.description [ string ]; # 0..1 Natural language description of the characteristic# . One of these 6 fhir:) ] fhir:) ]fhir:EvidenceVariable.characteristic.type [ CodeableConcept ]; # 0..1 Expresses the type of characteristic # EvidenceVariable.characteristic.definition[x] : 1..1 What code or expression defines members?. One of these 4 fhir:EvidenceVariable.characteristic.definitionReference [ Reference(EvidenceVariable|Group) ] fhir:EvidenceVariable.characteristic.definitionCanonical [ canonical(Any) ] fhir:EvidenceVariable.characteristic.definitionCodeableConcept [ CodeableConcept ] fhir:EvidenceVariable.characteristic.definitionExpression [ Expression ]fhir: ] fhir: ] fhir:fhir:EvidenceVariable.characteristic.method [ CodeableConcept ]; # 0..1 Method used for describing characteristic fhir:EvidenceVariable.characteristic.device [ Reference(Device|DeviceMetric) ]; # 0..1 Device used for determining characteristic fhir:EvidenceVariable.characteristic.exclude [ boolean ]; # 0..1 Whether the characteristic includes or excludes members# . One of these 4 fhir: ] fhir: ] fhir: ] fhir: ] fhir: fhir:fhir:EvidenceVariable.characteristic.timeFromEvent [ # 0..* Observation time from study specified event fhir:EvidenceVariable.characteristic.timeFromEvent.description [ string ]; # 0..1 Human readable description fhir:EvidenceVariable.characteristic.timeFromEvent.event [ CodeableConcept ]; # 0..1 The event used as a base point (reference point) in time fhir:EvidenceVariable.characteristic.timeFromEvent.quantity [ Quantity ]; # 0..1 Used to express the observation at a defined amount of time after the study start fhir:EvidenceVariable.characteristic.timeFromEvent.range [ Range ]; # 0..1 Used to express the observation within a period after the study start fhir:EvidenceVariable.characteristic.timeFromEvent.note [ Annotation ], ... ; # 0..* Used for footnotes or explanatory notes ], ...; fhir:EvidenceVariable.characteristic.groupMeasure [ code ]; # 0..1 mean | median | mean-of-mean | mean-of-median | median-of-mean | median-of-median ], ...; fhir:EvidenceVariable.handling [ code ]; # 0..1 continuous | dichotomous | ordinal | polychotomous fhir:EvidenceVariable.category [ # 0..* A grouping for ordinal or polychotomous variables fhir:EvidenceVariable.category.name [ string ]; # 0..1 Description of the grouping # EvidenceVariable.category.value[x] : 0..1 Definition of the grouping. One of these 3 fhir:EvidenceVariable.category.valueCodeableConcept [ CodeableConcept ] fhir:EvidenceVariable.category.valueQuantity [ Quantity ] fhir:EvidenceVariable.category.valueRange [ Range ] ], ...; ]
Changes since R3
| EvidenceVariable | |
| EvidenceVariable.status |
|
| EvidenceVariable.actual |
|
| EvidenceVariable.characteristicCombination |
|
| EvidenceVariable.characteristicCombination.code |
|
| EvidenceVariable.characteristicCombination.threshold |
|
| EvidenceVariable.characteristic |
|
| EvidenceVariable.characteristic.type |
|
| EvidenceVariable.characteristic.definition[x] |
|
| EvidenceVariable.characteristic.method |
|
| EvidenceVariable.characteristic.device |
|
| EvidenceVariable.characteristic.timeFromEvent |
|
| EvidenceVariable.characteristic.timeFromEvent.description |
|
| EvidenceVariable.characteristic.timeFromEvent.event |
|
| EvidenceVariable.characteristic.timeFromEvent.quantity |
|
| EvidenceVariable.characteristic.timeFromEvent.range |
|
| EvidenceVariable.characteristic.timeFromEvent.note |
|
| EvidenceVariable.characteristic.groupMeasure |
|
| EvidenceVariable.handling |
|
| EvidenceVariable.category |
|
| EvidenceVariable.category.name |
|
| EvidenceVariable.category.value[x] |
|
| EvidenceVariable.jurisdiction |
|
| EvidenceVariable.copyright |
|
| EvidenceVariable.approvalDate |
|
| EvidenceVariable.lastReviewDate |
|
| EvidenceVariable.effectivePeriod |
|
| EvidenceVariable.topic |
|
| EvidenceVariable.type |
|
| EvidenceVariable.characteristic.usageContext |
|
| EvidenceVariable.characteristic.participantEffective[x] |
|
| EvidenceVariable.characteristic.timeFromStart |
|
This
resource
did
not
exist
in
Release
2
See
the
Full
Difference
for
further
information
Structure
| Name | Flags | Card. | Type |
Description
&
Constraints
|
|---|---|---|---|---|
|
|
|
A
+ Warning: Name should be usable as an identifier for the module by machine processing applications such as code generation Elements defined in Ancestors: id , meta , implicitRules , language , text , contained , extension , modifierExtension , url , identifier , version , name , title , status , experimental , date , publisher , contact , description , useContext , jurisdiction , purpose , copyright , approvalDate , lastReviewDate , effectivePeriod , topic , author , editor , reviewer , endorser , relatedArtifact |
|
|
Σ | 0..1 | uri | Canonical identifier for this evidence variable, represented as a URI (globally unique) |
|
Σ | 0..* | Identifier |
Additional
identifier
for
the
evidence
variable
|
|
Σ | 0..1 | string | Business version of the evidence variable |
|
Σ I | 0..1 | string | Name for this evidence variable (computer friendly) |
|
Σ | 0..1 | string | Name for this evidence variable (human friendly) |
|
Σ | 0..1 | string | Title for use in informal contexts |
|
0..1 | string | Subordinate title of the EvidenceVariable | |
|
?! Σ | 1..1 | code |
draft
|
active
|
retired
|
unknown
PublicationStatus ( Required ) |
|
Σ | 0..1 | dateTime | Date last changed |
|
Σ | 0..1 | markdown | Natural language description of the evidence variable |
|
0..* | Annotation |
Used
for
footnotes
or
explanatory
notes
|
|
|
Σ | 0..* | UsageContext |
The
context
that
the
content
is
intended
to
support
|
|
Σ |
|
|
|
|
Σ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
0..* |
|
|
|
|
0..* |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CharacteristicCombination ( Required ) |
|
|
|
|
|
|
|
Σ |
|
|
|
|
|
|
|
|
|
0..1 |
|
UsageContextType ( Example ) |
|
|
Σ | 1..1 | What code or expression defines members? | |
|
Reference ( Group | EvidenceVariable ) | |||
|
canonical
(
|
|||
|
CodeableConcept | |||
|
Expression | |||
|
0..1 |
|
Method
used
for
describing
characteristic
CharacteristicMethod ( Example ) |
|
|
0..1 |
|
Device used for determining characteristic | |
|
|
|
|
|
|
|
|
|
|
|
0..1 | string |
|
|
|
0..1 |
|
The
event
used
as
a
base
point
(reference
point)
in
time
EvidenceVariableEvent ( Example ) |
|
|
0..1 |
|
Used to express the observation at a defined amount of time after the study start | |
|
0..1 |
|
Used to express the observation within a period after the study start | |
|
0..* |
|
Used
for
footnotes
or
explanatory
notes
|
|
|
0..1 |
|
GroupMeasure ( Required ) |
|
|
0..1 | code |
|
|
| 0..* | BackboneElement |
A
grouping
for
ordinal
or
polychotomous
variables
| |
![]() ![]() ![]() | 0..1 | string | Description of the grouping | |
![]() ![]() ![]() | 0..1 | Definition of the grouping | ||
![]() ![]() ![]() ![]() | CodeableConcept | |||
![]() ![]() ![]() ![]() | Quantity | |||
![]() ![]() ![]() ![]() | Range | |||
Documentation
for
this
format
|
||||
XML Template
<<EvidenceVariable xmlns="http://hl7.org/fhir"><!-- from Resource: id, meta, implicitRules, and language -->
<!-- from --><url value="[uri]"/><!-- 0..1 Canonical identifier for this evidence variable, represented as a URI (globally unique) --> <identifier><!-- 0..* Identifier Additional identifier for the evidence variable --></identifier> <version value="[string]"/><!-- 0..1 Business version of the evidence variable --><<name value="[string]"/><!--0..1 Name for this evidence variable (computer friendly) --> <title value="[string]"/><!-- 0..1 Name for this evidence variable (human friendly) --> <shortTitle value="[string]"/><!-- 0..1 Title for use in informal contexts --> <subtitle value="[string]"/><!-- 0..1 Subordinate title of the EvidenceVariable --> <status value="[code]"/><!-- 1..1 draft | active | retired | unknown --> <date value="[dateTime]"/><!-- 0..1 Date last changed -->
< <</contact><description value="[markdown]"/><!-- 0..1 Natural language description of the evidence variable --> <note><!-- 0..* Annotation Used for footnotes or explanatory notes --></note> <useContext><!-- 0..* UsageContext The context that the content is intended to support --></useContext><</jurisdiction> < < < <</effectivePeriod> <</topic><publisher value="[string]"/><!-- 0..1 Name of the publisher (organization or individual) --> <contact><!-- 0..* ContactDetail Contact details for the publisher --></contact> <author><!-- 0..* ContactDetail Who authored the content --></author> <editor><!-- 0..* ContactDetail Who edited the content --></editor> <reviewer><!-- 0..* ContactDetail Who reviewed the content --></reviewer> <endorser><!-- 0..* ContactDetail Who endorsed the content --></endorser> <relatedArtifact><!-- 0..* RelatedArtifact Additional documentation, citations, etc. --></relatedArtifact>< <<actual value="[boolean]"/><!-- 0..1 Actual or conceptual --> <characteristicCombination> <!-- 0..1 Used to specify how two or more characteristics are combined --> <code value="[code]"/><!-- 1..1 all-of | any-of | at-least | at-most | net-effect --> <threshold value="[positiveInt]"/><!-- 0..1 Provides the value of "n" when "at-least" or "at-most" codes are used --> </characteristicCombination> <characteristic> <!-- 0..* What defines the members of the evidence element --> <description value="[string]"/><!-- 0..1 Natural language description of the characteristic --><)| </definition[x]> <</usageContext><type><!-- 0..1 CodeableConcept Expresses the type of characteristic --></type> <definition[x]><!-- 1..1 Reference(EvidenceVariable|Group)|canonical(Any)| CodeableConcept|Expression What code or expression defines members? --></definition[x]> <method><!-- 0..1 CodeableConcept Method used for describing characteristic --></method> <device><!-- 0..1 Reference(Device|DeviceMetric) Device used for determining characteristic --></device> <exclude value="[boolean]"/><!-- 0..1 Whether the characteristic includes or excludes members --><</participantEffective[x]> <</timeFromStart> <<timeFromEvent> <!-- 0..* Observation time from study specified event --> <description value="[string]"/><!-- 0..1 Human readable description --> <event><!-- 0..1 CodeableConcept The event used as a base point (reference point) in time --></event> <quantity><!-- 0..1 Quantity Used to express the observation at a defined amount of time after the study start --></quantity> <range><!-- 0..1 Range Used to express the observation within a period after the study start --></range> <note><!-- 0..* Annotation Used for footnotes or explanatory notes --></note> </timeFromEvent> <groupMeasure value="[code]"/><!-- 0..1 mean | median | mean-of-mean | mean-of-median | median-of-mean | median-of-median --> </characteristic> <handling value="[code]"/><!-- 0..1 continuous | dichotomous | ordinal | polychotomous --> <category> <!-- 0..* A grouping for ordinal or polychotomous variables --> <name value="[string]"/><!-- 0..1 Description of the grouping --> <value[x]><!-- 0..1 CodeableConcept|Quantity|Range Definition of the grouping --></value[x]> </category> </EvidenceVariable>
JSON Template
{
"resourceType" : "",
"resourceType" : "EvidenceVariable",
// from Resource: id, meta, implicitRules, and language
// from
"url" : "<uri>", // Canonical identifier for this evidence variable, represented as a URI (globally unique)
"identifier" : [{ Identifier }], // Additional identifier for the evidence variable
"version" : "<string>", // Business version of the evidence variable
"
"name" : "<string>", // C? Name for this evidence variable (computer friendly)
"title" : "<string>", // Name for this evidence variable (human friendly)
"shortTitle" : "<string>", // Title for use in informal contexts
"subtitle" : "<string>", // Subordinate title of the EvidenceVariable
"status" : "<code>", // R! draft | active | retired | unknown
"date" : "<dateTime>", // Date last changed
"
"
"description" : "<markdown>", // Natural language description of the evidence variable
"note" : [{ Annotation }], // Used for footnotes or explanatory notes
"useContext" : [{ UsageContext }], // The context that the content is intended to support
"
"
"
"
"
"
"publisher" : "<string>", // Name of the publisher (organization or individual)
"contact" : [{ ContactDetail }], // Contact details for the publisher
"author" : [{ ContactDetail }], // Who authored the content
"editor" : [{ ContactDetail }], // Who edited the content
"reviewer" : [{ ContactDetail }], // Who reviewed the content
"endorser" : [{ ContactDetail }], // Who endorsed the content
"relatedArtifact" : [{ RelatedArtifact }], // Additional documentation, citations, etc.
"
"
"actual" : <boolean>, // Actual or conceptual
"characteristicCombination" : { // Used to specify how two or more characteristics are combined
"code" : "<code>", // R! all-of | any-of | at-least | at-most | net-effect
"threshold" : "<positiveInt>" // Provides the value of "n" when "at-least" or "at-most" codes are used
},
"characteristic" : [{ // What defines the members of the evidence element
"description" : "<string>", // Natural language description of the characteristic
" },
" },
"type" : { CodeableConcept }, // Expresses the type of characteristic
// definition[x]: What code or expression defines members?. One of these 4:
"definitionReference" : { Reference(EvidenceVariable|Group) },
"definitionCanonical" : { canonical(Any) },
"definitionCodeableConcept" : { CodeableConcept },
"definitionExpression" : { Expression },
" },
" },
"
"method" : { CodeableConcept }, // Method used for describing characteristic
"device" : { Reference(Device|DeviceMetric) }, // Device used for determining characteristic
"exclude" : <boolean>, // Whether the characteristic includes or excludes members
">",
" },
" },
" },
"
"
"timeFromEvent" : [{ // Observation time from study specified event
"description" : "<string>", // Human readable description
"event" : { CodeableConcept }, // The event used as a base point (reference point) in time
"quantity" : { Quantity }, // Used to express the observation at a defined amount of time after the study start
"range" : { Range }, // Used to express the observation within a period after the study start
"note" : [{ Annotation }] // Used for footnotes or explanatory notes
}],
"groupMeasure" : "<code>" // mean | median | mean-of-mean | mean-of-median | median-of-mean | median-of-median
}],
"handling" : "<code>", // continuous | dichotomous | ordinal | polychotomous
"category" : [{ // A grouping for ordinal or polychotomous variables
"name" : "<string>", // Description of the grouping
// value[x]: Definition of the grouping. One of these 3:
"valueCodeableConcept" : { CodeableConcept }
"valueQuantity" : { Quantity }
"valueRange" : { Range }
}]
}
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> .![]()
[ a fhir:;[ a fhir:EvidenceVariable; fhir:nodeRole fhir:treeRoot; # if this is the parser root # from Resource: .id, .meta, .implicitRules, and .language# fromfhir:EvidenceVariable.url [ uri ]; # 0..1 Canonical identifier for this evidence variable, represented as a URI (globally unique) fhir:EvidenceVariable.identifier [ Identifier ], ... ; # 0..* Additional identifier for the evidence variable fhir:EvidenceVariable.version [ string ]; # 0..1 Business version of the evidence variable fhir:EvidenceVariable.name [ string ]; # 0..1 Name for this evidence variable (computer friendly) fhir:EvidenceVariable.title [ string ]; # 0..1 Name for this evidence variable (human friendly) fhir:EvidenceVariable.shortTitle [ string ]; # 0..1 Title for use in informal contexts fhir:EvidenceVariable.subtitle [ string ]; # 0..1 Subordinate title of the EvidenceVariable fhir:EvidenceVariable.status [ code ]; # 1..1 draft | active | retired | unknown fhir:EvidenceVariable.date [ dateTime ]; # 0..1 Date last changedfhir: fhir:fhir:EvidenceVariable.description [ markdown ]; # 0..1 Natural language description of the evidence variable fhir:EvidenceVariable.note [ Annotation ], ... ; # 0..* Used for footnotes or explanatory notes fhir:EvidenceVariable.useContext [ UsageContext ], ... ; # 0..* The context that the content is intended to supportfhir: fhir: fhir: fhir: fhir: fhir:fhir:EvidenceVariable.publisher [ string ]; # 0..1 Name of the publisher (organization or individual) fhir:EvidenceVariable.contact [ ContactDetail ], ... ; # 0..* Contact details for the publisher fhir:EvidenceVariable.author [ ContactDetail ], ... ; # 0..* Who authored the content fhir:EvidenceVariable.editor [ ContactDetail ], ... ; # 0..* Who edited the content fhir:EvidenceVariable.reviewer [ ContactDetail ], ... ; # 0..* Who reviewed the content fhir:EvidenceVariable.endorser [ ContactDetail ], ... ; # 0..* Who endorsed the content fhir:EvidenceVariable.relatedArtifact [ RelatedArtifact ], ... ; # 0..* Additional documentation, citations, etc.fhir: fhir:fhir:EvidenceVariable.actual [ boolean ]; # 0..1 Actual or conceptual fhir:EvidenceVariable.characteristicCombination [ # 0..1 Used to specify how two or more characteristics are combined fhir:EvidenceVariable.characteristicCombination.code [ code ]; # 1..1 all-of | any-of | at-least | at-most | net-effect fhir:EvidenceVariable.characteristicCombination.threshold [ positiveInt ]; # 0..1 Provides the value of "n" when "at-least" or "at-most" codes are used ]; fhir:EvidenceVariable.characteristic [ # 0..* What defines the members of the evidence element fhir:EvidenceVariable.characteristic.description [ string ]; # 0..1 Natural language description of the characteristic# . One of these 6 fhir:) ] fhir:) ]fhir:EvidenceVariable.characteristic.type [ CodeableConcept ]; # 0..1 Expresses the type of characteristic # EvidenceVariable.characteristic.definition[x] : 1..1 What code or expression defines members?. One of these 4 fhir:EvidenceVariable.characteristic.definitionReference [ Reference(EvidenceVariable|Group) ] fhir:EvidenceVariable.characteristic.definitionCanonical [ canonical(Any) ] fhir:EvidenceVariable.characteristic.definitionCodeableConcept [ CodeableConcept ] fhir:EvidenceVariable.characteristic.definitionExpression [ Expression ]fhir: ] fhir: ] fhir:fhir:EvidenceVariable.characteristic.method [ CodeableConcept ]; # 0..1 Method used for describing characteristic fhir:EvidenceVariable.characteristic.device [ Reference(Device|DeviceMetric) ]; # 0..1 Device used for determining characteristic fhir:EvidenceVariable.characteristic.exclude [ boolean ]; # 0..1 Whether the characteristic includes or excludes members# . One of these 4 fhir: ] fhir: ] fhir: ] fhir: ] fhir: fhir:fhir:EvidenceVariable.characteristic.timeFromEvent [ # 0..* Observation time from study specified event fhir:EvidenceVariable.characteristic.timeFromEvent.description [ string ]; # 0..1 Human readable description fhir:EvidenceVariable.characteristic.timeFromEvent.event [ CodeableConcept ]; # 0..1 The event used as a base point (reference point) in time fhir:EvidenceVariable.characteristic.timeFromEvent.quantity [ Quantity ]; # 0..1 Used to express the observation at a defined amount of time after the study start fhir:EvidenceVariable.characteristic.timeFromEvent.range [ Range ]; # 0..1 Used to express the observation within a period after the study start fhir:EvidenceVariable.characteristic.timeFromEvent.note [ Annotation ], ... ; # 0..* Used for footnotes or explanatory notes ], ...; fhir:EvidenceVariable.characteristic.groupMeasure [ code ]; # 0..1 mean | median | mean-of-mean | mean-of-median | median-of-mean | median-of-median ], ...; fhir:EvidenceVariable.handling [ code ]; # 0..1 continuous | dichotomous | ordinal | polychotomous fhir:EvidenceVariable.category [ # 0..* A grouping for ordinal or polychotomous variables fhir:EvidenceVariable.category.name [ string ]; # 0..1 Description of the grouping # EvidenceVariable.category.value[x] : 0..1 Definition of the grouping. One of these 3 fhir:EvidenceVariable.category.valueCodeableConcept [ CodeableConcept ] fhir:EvidenceVariable.category.valueQuantity [ Quantity ] fhir:EvidenceVariable.category.valueRange [ Range ] ], ...; ]
Changes since Release 3
| EvidenceVariable | |
| EvidenceVariable.status |
|
| EvidenceVariable.actual |
|
| EvidenceVariable.characteristicCombination |
|
| EvidenceVariable.characteristicCombination.code |
|
| EvidenceVariable.characteristicCombination.threshold |
|
| EvidenceVariable.characteristic |
|
| EvidenceVariable.characteristic.type |
|
| EvidenceVariable.characteristic.definition[x] |
|
| EvidenceVariable.characteristic.method |
|
| EvidenceVariable.characteristic.device |
|
| EvidenceVariable.characteristic.timeFromEvent |
|
| EvidenceVariable.characteristic.timeFromEvent.description |
|
| EvidenceVariable.characteristic.timeFromEvent.event |
|
| EvidenceVariable.characteristic.timeFromEvent.quantity |
|
| EvidenceVariable.characteristic.timeFromEvent.range |
|
| EvidenceVariable.characteristic.timeFromEvent.note |
|
| EvidenceVariable.characteristic.groupMeasure |
|
| EvidenceVariable.handling |
|
| EvidenceVariable.category |
|
| EvidenceVariable.category.name |
|
| EvidenceVariable.category.value[x] |
|
| EvidenceVariable.jurisdiction |
|
| EvidenceVariable.copyright |
|
| EvidenceVariable.approvalDate |
|
| EvidenceVariable.lastReviewDate |
|
| EvidenceVariable.effectivePeriod |
|
| EvidenceVariable.topic |
|
| EvidenceVariable.type |
|
| EvidenceVariable.characteristic.usageContext |
|
| EvidenceVariable.characteristic.participantEffective[x] |
|
| EvidenceVariable.characteristic.timeFromStart |
|
This
resource
did
not
exist
in
Release
2
See
the
Full
Difference
for
further
information
See
the
Profiles
&
Extensions
and
the
alternate
definitions:
Master
Definition
XML
+
JSON
,
XML
Schema
/
Schematron
+
JSON
Schema
,
ShEx
(for
Turtle
)
+
see
,
the
extensions
spreadsheet
version
&
the
dependency
analysis
a
| Path | Definition | Type | Reference |
|---|---|---|---|
| EvidenceVariable.status |
|
Required | PublicationStatus |
| EvidenceVariable.characteristicCombination.code |
|
|
|
| EvidenceVariable.characteristic.type |
|
Example |
|
| EvidenceVariable.characteristic.method |
|
|
|
| EvidenceVariable.characteristic.timeFromEvent.event | Example | EvidenceVariableEvent | |
| EvidenceVariable.characteristic.groupMeasure |
|
Required | GroupMeasure |
| EvidenceVariable.handling | Required | EvidenceVariableHandling |
| id | Level | Location | Description | Expression |
|
|
Warning | (base) | Name should be usable as an identifier for the module by machine processing applications such as code generation | name.matches('[A-Z]([A-Za-z0-9_]){0,254}') |
Search parameters for this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.
| Name | Type | Description | Expression | In Common |
| composed-of | reference | What resource is being referenced |
EvidenceVariable.relatedArtifact.where(type='composed-of').resource
(Any) |
|
| context | token | A use context assigned to the evidence variable | (EvidenceVariable.useContext.value as CodeableConcept) | |
| context-quantity | quantity | A quantity- or range-valued use context assigned to the evidence variable | (EvidenceVariable.useContext.value as Quantity) | (EvidenceVariable.useContext.value as Range) | |
| context-type | token | A type of use context assigned to the evidence variable | EvidenceVariable.useContext.code | |
| context-type-quantity | composite | A use context type and quantity- or range-based value assigned to the evidence variable |
On
EvidenceVariable.useContext:
context-type: code context-quantity: value.as(Quantity) | value.as(Range) |
|
| context-type-value | composite | A use context type and value assigned to the evidence variable |
On
EvidenceVariable.useContext:
context-type: code context: value.as(CodeableConcept) |
|
| date N | date | The evidence variable publication date | EvidenceVariable.date | |
| depends-on | reference | What resource is being referenced |
EvidenceVariable.relatedArtifact.where(type='depends-on').resource
(Any) |
|
| derived-from | reference | What resource is being referenced |
EvidenceVariable.relatedArtifact.where(type='derived-from').resource
(Any) |
|
| description N | string | The description of the evidence variable | EvidenceVariable.description | |
|
|
token | External identifier for the evidence variable | EvidenceVariable.identifier | |
|
|
string | Computationally friendly name of the evidence variable | EvidenceVariable.name | |
| predecessor | reference | What resource is being referenced |
EvidenceVariable.relatedArtifact.where(type='predecessor').resource
(Any) |
|
| publisher N | string | Name of the publisher of the evidence variable | EvidenceVariable.publisher | |
| status N | token | The current status of the evidence variable | EvidenceVariable.status | |
| successor | reference | What resource is being referenced |
EvidenceVariable.relatedArtifact.where(type='successor').resource
(Any) |
|
| title N | string | The human-friendly name of the evidence variable | EvidenceVariable.title | |
| topic | token | Topics associated with the EvidenceVariable |
|
|
| url N | uri | The uri that identifies the evidence variable | EvidenceVariable.url | |
| version N | token | The business version of the evidence variable | EvidenceVariable.version |