Class TEpisodeOfCareDiagnosis
Unit
bsFhir_r5
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 : TCodeableReferenceArray read GetconditionArray; |
The medical condition that was addressed during the episode of care, expressed as a text, code or a reference to another resource.
|
|
property use : TCodeableConcept read Getuse write Setuse; |
Role that this diagnosis has within the episode of care (e.g. admission, billing, discharge …).
|
Generated by PasDoc 0.15.0.
|