Class TRegulatedAuthorizationCase
Unit
bsFhir_r5
Declaration
type TRegulatedAuthorizationCase = class(TBackboneElement)
Description
Regulatory approval, clearance or licencing related to a regulated product, treatment, facility or activity that is cited in a guidance, regulation, rule or legislative act. An example is Market Authorization relating to a Medicinal Product.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifier read Getidentifier write Setidentifier; |
Identifier by which this case can be referenced.
|
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
The defining type of case.
|
|
property status : TCodeableConcept read Getstatus write Setstatus; |
The status associated with the case.
|
|
property datePeriod : TPeriod read GetdatePeriod write SetdatePeriod; |
Relevant date for this case. (choose any one of date*, but only one)
|
|
property dateDateTime : string read GetdateDateTime write SetdateDateTime; |
Relevant date for this case. (choose any one of date*, but only one)
|
|
property dateDateTimeElement : TdateTime_ read GetdateDateTimeElement write SetdateDateTimeElement; |
|
|
property application : TRegulatedAuthorizationCaseArray read GetapplicationArray; |
A regulatory submission from an organization to a regulator, as part of an assessing case. Multiple applications may occur over time, with more or different information to support or modify the submission or the authorization. The applications can be considered as steps within the longer running case or procedure for this authorization process.
|
Generated by PasDoc 0.15.0.
|