Cardea
cardea.fhir.
RiskAssessment
An assessment of the likely outcome(s) for a patient or other subject as well as the likelihood of each outcome.
resourceType – This is a RiskAssessment resource
identifier – Business identifier assigned to the risk assessment.
basedOn – A reference to the request that is fulfilled by this risk assessment.
parent – A reference to a resource that this risk assessment is part of, such as a Procedure.
status – The status of the RiskAssessment, using the same statuses as an Observation.
method – The algorithm, process or mechanism used to evaluate the risk.
code – The type of the risk assessment performed.
subject – The patient or group the risk assessment applies to.
context – The encounter where the assessment was performed.
occurrenceDateTime – The date (and possibly time) the risk assessment was performed.
occurrencePeriod – The date (and possibly time) the risk assessment was performed.
condition – For assessments or prognosis specific to a particular condition, indicates the condition being assessed.
performer – The provider or software application that performed the assessment.
reasonCodeableConcept – The reason the risk assessment was performed.
reasonReference – The reason the risk assessment was performed.
basis – Indicates the source data considered as part of the assessment (FamilyHistory, Observations, Procedures, Conditions, etc.).
prediction – Describes the expected outcome for the subject.
mitigation – A description of the steps that might be taken to reduce the identified risk(s).
comment – Additional comments about the risk assessment.
__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.