Class TEpisodeOfCareDiagnosis
Unit
bsFhir_stu3
Declaration
type TEpisodeOfCareDiagnosis = class(TBackboneElement)
Description
An association between a patient and an organization / healthcare provider(s) during which time encounters may occur. The managing organization assumes a level of responsibility for the patient during this time.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property condition : TReference read Getcondition write Setcondition; |
A list of conditions/problems/diagnoses that this episode of care is intended to be providing care for.
|
|
property role : TCodeableConcept read Getrole write Setrole; |
Role that this diagnosis has within the episode of care (e.g. admission, billing, discharge …).
|
|
property rank : Int64 read Getrank write Setrank; |
Ranking of the diagnosis (for each role type).
|
|
property rankElement : TpositiveInt read GetrankElement write SetrankElement; |
|
Generated by PasDoc 0.15.0.
|