Class TCoverageEligibilityRequestDiagnosis
Unit
bsFhir_r5
Declaration
type TCoverageEligibilityRequestDiagnosis = class(TBackboneElement)
Description
The CoverageEligibilityRequest provides patient and insurance coverage information to an insurer for them to respond, in the form of an CoverageEligibilityResponse, with information regarding whether the stated coverage is valid and in-force and optionally to provide the insurance details of the policy.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property diagnosisCodeableConcept : TCodeableConcept read GetdiagnosisCodeableConcept write SetdiagnosisCodeableConcept; |
The nature of illness or problem in a coded form or as a reference to an external defined Condition. (choose any one of diagnosis*, but only one)
|
|
property diagnosisReference : TReference read GetdiagnosisReference write SetdiagnosisReference; |
The nature of illness or problem in a coded form or as a reference to an external defined Condition. (choose any one of diagnosis*, but only one)
|
Generated by PasDoc 0.15.0.
|