Foundation
This
page
is
part
of
the
FHIR
Specification
(v5.0.0:
R5
-
STU
v6.0.0-ballot2:
Release
6
Ballot
(2nd
Draft)
(see
Ballot
Notes
).
This
is
the
The
current
published
version
in
it's
permanent
home
(it
will
always
be
available
at
this
URL).
is
5.0.0
.
For
a
full
list
of
available
versions,
see
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R4
| 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 <Coding.shex> IMPORT <Period.shex> IMPORT <boolean.shex> IMPORT <integer.shex> IMPORT <Patient.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 @<Coding>?; # organ | tissue | fluid | cells | # biologicalAgentfhir: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 # product fhir:division @<string>?; # A unique identifier for an aliquot # of a productfhir:productStatus @<Coding>?; # available | unavailablefhir:productStatus @<Coding>?; # available | unavailable | # processed | applied | discarded 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 fhir:procedure @<Reference> AND {fhir:link @<Procedure> ? }?; # The procedure involved in the # collection } #---------------------- 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: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
R5
hl7.fhir.core#5.0.0
R6
hl7.fhir.core#6.0.0-ballot2
generated
on
Sun,
Mar
26,
2023
15:24+1100.
Mon,
Aug
12,
2024
16:57+0800.
Links:
Search
|
Version
History
|
Contents
|
Glossary
|
QA
|
Compare
to
R4
|
Compare
to
R4B
R5
|
|
Propose
a
change