Class TMedicinalProductAuthorizationJurisdictionalAuthorization
Unit
bsFhir_r4
Declaration
type TMedicinalProductAuthorizationJurisdictionalAuthorization = class(TBackboneElement)
Description
The regulatory authorization of a medicinal product.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifierArray read GetidentifierArray; |
The assigned number for the marketing authorization.
|
|
property country : TCodeableConcept read Getcountry write Setcountry; |
Country of authorization.
|
|
property legalStatusOfSupply : TCodeableConcept read GetlegalStatusOfSupply write SetlegalStatusOfSupply; |
The legal status of supply in a jurisdiction or region.
|
|
property validityPeriod : TPeriod read GetvalidityPeriod write SetvalidityPeriod; |
The start and expected end date of the authorization.
|
Generated by PasDoc 0.15.0.
|