This page is part of the FHIR Specification (v5.0.0: R5 - STU). This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions . Page versions: R5 R4
Substancereferenceinformation.shex
Raw ShEx
ShEx statement for substancereferenceinformation
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 <Range.shex>
IMPORT <string.shex>
IMPORT <Quantity.shex>
IMPORT <Identifier.shex>
IMPORT <DomainResource.shex>
IMPORT <BackboneElement.shex>
IMPORT <CodeableConcept.shex>
IMPORT <DocumentReference.shex>
start=@<SubstanceReferenceInformation> AND {fhir:nodeRole [fhir:treeRoot]}
# Todo
<SubstanceReferenceInformation> EXTENDS @<DomainResource> CLOSED {
a [fhir:SubstanceReferenceInformation]?;
fhir:nodeRole [fhir:treeRoot]?;
fhir:comment @<string>?; # Todo
fhir:gene @<OneOrMore_SubstanceReferenceInformation.gene>?; # Todo
fhir:geneElement @<OneOrMore_SubstanceReferenceInformation.geneElement>?; # Todo
fhir:target @<OneOrMore_SubstanceReferenceInformation.target>?; # Todo
}
# Todo
<SubstanceReferenceInformation.gene> EXTENDS @<BackboneElement> CLOSED {
fhir:geneSequenceOrigin @<CodeableConcept>?; # Todo
fhir:gene @<CodeableConcept>?; # Todo
fhir:source @<OneOrMore_Reference_DocumentReference>?; # Todo
}
# Todo
<SubstanceReferenceInformation.target> EXTENDS @<BackboneElement> CLOSED {
fhir:target @<Identifier>?; # Todo
fhir:type @<CodeableConcept>?; # Todo
fhir:interaction @<CodeableConcept>?; # Todo
fhir:organism @<CodeableConcept>?; # Todo
fhir:organismType @<CodeableConcept>?; # Todo
fhir:amount @<Quantity> OR
@<Range> OR
@<string> ?; # Todo
fhir:amountType @<CodeableConcept>?; # Todo
fhir:source @<OneOrMore_Reference_DocumentReference>?; # Todo
}
# Todo
<SubstanceReferenceInformation.geneElement> EXTENDS @<BackboneElement> CLOSED {
fhir:type @<CodeableConcept>?; # Todo
fhir:element @<Identifier>?; # Todo
fhir:source @<OneOrMore_Reference_DocumentReference>?; # Todo
}
#---------------------- Cardinality Types (OneOrMore) -------------------
<OneOrMore_SubstanceReferenceInformation.gene> CLOSED {
rdf:first @<SubstanceReferenceInformation.gene> ;
rdf:rest [rdf:nil] OR @<OneOrMore_SubstanceReferenceInformation.gene>
}
<OneOrMore_SubstanceReferenceInformation.geneElement> CLOSED {
rdf:first @<SubstanceReferenceInformation.geneElement> ;
rdf:rest [rdf:nil] OR @<OneOrMore_SubstanceReferenceInformation.geneElement>
}
<OneOrMore_SubstanceReferenceInformation.target> CLOSED {
rdf:first @<SubstanceReferenceInformation.target> ;
rdf:rest [rdf:nil] OR @<OneOrMore_SubstanceReferenceInformation.target>
}
<OneOrMore_Reference_DocumentReference> CLOSED {
rdf:first @<Reference> AND {fhir:link
@<DocumentReference> } ;
rdf:rest [rdf:nil] OR @<OneOrMore_Reference_DocumentReference>
}
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.