BiologicallyDerivedProduct - FHIR Resource (r4)
This BiologicallyDerivedProduct Resource uses the
FHIR API standard for access and structure.
Validate an BiologicallyDerivedProduct FHIR Resource (r4)
BiologicallyDerivedProduct Attributes
AttributeField is listTypeDescription
Description: External ids for this item
Attribute Type : Identifier
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Description: organ | tissue | fluid | cells | biologicalAgent
Attribute Type : code
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"productCategory":
Description: What this biologically derived product is
Attribute Type : CodeableConcept
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Description: available | unavailable
Attribute Type : code
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Description: Procedure request
Attribute Type : Reference
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Description: The amount of this biologically derived product
Attribute Type : integer
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Description: BiologicallyDerivedProduct parent
Attribute Type : Reference
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Description: How this product was collected
Attribute Type : Data Type
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Description: Any processing of the product during collection
Attribute Type : Data Type
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Description: Any manipulation of product post-collection
Attribute Type : Data Type
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Description: Product storage
Attribute Type : Data Type
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
BiologicallyDerivedProduct Example
{
"resourceType": "BiologicallyDerivedProduct",
"id": "example",
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">[Put rendering here]</div>"
}
}
BiologicallyDerivedProduct Structure
{
"resourceType" : "BiologicallyDerivedProduct",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"identifier" : [{ Identifier }], // External ids for this item
"productCategory" : "<code>", // organ | tissue | fluid | cells | biologicalAgent
"productCode" : { CodeableConcept }, // What this biologically derived product is
"status" : "<code>", // available | unavailable
"request" : [{ Reference(ServiceRequest) }], // Procedure request
"quantity" : <integer>, // The amount of this biologically derived product
"parent" : [{ Reference(BiologicallyDerivedProduct) }], // BiologicallyDerivedProduct parent
"collection" : { // How this product was collected
"collector" : { Reference(Practitioner|PractitionerRole) }, // Individual performing collection
"source" : { Reference(Patient|Organization) }, // Who is product from
// collected[x]: Time of product collection. One of these 2:
"collectedDateTime" : "<dateTime>"
"collectedPeriod" : { Period }
},
"processing" : [{ // Any processing of the product during collection
"description" : "<string>", // Description of of processing
"procedure" : { CodeableConcept }, // Procesing code
"additive" : { Reference(Substance) }, // Substance added during processing
// time[x]: Time of processing. One of these 2:
"timeDateTime" : "<dateTime>"
"timePeriod" : { Period }
}],
"manipulation" : { // Any manipulation of product post-collection
"description" : "<string>", // Description of manipulation
// time[x]: Time of manipulation. One of these 2:
"timeDateTime" : "<dateTime>"
"timePeriod" : { Period }
},
"storage" : [{ // Product storage
"description" : "<string>", // Description of storage
"temperature" : <decimal>, // Storage temperature
"scale" : "<code>", // farenheit | celsius | kelvin
"duration" : { Period } // Storage timeperiod
}]
}
BiologicallyDerivedProduct Search Parameters
The following search parameters can be used to query BiologicallyDerivedProduct resources. Just submit them like so:
https://api.1up.health/fhir/r4/BiologicallyDerivedProduct?query-param=queryvalue
Search Parameter | Field Type | Resource Fields Searched |
---|