Class TEpisodeOfCareReason
Unit
bsFhir_r5
Declaration
type TEpisodeOfCareReason = 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 use : TCodeableConcept read Getuse write Setuse; |
What the reason value should be used as e.g. Chief Complaint, Health Concern, Health Maintenance (including screening).
|
|
property value : TCodeableReferenceArray read GetvalueArray; |
The medical reason that is expected to be addressed during the episode of care, expressed as a text, code or a reference to another resource.
|
Generated by PasDoc 0.15.0.
|