Class TEncounterDiagnosis
Unit
bsFhir_r4b
Declaration
type TEncounterDiagnosis = class(TBackboneElement)
Description
An interaction between a patient and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property condition : TReference read Getcondition write Setcondition; |
Reason the encounter takes place, as specified using information from another resource. For admissions, this is the admission diagnosis. The indication will typically be a Condition (with other resources referenced in the evidence.detail), or a Procedure.
|
|
property use : TCodeableConcept read Getuse write Setuse; |
Role that this diagnosis has within the encounter (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.
|