Besa Fhir Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TRegulatedAuthorization
Unit
bsFhir_r5
Declaration
type TRegulatedAuthorization = class(TDomainResource)
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. If the element is present, it must have either a @value, an @id, or extensions
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifierArray read GetidentifierArray; |
Business identifier for the authorization, typically assigned by the authorizing body.
|
|
property subject : TReferenceArray read GetsubjectArray; |
The product type, treatment, facility or activity that is being authorized.
|
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
Overall type of this authorization, for example drug marketing approval, orphan drug designation.
|
|
property description : string read Getdescription write Setdescription; |
General textual supporting information.
|
|
property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement; |
|
|
property region : TCodeableConceptArray read GetregionArray; |
The territory (e.g., country, jurisdiction etc.) in which the authorization has been granted.
|
|
property status : TCodeableConcept read Getstatus write Setstatus; |
The status that is authorised e.g. approved. Intermediate states and actions can be tracked with cases and applications.
|
|
property statusDate : string read GetstatusDate write SetstatusDate; |
The date at which the current status was assigned.
|
|
property statusDateElement : TdateTime_ read GetstatusDateElement write SetstatusDateElement; |
|
|
property validityPeriod : TPeriod read GetvalidityPeriod write SetvalidityPeriod; |
The time period in which the regulatory approval, clearance or licencing is in effect. As an example, a Marketing Authorization includes the date of authorization and/or an expiration date.
|
|
property indication : TCodeableReferenceArray read GetindicationArray; |
Condition for which the use of the regulated product applies.
|
|
property intendedUse : TCodeableConcept read GetintendedUse write SetintendedUse; |
The intended use of the product, e.g. prevention, treatment, diagnosis.
|
|
property basis : TCodeableConceptArray read GetbasisArray; |
The legal or regulatory framework against which this authorization is granted, or other reasons for it.
|
|
property holder : TReference read Getholder write Setholder; |
The organization that has been granted this authorization, by some authoritative body (the 'regulator').
|
|
property regulator : TReference read Getregulator write Setregulator; |
The regulatory authority or authorizing body granting the authorization. For example, European Medicines Agency (EMA), Food and Drug Administration (FDA), Health Canada (HC), etc.
|
|
property attachedDocument : TReferenceArray read GetattachedDocumentArray; |
Additional information or supporting documentation about the authorization.
|
|
property case_ : TRegulatedAuthorizationCase read Getcase_ write Setcase_; |
The case or regulatory procedure for granting or amending a regulated authorization. An authorization is granted in response to submissions/applications by those seeking authorization. A case is the administrative process that deals with the application(s) that relate to this and assesses them. Note: This area is subject to ongoing review and the workgroup is seeking implementer feedback on its use (see link at bottom of page).
|
Generated by PasDoc 0.15.0.
|