FoundationThis page is part of the FHIR Specification v6.0.0-ballot1: Release 6 Ballot (1st Draft) (see Ballot Notes). The current version is 5.0.0. For a full list of available versions, see the Directory of published versions 
| Clinical Decision Support Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: No defined compartments |
ShEx statement for evidencereport
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 <Range.shex>
IMPORT <Group.shex>
IMPORT <string.shex>
IMPORT <Period.shex>
IMPORT <Device.shex>
IMPORT <boolean.shex>
IMPORT <Patient.shex>
IMPORT <markdown.shex>
IMPORT <Citation.shex>
IMPORT <Resource.shex>
IMPORT <Quantity.shex>
IMPORT <Reference.shex>
IMPORT <Narrative.shex>
IMPORT <Identifier.shex>
IMPORT <Annotation.shex>
IMPORT <UsageContext.shex>
IMPORT <Organization.shex>
IMPORT <Practitioner.shex>
IMPORT <ContactDetail.shex>
IMPORT <RelatedPerson.shex>
IMPORT <DomainResource.shex>
IMPORT <CodeableConcept.shex>
IMPORT <RelatedArtifact.shex>
IMPORT <BackboneElement.shex>
IMPORT <PractitionerRole.shex>
start=@<EvidenceReport> AND {fhir:nodeRole [fhir:treeRoot]}
# A EvidenceReport
<EvidenceReport> EXTENDS @<DomainResource> CLOSED {
a [fhir:EvidenceReport]?;
fhir:nodeRole [fhir:treeRoot]?;
fhir:url @<uri>?; # Canonical identifier for this
# EvidenceReport, represented as a
# globally unique URI
fhir:status @<code> AND
{fhir:v @fhirvs:publication-status}; # draft | active | retired | unknown
fhir:useContext @<OneOrMore_UsageContext>?; # The context that the content is
# intended to support
fhir:identifier @<OneOrMore_Identifier>?; # Unique identifier for the evidence
# report
fhir:relatedIdentifier @<OneOrMore_Identifier>?; # Identifiers for articles that may
# relate to more than one evidence
# report
fhir:citeAs (@<Reference> AND {fhir:link @<Citation> }) OR
@<markdown> ?; # Citation for this report
fhir:type @<CodeableConcept>?; # Kind of report
fhir:note @<OneOrMore_Annotation>?; # Used for footnotes and annotations
fhir:relatedArtifact @<OneOrMore_RelatedArtifact>?; # Link, description or reference to
# artifact associated with the
# report
fhir:subject @<EvidenceReport.subject>; # Focus of the report
fhir:publisher @<string>?; # Name of the publisher/steward
# (organization or individual)
fhir:contact @<OneOrMore_ContactDetail>?; # Contact details for the publisher
fhir:author @<OneOrMore_ContactDetail>?; # Who authored the content
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:relatesTo @<OneOrMore_EvidenceReport.relatesTo>?; # Relationships to other
# compositions/documents
fhir:section @<OneOrMore_EvidenceReport.section>?; # Composition is broken into sections
}
# Nested Section
<EvidenceReport.section.sectionnull> CLOSED {
}
# Composition is broken into sections
<EvidenceReport.section> EXTENDS @<BackboneElement> CLOSED {
fhir:title @<string>?; # Label for section (e.g. for ToC)
fhir:focus @<CodeableConcept>?; # Classification of section
# (recommended)
fhir:focusReference @<Reference> AND {fhir:link
@<Resource> ? }?; # Classification of section by
# Resource
fhir:author @<OneOrMore_Reference_Device_OR_Group_OR_Organization_OR_Patient_OR_Practitioner_OR_PractitionerRole_OR_RelatedPerson>?; # Who and/or what authored the
# section
fhir:text @<Narrative>?; # Text summary of the section, for
# human interpretation
fhir:mode @<code> AND
{fhir:v @fhirvs:list-mode}?; # working | snapshot | changes
fhir:orderedBy @<CodeableConcept>?; # Order of section entries
fhir:entryClassifier @<OneOrMore_CodeableConcept>?; # Extensible classifiers as content
fhir:entryReference @<OneOrMore_Reference_Resource>?; # Reference to resources as content
fhir:entryQuantity @<OneOrMore_Quantity>?; # Quantity as content
fhir:emptyReason @<CodeableConcept>?; # Why the section is empty
fhir:section @<OneOrMore_EvidenceReport.section>?; # Nested Section
}
# Characteristic
<EvidenceReport.subject.characteristic> EXTENDS @<BackboneElement> CLOSED {
fhir:code @<CodeableConcept>; # Characteristic code
fhir:value (@<Reference> AND {fhir:link @<Resource> }) OR
@<CodeableConcept> OR
@<boolean> OR
@<Quantity> OR
@<Range> ; # Characteristic value
fhir:exclude @<boolean>?; # Is used to express not the
# characteristic
fhir:period @<Period>?; # Timeframe for the characteristic
}
# Relationships to other compositions/documents
<EvidenceReport.relatesTo> EXTENDS @<BackboneElement> CLOSED {
fhir:code @<code> AND
{fhir:v @fhirvs:report-relation-type}; # replaces | amends | appends |
# transforms | replacedWith |
# amendedWith | appendedWith |
# transformedWith
fhir:target @<EvidenceReport.relatesTo.target>; # Target of the relationship
}
# Target of the relationship
<EvidenceReport.relatesTo.target> EXTENDS @<BackboneElement> CLOSED {
fhir:url @<uri>?; # Target of the relationship URL
fhir:identifier @<Identifier>?; # Target of the relationship
# Identifier
fhir:display @<markdown>?; # Target of the relationship Display
fhir:resource @<Reference> AND {fhir:link
@<Resource> ? }?; # Target of the relationship
# Resource reference
}
# Focus of the report
<EvidenceReport.subject> EXTENDS @<BackboneElement> CLOSED {
fhir:characteristic @<OneOrMore_EvidenceReport.subject.characteristic>?; # Characteristic
fhir:note @<OneOrMore_Annotation>?; # Footnotes and/or explanatory notes
}
#---------------------- Cardinality Types (OneOrMore) -------------------
<OneOrMore_UsageContext> CLOSED {
rdf:first @<UsageContext> ;
rdf:rest [rdf:nil] OR @<OneOrMore_UsageContext>
}
<OneOrMore_Identifier> CLOSED {
rdf:first @<Identifier> ;
rdf:rest [rdf:nil] OR @<OneOrMore_Identifier>
}
<OneOrMore_Annotation> CLOSED {
rdf:first @<Annotation> ;
rdf:rest [rdf:nil] OR @<OneOrMore_Annotation>
}
<OneOrMore_RelatedArtifact> CLOSED {
rdf:first @<RelatedArtifact> ;
rdf:rest [rdf:nil] OR @<OneOrMore_RelatedArtifact>
}
<OneOrMore_ContactDetail> CLOSED {
rdf:first @<ContactDetail> ;
rdf:rest [rdf:nil] OR @<OneOrMore_ContactDetail>
}
<OneOrMore_EvidenceReport.relatesTo> CLOSED {
rdf:first @<EvidenceReport.relatesTo> ;
rdf:rest [rdf:nil] OR @<OneOrMore_EvidenceReport.relatesTo>
}
<OneOrMore_EvidenceReport.section> CLOSED {
rdf:first @<EvidenceReport.section> ;
rdf:rest [rdf:nil] OR @<OneOrMore_EvidenceReport.section>
}
<OneOrMore_Reference_Device_OR_Group_OR_Organization_OR_Patient_OR_Practitioner_OR_PractitionerRole_OR_RelatedPerson> CLOSED {
rdf:first @<Reference> AND {fhir:link
@<Device> OR
@<Group> OR
@<Organization> OR
@<Patient> OR
@<Practitioner> OR
@<PractitionerRole> OR
@<RelatedPerson> } ;
rdf:rest [rdf:nil] OR @<OneOrMore_Reference_Device_OR_Group_OR_Organization_OR_Patient_OR_Practitioner_OR_PractitionerRole_OR_RelatedPerson>
}
<OneOrMore_CodeableConcept> CLOSED {
rdf:first @<CodeableConcept> ;
rdf:rest [rdf:nil] OR @<OneOrMore_CodeableConcept>
}
<OneOrMore_Reference_Resource> CLOSED {
rdf:first @<Reference> AND {fhir:link
@<Resource> } ;
rdf:rest [rdf:nil] OR @<OneOrMore_Reference_Resource>
}
<OneOrMore_Quantity> CLOSED {
rdf:first @<Quantity> ;
rdf:rest [rdf:nil] OR @<OneOrMore_Quantity>
}
<OneOrMore_EvidenceReport.subject.characteristic> CLOSED {
rdf:first @<EvidenceReport.subject.characteristic> ;
rdf:rest [rdf:nil] OR @<OneOrMore_EvidenceReport.subject.characteristic>
}
#---------------------- Value Sets ------------------------
# The processing mode that applies to this list.
fhirvs:list-mode ["working" "snapshot" "changes"]
# The lifecycle status of an artifact.
fhirvs:publication-status ["draft" "active" "retired" "unknown"]
# The type of relationship between reports.
fhirvs:report-relation-type ["replaces" "amends" "appends" "transforms" "replacedWith" "amendedWith" "appendedWith" "transformedWith"]
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-ballot1 generated on Mon, Dec 18, 2023 15:17+1100.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R5 |
|
Propose a change