StorageTemperature
- class fhir_biobank.storageTemperature.StorageTemperature(storage_temperature_code: str)[source]
Bases:
objectThis class represents extension that specifies code in which temperature was the sample kept at. It is is used in specimen resources (parameter extensions.) URL of the extension is already provided.
- Parameters
storage_temperature_code (string) – code of the temperature that the sample was stored in. Available codes are at https://simplifier.net/bbmri.de/storagetemperature
- property fhirExtension
Getter for a storage temperature extension interpreted as a FHIR extension.
- Returns
FHIR StorageTemeperature extension in a correct FHIR representation.
- property storageTemperatureCode
Gettter for a Code that indicates in which temperature the sample was stored in.
:return:Code of the storage temperature
- property storageTemperatureUrl
Getter for URL that defines storage temperature extension.
- Returns
URL to a definition of a storage temperature extension.