Foundation
Publish-box
(todo)
This
is
the
Continuous
Integration
Build
of
FHIR
(will
be
incorrect/inconsistent
at
times).
See
the
Directory
of
published
versions
| Responsible Owner: Clinical Decision Support Work Group | Standards Status : Informative | Compartments : No defined compartments |
ShEx statement for evidence
PREFIX fhir: <http://hl7.org/fhir/> PREFIX fhirvs: <http://hl7.org/fhir/ValueSet/> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>IMPORT <uri.shex> IMPORT <code.shex> IMPORT <date.shex># ShEx Version 2.2 IMPORT <Uri.shex> IMPORT <Code.shex> IMPORT <Date.shex> IMPORT <Group.shex> IMPORT <Range.shex>IMPORT <string.shex>IMPORT <String.shex> IMPORT <Coding.shex>IMPORT <boolean.shex> IMPORT <decimal.shex> IMPORT <markdown.shex> IMPORT <dateTime.shex>IMPORT <Boolean.shex> IMPORT <Decimal.shex> IMPORT <Markdown.shex> IMPORT <DateTime.shex> IMPORT <Quantity.shex> IMPORT <Resource.shex> IMPORT <Reference.shex>IMPORT <canonical.shex>IMPORT <Canonical.shex> IMPORT <Identifier.shex> IMPORT <Annotation.shex> IMPORT <Attachment.shex>IMPORT <unsignedInt.shex>IMPORT <UnsignedInt.shex> IMPORT <UsageContext.shex> IMPORT <ContactDetail.shex> IMPORT <DomainResource.shex> IMPORT <SimpleQuantity.shex> IMPORT <CodeableConcept.shex> IMPORT <BackboneElement.shex> start=@<Evidence> AND {fhir:nodeRole [fhir:treeRoot]} # Single evidence bit <Evidence> EXTENDS @<DomainResource> CLOSED { a [fhir:Evidence]?;fhir:nodeRole [fhir:treeRoot]?;fhir:url @<uri>?; # Canonical identifier for thisfhir:url @<Uri>?; # Canonical identifier for this # evidence, represented as a # globally unique URI fhir:identifier @<OneOrMore_Identifier>?; # Additional identifier for the # summaryfhir:version @<string>?; # Business version of this summary fhir:versionAlgorithm @<string> ORfhir:version @<String>?; # Business version of this summary fhir:versionAlgorithm @<String> OR @<Coding> ?; # How to compare versionsfhir:name @<string>?; # Name for this summary (machinefhir:name @<String>?; # Name for this summary (machine # friendly)fhir:title @<string>?; # Name for this summary (humanfhir:title @<String>?; # Name for this summary (human # friendly)fhir:citeAs @<markdown>?; # Display of how to cite thisfhir:citeAs @<Markdown>?; # Display of how to cite this # Evidencefhir:status @<code> ANDfhir:status @<Code> AND {fhir:v @fhirvs:publication-status}; # draft | active | retired | unknownfhir:experimental @<boolean>?; # For testing only - never for realfhir:experimental @<Boolean>?; # For testing only - never for real # usagefhir:date @<dateTime>?; # Date last changed fhir:approvalDate @<date>?; # When the summary was approved byfhir:date @<DateTime>?; # Date last changed fhir:approvalDate @<Date>?; # When the summary was approved by # publisherfhir:lastReviewDate @<date>?; # When the summary was last reviewedfhir:lastReviewDate @<Date>?; # When the summary was last reviewed # by the publisher fhir:author @<OneOrMore_ContactDetail>?; # Who authored the contentfhir:publisher @<string>?; # Name of the publisher/stewardfhir:publisher @<String>?; # Name of the publisher/steward # (organization or individual) fhir:contact @<OneOrMore_ContactDetail>?; # Contact details for the publisher fhir:recorder @<OneOrMore_ContactDetail>?; # Who entered the data for the # evidence fhir:editor @<OneOrMore_ContactDetail>?; # Who edited the content fhir:reviewer @<OneOrMore_ContactDetail>?; # Who reviewed the content fhir:endorser @<OneOrMore_ContactDetail>?; # Who endorsed the content fhir:useContext @<OneOrMore_UsageContext>?; # The context that the content is # intended to supportfhir:purpose @<markdown>?; # Why this Evidence is defined fhir:copyright @<markdown>?; # Intellectual property ownership,fhir:purpose @<Markdown>?; # Why this Evidence is defined fhir:copyright @<Markdown>?; # Intellectual property ownership, # may include restrictions on usefhir:copyrightLabel @<string>?; # Copyright holder and year(s)fhir:copyrightLabel @<String>?; # Copyright holder and year(s) fhir:relatesTo @<OneOrMore_Evidence.relatesTo>?; # Relationships to other Resourcesfhir:description @<markdown>?; # Description of the particularfhir:description @<Markdown>?; # Description of the particular # summaryfhir:assertion @<markdown>?; # Declarative description of thefhir:assertion @<Markdown>?; # Declarative description of the # Evidence fhir:note @<OneOrMore_Annotation>?; # Footnotes and/or explanatory notes fhir:variableDefinition @<OneOrMore_Evidence.variableDefinition>?; # Description, classification, and # definition of a single variable fhir:synthesisType @<OneOrMore_CodeableConcept>?; # The design of the synthesis # (combination of studies) that # produced this evidence fhir:studyDesign @<OneOrMore_CodeableConcept>?; # The design of the study that # produced this evidence fhir:statistic @<OneOrMore_Evidence.statistic>?; # Values and parameters for a single # statistic fhir:certainty @<OneOrMore_Evidence.certainty>?; # Certainty or quality of the # evidence } # A variable adjusted for in the adjusted analysis <Evidence.statistic.modelCharacteristic.variable> EXTENDS @<BackboneElement> CLOSED {fhir:variableDefinition @<Reference> AND {fhir:linkfhir:variableDefinition @<Reference> AND {fhir:l @<EvidenceVariable> OR @<Group> ? }; # Description and definition of the # variablefhir:handling @<code> AND {fhir:v @fhirvs:variable-handling}?; # boolean | continuous | dichotomousfhir:handling @<CodeableConcept>?; # boolean | continuous | dichotomous # | ordinal | polychotomous |# extension# time-to-event | not-specified fhir:valueCategory @<OneOrMore_CodeableConcept>?; # Qualitative label used for # grouping values of a dichotomous, # ordinal, or polychotomous variable fhir:valueQuantity @<OneOrMore_Quantity>?; # Quantitative label used for # grouping values of a dichotomous, # ordinal, or polychotomous variable fhir:valueRange @<OneOrMore_Range>?; # Range of quantitative labels used # for grouping values of a # dichotomous, ordinal, or # polychotomous variable }# An attribute of the Statistic <Evidence.statistic.attributeEstimate> EXTENDS @<BackboneElement> CLOSED { fhir:description @<markdown>?; # Textual description of the # attribute estimate fhir:note @<OneOrMore_Annotation>?; # Footnote or explanatory note about # the estimate fhir:type @<CodeableConcept>?; # The type of attribute estimate, # e.g., confidence interval or p # value fhir:quantity @<Quantity>?; # The singular quantity of the # attribute estimate, for attribute # estimates represented as single # values, which may include a unit # of measure fhir:level @<decimal>?; # Level of confidence interval, # e.g., 0.95 for 95% confidence # interval fhir:range @<Range>?; # Lower and upper bound values of # the attribute estimate fhir:attributeEstimate @<OneOrMore_Evidence.statistic.attributeEstimate>?; # A nested attribute estimate; which # is the attribute estimate of an # attribute estimate } # Relationships to other Resources <Evidence.relatesTo> EXTENDS @<BackboneElement> CLOSED { fhir:type @<code> AND {fhir:v @fhirvs:artifact-relationship-type}; # documentation | justification | # predecessor | successor | # derived-from | depends-on | # composed-of | part-of | amends | # amended-with | appends | # appended-with | cites | cited-by | # comments-on | comment-in | # contains | contained-in | corrects # | correction-in | replaces | # replaced-with | retracts | # retracted-by | signs | similar-to # | supports | supported-with | # transforms | transformed-into | # transformed-with | # specification-of | created-with | # cite-as | summarizes fhir:target @<uri> OR @<Attachment> OR (@<canonical> AND {fhir:link @<Resource> }) OR (@<Reference> AND {fhir:link @<Resource> }) OR @<markdown> ; # The artifact that is related to # this Evidence# A nested attribute estimate; which is the attribute estimate of an attribute estimate <Evidence.statistic.attributeEstimate.attributeEstimatenull> CLOSED { } # Count of participants in the study sample <Evidence.statistic.sampleSize> EXTENDS @<BackboneElement> CLOSED {fhir:description @<markdown>?; # Textual description of sample sizefhir:description @<Markdown>?; # Textual description of sample size # for statistic fhir:note @<OneOrMore_Annotation>?; # Footnote or explanatory note about # the sample sizefhir:numberOfStudies @<unsignedInt>?; # Number of contributing studies fhir:numberOfParticipants @<unsignedInt>?; # Total number of participants fhir:knownDataCount @<unsignedInt>?; # Number of participants with knownfhir:numberOfStudies @<UnsignedInt>?; # Number of contributing studies fhir:numberOfParticipants @<UnsignedInt>?; # Total number of participants fhir:knownDataCount @<UnsignedInt>?; # Number of participants with known # results for measured variables fhir:numberAnalyzed @<UnsignedInt>?; # Total number of participants who # were analayzed } # An aspect of the statistical model <Evidence.statistic.modelCharacteristic> EXTENDS @<BackboneElement> CLOSED { fhir:code @<CodeableConcept>; # Model specification fhir:value @<SimpleQuantity> OR @<Range> OR @<CodeableConcept> ?; # The specific value (when paired # with code) fhir:intended @<Boolean>?; # The plan for analysis fhir:applied @<Boolean>?; # This model characteristic is part # of the analysis that was applied, # whether or not the analysis # followed the plan fhir:variable @<OneOrMore_Evidence.statistic.modelCharacteristic.variable>?; # A variable adjusted for in the # adjusted analysis fhir:attribute @<OneOrMore_Evidence.statistic.attributeEstimate>?; # An attribute of the model # characteristic } # Certainty or quality of the evidence <Evidence.certainty> EXTENDS @<BackboneElement> CLOSED { fhir:description @<Markdown>?; # Textual description of certainty fhir:note @<OneOrMore_Annotation>?; # Footnotes and/or explanatory notes fhir:type @<CodeableConcept>?; # Aspect of certainty being rated fhir:rating @<CodeableConcept>?; # Assessment or judgement of the # aspect fhir:rater @<OneOrMore_String>?; # Individual or group who did the # rating fhir:subcomponent @<OneOrMore_Evidence.certainty>?; # A domain or subdomain of certainty } # Description, classification, and definition of a single variable <Evidence.variableDefinition> EXTENDS @<BackboneElement> CLOSED {fhir:description @<markdown>?; # A text description or summary offhir:description @<Markdown>?; # A text description or summary of # the variable fhir:note @<OneOrMore_Annotation>?; # Footnotes and/or explanatory notesfhir:variableRole @<code> ANDfhir:variableRole @<Code> AND {fhir:v @fhirvs:variable-role}; # population | exposure | outcome | # covariate fhir:roleSubtype @<CodeableConcept>?; # Sub-classification of the role of # the variablefhir:comparatorCategory @<string>?; # The reference value used forfhir:comparatorCategory @<String>?; # The reference value used for # comparisonfhir:observed @<Reference> AND {fhir:linkfhir:observed @<Reference> AND {fhir:l @<EvidenceVariable> OR @<Group> ? }?; # Definition of the actual variable # related to the statistic(s)fhir:intended @<Reference> AND {fhir:linkfhir:intended @<Reference> AND {fhir:l @<EvidenceVariable> OR @<Group> ? }?; # Definition of the intended # variable related to the Evidence fhir:directnessMatch @<CodeableConcept>?; # low | moderate | high | exact }# Certainty or quality of the evidence <Evidence.certainty> EXTENDS @<BackboneElement> CLOSED { fhir:description @<markdown>?; # Textual description of certainty fhir:note @<OneOrMore_Annotation>?; # Footnotes and/or explanatory notes fhir:type @<CodeableConcept>?; # Aspect of certainty being rated fhir:rating @<CodeableConcept>?; # Assessment or judgement of the # aspect fhir:rater @<OneOrMore_string>?; # Individual or group who did the # rating fhir:subcomponent @<OneOrMore_Evidence.certainty>?; # A domain or subdomain of certainty# Relationships to other Resources <Evidence.relatesTo> EXTENDS @<BackboneElement> CLOSED { fhir:type @<CodeableConcept>; # documentation | justification | # citation | predecessor | successor # | derived-from | depends-on | # composed-of | part-of | amends | # amended-with | appends | # appended-with | cites | cited-by | # comments-on | comment-in | # contains | contained-in | corrects # | correction-in | replaces | # replaced-with | retracts | # retracted-by | signs | similar-to # | supports | supported-with | # transforms | transformed-into | # transformed-with | documents | # specification-of | created-with | # cite-as | reprint | reprint-of | # summarizes fhir:target @<Uri> OR @<Attachment> OR (@<Canonical> AND {fhir:l @<Resource> }) OR (@<Reference> AND {fhir:l @<Resource> }) OR @<Markdown> ; # The artifact that is related to # this Evidence }# A domain or subdomain of certainty <Evidence.certainty.subcomponentnull> CLOSED {# An attribute of the Statistic <Evidence.statistic.attributeEstimate> EXTENDS @<BackboneElement> CLOSED { fhir:description @<Markdown>?; # Textual description of the # attribute estimate fhir:note @<OneOrMore_Annotation>?; # Footnote or explanatory note about # the estimate fhir:type @<CodeableConcept>?; # The type of attribute estimate, # e.g., confidence interval or p # value fhir:quantity @<Quantity>?; # The singular quantity of the # attribute estimate, for attribute # estimates represented as single # values, which may include a unit # of measure fhir:level @<Decimal>?; # Level of confidence interval, # e.g., 0.95 for 95% confidence # interval fhir:range @<Range>?; # Lower and upper bound values of # the attribute estimate fhir:attributeEstimate @<OneOrMore_Evidence.statistic.attributeEstimate>?; # A nested attribute estimate; which # is the attribute estimate of an # attribute estimate } # Values and parameters for a single statistic <Evidence.statistic> EXTENDS @<BackboneElement> CLOSED {fhir:description @<markdown>?; # A natural language summary of thefhir:description @<Markdown>?; # A natural language summary of the # statistic fhir:note @<OneOrMore_Annotation>?; # Footnotes and/or explanatory notes fhir:statisticType @<CodeableConcept>?; # Type of statistic, e.g., relative # risk fhir:category @<CodeableConcept>?; # Associated category for # categorical variable fhir:quantity @<Quantity>?; # Statistic valuefhir:numberOfEvents @<unsignedInt>?; # The number of events associatedfhir:numberOfEvents @<UnsignedInt>?; # The number of events associated # with the statisticfhir:numberAffected @<unsignedInt>?; # The number of participants affectedfhir:numberAffected @<UnsignedInt>?; # The number of participants affected fhir:sampleSize @<Evidence.statistic.sampleSize>?; # Count of participants in the study # sample fhir:attributeEstimate @<OneOrMore_Evidence.statistic.attributeEstimate>?; # An attribute of the Statistic fhir:modelCharacteristic @<OneOrMore_Evidence.statistic.modelCharacteristic>?; # An aspect of the statistical model }# An aspect of the statistical model <Evidence.statistic.modelCharacteristic> EXTENDS @<BackboneElement> CLOSED { fhir:code @<CodeableConcept>; # Model specification fhir:value @<SimpleQuantity> OR @<Range> OR @<CodeableConcept> ?; # The specific value (when paired # with code) fhir:intended @<boolean>?; # The plan for analysis fhir:applied @<boolean>?; # This model characteristic is part # of the analysis that was applied, # whether or not the analysis # followed the plan fhir:variable @<OneOrMore_Evidence.statistic.modelCharacteristic.variable>?; # A variable adjusted for in the # adjusted analysis fhir:attribute @<OneOrMore_Evidence.statistic.attributeEstimate>?; # An attribute of the model # characteristic } # A nested attribute estimate; which is the attribute estimate of an attribute estimate <Evidence.statistic.attributeEstimate.attributeEstimatenull> CLOSED {# A domain or subdomain of certainty <Evidence.certainty.subcomponentnull> CLOSED { } #---------------------- Cardinality Types (OneOrMore) ------------------- <OneOrMore_Identifier> CLOSED { rdf:first @<Identifier> ; rdf:rest [rdf:nil] OR @<OneOrMore_Identifier> } <OneOrMore_ContactDetail> CLOSED { rdf:first @<ContactDetail> ; rdf:rest [rdf:nil] OR @<OneOrMore_ContactDetail> } <OneOrMore_UsageContext> CLOSED { rdf:first @<UsageContext> ; rdf:rest [rdf:nil] OR @<OneOrMore_UsageContext> } <OneOrMore_Evidence.relatesTo> CLOSED { rdf:first @<Evidence.relatesTo> ; rdf:rest [rdf:nil] OR @<OneOrMore_Evidence.relatesTo> } <OneOrMore_Annotation> CLOSED { rdf:first @<Annotation> ; rdf:rest [rdf:nil] OR @<OneOrMore_Annotation> } <OneOrMore_Evidence.variableDefinition> CLOSED { rdf:first @<Evidence.variableDefinition> ; rdf:rest [rdf:nil] OR @<OneOrMore_Evidence.variableDefinition> } <OneOrMore_CodeableConcept> CLOSED { rdf:first @<CodeableConcept> ; rdf:rest [rdf:nil] OR @<OneOrMore_CodeableConcept> } <OneOrMore_Evidence.statistic> CLOSED { rdf:first @<Evidence.statistic> ; rdf:rest [rdf:nil] OR @<OneOrMore_Evidence.statistic> } <OneOrMore_Evidence.certainty> CLOSED { rdf:first @<Evidence.certainty> ; rdf:rest [rdf:nil] OR @<OneOrMore_Evidence.certainty> } <OneOrMore_Quantity> CLOSED { rdf:first @<Quantity> ; rdf:rest [rdf:nil] OR @<OneOrMore_Quantity> } <OneOrMore_Range> CLOSED { rdf:first @<Range> ; rdf:rest [rdf:nil] OR @<OneOrMore_Range> } <OneOrMore_Evidence.statistic.modelCharacteristic.variable> CLOSED { rdf:first @<Evidence.statistic.modelCharacteristic.variable> ; rdf:rest [rdf:nil] OR @<OneOrMore_Evidence.statistic.modelCharacteristic.variable> } <OneOrMore_Evidence.statistic.attributeEstimate> CLOSED { rdf:first @<Evidence.statistic.attributeEstimate> ; rdf:rest [rdf:nil] OR @<OneOrMore_Evidence.statistic.attributeEstimate> }<OneOrMore_string> CLOSED { rdf:first @<string> ; rdf:rest [rdf:nil] OR @<OneOrMore_string><OneOrMore_String> CLOSED { rdf:first @<String> ; rdf:rest [rdf:nil] OR @<OneOrMore_String> } <OneOrMore_Evidence.statistic.modelCharacteristic> CLOSED { rdf:first @<Evidence.statistic.modelCharacteristic> ; rdf:rest [rdf:nil] OR @<OneOrMore_Evidence.statistic.modelCharacteristic> }<OneOrMore_Evidence.statistic.modelCharacteristic.variable> CLOSED { rdf:first @<Evidence.statistic.modelCharacteristic.variable> ; rdf:rest [rdf:nil] OR @<OneOrMore_Evidence.statistic.modelCharacteristic.variable> }#---------------------- Value Sets ------------------------# Type of relationship to the related artifact. fhirvs:artifact-relationship-type ["documentation" "justification" "predecessor" "successor" "derived-from" "depends-on" "composed-of" "part-of" "amends" "amended-with" "appends" "appended-with" "cites" "cited-by" "comments-on" "comment-in" "contains" "contained-in" "corrects" "correction-in" "replaces" "replaced-with" "retracts" "retracted-by" "signs" "similar-to" "supports" "supported-with" "transforms" "transformed-into" "transformed-with" "specification-of" "created-with" "cite-as" "summarizes"]# The lifecycle status of an artifact. fhirvs:publication-status ["draft" "active" "retired" "unknown"]# The handling of the variable in statistical analysis for exposures or outcomes (E.g. Dichotomous, Continuous, Descriptive). fhirvs:variable-handling ["boolean" "continuous" "dichotomous" "ordinal" "polychotomous" "extension"]# The role that the variable plays. fhirvs:variable-role ["population" "exposure" "outcome" "covariate"]
Usage note: every effort has been made to ensure that the ShEx files 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,
Thu,
Nov
13,
2025
12:25+1100.
11:15+0000.
Links:
Search
|
Version
History
|
Contents
|
Glossary
|
QA
|
Compare
to
R4
|
Compare
to
R5
|
Compare
to
Last
Ballot
|
|
Propose
a
change