Cardea
cardea.fhir.
Dosage
Indicates how the medication is/was taken or should be taken by the patient.
sequence – Indicates the order in which the dosage instructions should be applied or interpreted.
text – Free text dosage instructions e.g. SIG.
additionalInstruction – Supplemental instruction - e.g. “with meals”.
patientInstruction – Instructions in terms that are understood by the patient or consumer.
timing – When medication should be administered.
asNeededBoolean – Indicates whether the Medication is only taken when needed within a specific dosing schedule (Boolean option), or it indicates the precondition for taking the Medication (CodeableConcept).
asNeededCodeableConcept – Indicates whether the Medication is only taken when needed within a specific dosing schedule (Boolean option), or it indicates the precondition for taking the Medication (CodeableConcept).
site – Body site to administer to.
route – How drug should enter body.
method – Technique for administering medication.
doseRange – Amount of medication per dose.
doseSimpleQuantity – Amount of medication per dose.
maxDosePerPeriod – Upper limit on medication per unit of time.
maxDosePerAdministration – Upper limit on medication per administration.
maxDosePerLifetime – Upper limit on medication per lifetime of the patient.
rateRatio – Amount of medication per unit of time.
rateRange – Amount of medication per unit of time.
rateSimpleQuantity – Amount of medication per unit of time.
__init__
Initialize self. See help(type(self)) for accurate signature.
Methods
__init__([dict_values])
Initialize self.
assert_type()
assert_type
Checks class values follow set possible enumerations.
get_dataframe()
get_dataframe
Returns dataframe from class attribute values.
get_eligible_relationships()
get_eligible_relationships
Returns class relationships for attributes that are used.
get_id()
get_id
Returns fhir class identifier.
get_relationships()
get_relationships
Returns class relationships.
set_attributes(dict_values)
set_attributes
Sets values to class attributes.