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 
| Orders and Observations Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: No defined 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#>
IMPORT <Range.shex>
IMPORT <Ratio.shex>
IMPORT <Coding.shex>
IMPORT <string.shex>
IMPORT <Period.shex>
IMPORT <boolean.shex>
IMPORT <integer.shex>
IMPORT <Patient.shex>
IMPORT <dateTime.shex>
IMPORT <Quantity.shex>
IMPORT <Reference.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 @<Coding>?; # organ | tissue | fluid | cells |
# biologicalAgent
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
# product
fhir:division @<string>?; # A unique identifier for an aliquot
# of a product
fhir:productStatus @<Coding>?; # available | unavailable
fhir: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
}
# A property that is specific to this BiologicallyDerviedProduct instance
<BiologicallyDerivedProduct.property> EXTENDS @<BackboneElement> CLOSED {
fhir:type @<CodeableConcept>; # Code that specifies the property
fhir:value @<boolean> OR
@<integer> OR
@<CodeableConcept> OR
@<Period> OR
@<Quantity> OR
@<Range> OR
@<Ratio> OR
@<string> OR
@<Attachment> ; # Property values
}
# How this product was collected
<BiologicallyDerivedProduct.collection> EXTENDS @<BackboneElement> CLOSED {
fhir:collector @<Reference> AND {fhir:link
@<Practitioner> OR
@<PractitionerRole> ? }?; # Individual performing collection
fhir:source @<Reference> AND {fhir:link
@<Organization> OR
@<Patient> ? }?; # The patient who underwent the
# medical procedure to collect the
# product or the organization that
# facilitated the collection
fhir:collected @<dateTime> OR
@<Period> ?; # Time of product collection
}
#---------------------- Cardinality Types (OneOrMore) -------------------
<OneOrMore_Reference_BiologicallyDerivedProduct> CLOSED {
rdf:first @<Reference> AND {fhir:link
@<BiologicallyDerivedProduct> } ;
rdf:rest [rdf:nil] OR @<OneOrMore_Reference_BiologicallyDerivedProduct>
}
<OneOrMore_Reference_ServiceRequest> CLOSED {
rdf:first @<Reference> AND {fhir:link
@<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:link
@<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-ballot1 generated on Mon, Dec 18, 2023 15:16+1100.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R5 |
|
Propose a change