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: Orders and Observations Work Group | Standards Status : Informative |
Compartments
:
|
ShEx statement for biologicallyderivedproduct
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#> # ShEx Version 2.2 IMPORT <Range.shex> IMPORT <Ratio.shex>IMPORT <string.shex>IMPORT <String.shex> IMPORT <Coding.shex> IMPORT <Period.shex> IMPORT <Patient.shex>IMPORT <boolean.shex> IMPORT <integer.shex> IMPORT <dateTime.shex>IMPORT <Boolean.shex> IMPORT <Integer.shex> IMPORT <DateTime.shex> IMPORT <Quantity.shex> IMPORT <Reference.shex> IMPORT <Procedure.shex> IMPORT <Identifier.shex> IMPORT <Attachment.shex> IMPORT <Practitioner.shex> IMPORT <Organization.shex> IMPORT <DomainResource.shex> IMPORT <ServiceRequest.shex> IMPORT <CodeableConcept.shex> IMPORT <BackboneElement.shex> IMPORT <PractitionerRole.shex> start=@<BiologicallyDerivedProduct> AND {fhir:nodeRole [fhir:treeRoot]} # This resource reflects an instance of a biologically derived product <BiologicallyDerivedProduct> EXTENDS @<DomainResource> CLOSED { a [fhir:BiologicallyDerivedProduct]?;fhir:nodeRole [fhir:treeRoot]?; fhir:productCategory @<OneOrMore_CodeableConcept>?; # A category or classification of # the product fhir:productCode @<CodeableConcept>?; # A code that identifies the kind of # this biologically derived product fhir:parent @<OneOrMore_Reference_BiologicallyDerivedProduct>?; # The parent biologically-derived # product fhir:request @<OneOrMore_Reference_ServiceRequest>?; # Request to obtain and/or infuse # this product fhir:identifier @<OneOrMore_Identifier>?; # Instance identifier fhir:biologicalSourceEvent @<Identifier>?; # An identifier that supports # traceability to the event during # which material in this product # from one or more biological # entities was obtained or pooled fhir:processingFacility @<OneOrMore_Reference_Organization>?; # Processing facilities responsible # for the labeling and distribution # of this biologically derived # productfhir:division @<string>?; # A unique identifier for an aliquotfhir:division @<String>?; # A unique identifier for an aliquot # of a product fhir:productStatus @<Coding>?; # available | unavailable | # processed | applied | discardedfhir:expirationDate @<dateTime>?; # Date, and where relevant time, offhir:expirationDate @<DateTime>?; # Date, and where relevant time, of # expiration fhir:collection @<BiologicallyDerivedProduct.collection>?; # How this product was collected fhir:storageTempRequirements @<Range>?; # Product storage temperature # requirements fhir:property @<OneOrMore_BiologicallyDerivedProduct.property>?; # A property that is specific to # this BiologicallyDerviedProduct # instance } # How this product was collected <BiologicallyDerivedProduct.collection> EXTENDS @<BackboneElement> CLOSED {fhir:collector @<Reference> AND {fhir:linkfhir:collector @<Reference> AND {fhir:l @<Practitioner> OR@<PractitionerRole> ? }?; # Individual performing collection fhir:source @<Reference> AND {fhir:link @<Organization> OR@<PractitionerRole> ? }?; # Individual performing the # collection fhir:sourcePatient @<Reference> AND {fhir:l @<Patient> ? }?; # The patient who underwent the # medical procedure to collect the# product or the organization that # facilitated the collection fhir:collected @<dateTime> OR# product fhir:sourceOrganization @<Reference> AND {fhir:l @<Organization> ? }?; # The organization that facilitated # the collection fhir:collected @<DateTime> OR @<Period> ?; # Time of product collectionfhir:procedure @<Reference> AND {fhir:linkfhir:procedure @<Reference> AND {fhir:l @<Procedure> ? }?; # The procedure involved in the # collection } # A property that is specific to this BiologicallyDerviedProduct instance <BiologicallyDerivedProduct.property> EXTENDS @<BackboneElement> CLOSED { fhir:type @<CodeableConcept>; # Code that specifies the propertyfhir:value @<boolean> OR @<integer> ORfhir:value @<Boolean> OR @<Integer> OR @<CodeableConcept> OR @<Period> OR @<Quantity> OR @<Range> OR @<Ratio> OR@<string> OR@<String> OR @<Attachment> ; # Property values } #---------------------- Cardinality Types (OneOrMore) ------------------- <OneOrMore_CodeableConcept> CLOSED { rdf:first @<CodeableConcept> ; rdf:rest [rdf:nil] OR @<OneOrMore_CodeableConcept> } <OneOrMore_Reference_BiologicallyDerivedProduct> CLOSED {rdf:first @<Reference> AND {fhir:linkrdf:first @<Reference> AND {fhir:l @<BiologicallyDerivedProduct> } ; rdf:rest [rdf:nil] OR @<OneOrMore_Reference_BiologicallyDerivedProduct> } <OneOrMore_Reference_ServiceRequest> CLOSED {rdf:first @<Reference> AND {fhir:linkrdf:first @<Reference> AND {fhir:l @<ServiceRequest> } ; rdf:rest [rdf:nil] OR @<OneOrMore_Reference_ServiceRequest> } <OneOrMore_Identifier> CLOSED { rdf:first @<Identifier> ; rdf:rest [rdf:nil] OR @<OneOrMore_Identifier> } <OneOrMore_Reference_Organization> CLOSED {rdf:first @<Reference> AND {fhir:linkrdf:first @<Reference> AND {fhir:l @<Organization> } ; rdf:rest [rdf:nil] OR @<OneOrMore_Reference_Organization> } <OneOrMore_BiologicallyDerivedProduct.property> CLOSED { rdf:first @<BiologicallyDerivedProduct.property> ; rdf:rest [rdf:nil] OR @<OneOrMore_BiologicallyDerivedProduct.property> }
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,
Mon,
Nov
10,
2025
12:24+1100.
04:55+0000.
Links:
Search
|
Version
History
|
Contents
|
Glossary
|
QA
|
Compare
to
R4
|
Compare
to
R5
|
Compare
to
Last
Ballot
|
|
Propose
a
change