cardea.fhir.RiskAssessment

class cardea.fhir.RiskAssessment(dict_values=None)

An assessment of the likely outcome(s) for a patient or other subject as well as the likelihood of each outcome.

Parameters
  • 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__(dict_values=None)

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__([dict_values])

Initialize self.

assert_type()

Checks class values follow set possible enumerations.

get_dataframe()

Returns dataframe from class attribute values.

get_eligible_relationships()

Returns class relationships for attributes that are used.

get_id()

Returns fhir class identifier.

get_relationships()

Returns class relationships.

set_attributes(dict_values)

Sets values to class attributes.