Cardea
cardea.fhir.
DetectedIssue
Indicates an actual or potential clinical issue with or between one or more active or proposed clinical actions for a patient; e.g. Drug-drug interaction, Ineffective treatment frequency, Procedure-condition conflict, etc.
resourceType – This is a DetectedIssue resource
identifier – Business identifier associated with the detected issue record.
status – Indicates the status of the detected issue.
category – Identifies the general type of issue identified.
severity – Indicates the degree of importance associated with the identified issue based on the potential impact on the patient.
patient – Indicates the patient whose record the detected issue is associated with.
date – The date or date-time when the detected issue was initially identified.
author – Individual or device responsible for the issue being raised. For example, a decision support application or a pharmacist conducting a medication review.
implicated – Indicates the resource representing the current activity or proposed activity that is potentially problematic.
detail – A textual explanation of the detected issue.
reference – The literature, knowledge-base or similar reference that describes the propensity for the detected issue identified.
mitigation – Indicates an action that has been taken or is committed to to reduce or eliminate the likelihood of the risk identified by the detected issue from manifesting. Can also reflect an observation of known mitigating factors that may reduce/eliminate the need for any action.
__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.