Cardea
cardea.fhir.
MeasureReport
The MeasureReport resource contains the results of evaluating a measure.
resourceType – This is a MeasureReport resource
identifier – A formal identifier that is used to identify this report when it is represented in other formats, or referenced in a specification, model, design or an instance.
status – The report status. No data will be available until the report status is complete.
type – The type of measure report. This may be an individual report, which provides a single patient’s score for the measure; a patient listing, which returns the list of patients that meet the various criteria in the measure; or a summary report, which returns a population count for each of the criteria in the measure.
measure – A reference to the Measure that was evaluated to produce this report.
patient – Optional Patient if the report was requested for a single patient.
date – The date this measure report was generated.
reportingOrganization – Reporting Organization.
period – The reporting period for which the report was calculated.
group – The results of the calculation, one for each population group in the measure.
evaluatedResources – A reference to a Bundle containing the Resources that were used in the evaluation of this report.
__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.