Skip to main content

HS.FHIR.DTL.vR4.Model.Resource.MedicinalProductAuthorization

class HS.FHIR.DTL.vR4.Model.Resource.MedicinalProductAuthorization extends HS.FHIR.DTL.vR4.Model.Base.DomainResource

The regulatory authorization of a medicinal product.

Property Inventory

Parameters

parameter ELEMENTQUALIFIED = 1;
Inherited description: ELEMENTQUALIFIED controls the format of exported XML. The ELEMENTQUALIFIED specification should be based on the elementFormDefault attribute of the schema that defines the type. To maintain compatibility, ELEMENTQUALIFIED will default to 1 (true) for literal format export and will default to 0 (false) for encoded or encoded12 format export. These were the values always previously assumed for the elementFormDefault attribute.

NOTE: Direct use of XMLExport method does not support the ELEMENTQUALIFIED. The export must be done using %XML.Writer or SOAP support.

parameter XMLNAME = MedicinalProductAuthorization;
Inherited description: This parameter provides the default XMLNAME for the class. If it is empty then the class name will be used to construct a default XML name. The default XMLNAME is used as the top level tag when exporting objects and the export context did not provide an XML container name.
parameter XMLPROJECTION = ELEMENT;
parameter XMLSEQUENCE = 1;
Inherited description: If the XMLSEQUENCE = 1, then the order of the XML elements must match the order of the class properties. This allows us to deal with XML where the same field appears multiple times and is distinguished by the order.
parameter XMLTYPE = MedicinalProductAuthorization;
Inherited description: This parameter provides the default XMLTYPE for the class. If it is empty then the class name will be used to construct a default XML type.

The default XMLTYPE is used when naming and referencing this type in a schema and the schema context did not provide an XML type name.

Properties

property country as list of HS.FHIR.DTL.vR4.Model.Datatype.CodeableConcept (XMLNAME = "country", XMLPROJECTION = "ELEMENT");
CodeableConcept

The country in which the marketing authorization has been granted.

any FHIR4 code from any ValueSet may be used.

Property methods: countryBuildValueArray(), countryCollectionToDisplay(), countryCollectionToOdbc(), countryDisplayToCollection(), countryGet(), countryGetObject(), countryGetObjectId(), countryGetSwizzled(), countryIsValid(), countryOdbcToCollection(), countrySet(), countrySetObject(), countrySetObjectId()
property dataExclusivityPeriod as HS.FHIR.DTL.vR4.Model.Datatype.Period (XMLNAME = "dataExclusivityPeriod", XMLPROJECTION = "ELEMENT");
Period

A period of time after authorization before generic product applicatiosn can be submitted.

Property methods: dataExclusivityPeriodGet(), dataExclusivityPeriodGetSwizzled(), dataExclusivityPeriodIsValid(), dataExclusivityPeriodNewObject(), dataExclusivityPeriodSet()
property dateOfFirstAuthorization as %String (MAXLEN = 1000000, XMLNAME = "dateOfFirstAuthorization", XMLPROJECTION = "ATTRIBUTE");
dateTime

The date when the first authorization was granted by a Medicines Regulatory Agency.

Property methods: dateOfFirstAuthorizationDisplayToLogical(), dateOfFirstAuthorizationGet(), dateOfFirstAuthorizationIsValid(), dateOfFirstAuthorizationLogicalToDisplay(), dateOfFirstAuthorizationLogicalToOdbc(), dateOfFirstAuthorizationNormalize(), dateOfFirstAuthorizationSet()
property holder as HS.FHIR.DTL.vR4.Model.Base.Reference (XMLNAME = "holder", XMLPROJECTION = "ELEMENT");
Reference

Marketing Authorization Holder.

Organization

Property methods: holderGet(), holderGetSwizzled(), holderIsValid(), holderNewObject(), holderSet()
property identifier as list of HS.FHIR.DTL.vR4.Model.Datatype.Identifier (XMLNAME = "identifier", XMLPROJECTION = "ELEMENT");
Identifier

Business identifier for the marketing authorization, as assigned by a regulator.

Property methods: identifierBuildValueArray(), identifierCollectionToDisplay(), identifierCollectionToOdbc(), identifierDisplayToCollection(), identifierGet(), identifierGetObject(), identifierGetObjectId(), identifierGetSwizzled(), identifierIsValid(), identifierOdbcToCollection(), identifierSet(), identifierSetObject(), identifierSetObjectId()
property internationalBirthDate as %String (MAXLEN = 1000000, XMLNAME = "internationalBirthDate", XMLPROJECTION = "ATTRIBUTE");
dateTime

Date of first marketing authorization for a company's new medicinal product in any country in the World.

Property methods: internationalBirthDateDisplayToLogical(), internationalBirthDateGet(), internationalBirthDateIsValid(), internationalBirthDateLogicalToDisplay(), internationalBirthDateLogicalToOdbc(), internationalBirthDateNormalize(), internationalBirthDateSet()
property jurisdiction as list of HS.FHIR.DTL.vR4.Model.Datatype.CodeableConcept (XMLNAME = "jurisdiction", XMLPROJECTION = "ELEMENT");
CodeableConcept

Jurisdiction within a country.

any FHIR4 code from any ValueSet may be used.

Property methods: jurisdictionBuildValueArray(), jurisdictionCollectionToDisplay(), jurisdictionCollectionToOdbc(), jurisdictionDisplayToCollection(), jurisdictionGet(), jurisdictionGetObject(), jurisdictionGetObjectId(), jurisdictionGetSwizzled(), jurisdictionIsValid(), jurisdictionOdbcToCollection(), jurisdictionSet(), jurisdictionSetObject(), jurisdictionSetObjectId()
property jurisdictionalAuthorization as list of HS.FHIR.DTL.vR4.Model.Element.MedicinalProductAuthorization.jurisdictionalAuthorization (XMLNAME = "jurisdictionalAuthorization", XMLPROJECTION = "ELEMENT");
BackboneElement

Authorization in areas within a country.

Property methods: jurisdictionalAuthorizationBuildValueArray(), jurisdictionalAuthorizationCollectionToDisplay(), jurisdictionalAuthorizationCollectionToOdbc(), jurisdictionalAuthorizationDisplayToCollection(), jurisdictionalAuthorizationGet(), jurisdictionalAuthorizationGetObject(), jurisdictionalAuthorizationGetObjectId(), jurisdictionalAuthorizationGetSwizzled(), jurisdictionalAuthorizationIsValid(), jurisdictionalAuthorizationOdbcToCollection(), jurisdictionalAuthorizationSet(), jurisdictionalAuthorizationSetObject(), jurisdictionalAuthorizationSetObjectId()
property legalBasis as HS.FHIR.DTL.vR4.Model.Datatype.CodeableConcept (XMLNAME = "legalBasis", XMLPROJECTION = "ELEMENT");
CodeableConcept

The legal framework against which this authorization is granted.

any FHIR4 code from any ValueSet may be used.

Property methods: legalBasisGet(), legalBasisGetSwizzled(), legalBasisIsValid(), legalBasisNewObject(), legalBasisSet()
property procedure as HS.FHIR.DTL.vR4.Model.Element.MedicinalProductAuthorization.procedure (XMLNAME = "procedure", XMLPROJECTION = "ELEMENT");
BackboneElement

The regulatory procedure for granting or amending a marketing authorization.

Property methods: procedureGet(), procedureGetSwizzled(), procedureIsValid(), procedureNewObject(), procedureSet()
property regulator as HS.FHIR.DTL.vR4.Model.Base.Reference (XMLNAME = "regulator", XMLPROJECTION = "ELEMENT");
Reference

Medicines Regulatory Agency.

Organization

Property methods: regulatorGet(), regulatorGetSwizzled(), regulatorIsValid(), regulatorNewObject(), regulatorSet()
property restoreDate as %String (MAXLEN = 1000000, XMLNAME = "restoreDate", XMLPROJECTION = "ATTRIBUTE");
dateTime

The date when a suspended the marketing or the marketing authorization of the product is anticipated to be restored.

Property methods: restoreDateDisplayToLogical(), restoreDateGet(), restoreDateIsValid(), restoreDateLogicalToDisplay(), restoreDateLogicalToOdbc(), restoreDateNormalize(), restoreDateSet()
property status as HS.FHIR.DTL.vR4.Model.Datatype.CodeableConcept (XMLNAME = "status", XMLPROJECTION = "ELEMENT");
CodeableConcept

The status of the marketing authorization.

any FHIR4 code from any ValueSet may be used.

Property methods: statusGet(), statusGetSwizzled(), statusIsValid(), statusNewObject(), statusSet()
property statusDate as %String (MAXLEN = 1000000, XMLNAME = "statusDate", XMLPROJECTION = "ATTRIBUTE");
dateTime

The date at which the given status has become applicable.

Property methods: statusDateDisplayToLogical(), statusDateGet(), statusDateIsValid(), statusDateLogicalToDisplay(), statusDateLogicalToOdbc(), statusDateNormalize(), statusDateSet()
property subject as HS.FHIR.DTL.vR4.Model.Base.Reference (XMLNAME = "subject", XMLPROJECTION = "ELEMENT");
Reference

The medicinal product that is being authorized.

MedicinalProduct | MedicinalProductPackaged

Property methods: subjectGet(), subjectGetSwizzled(), subjectIsValid(), subjectNewObject(), subjectSet()
property validityPeriod as HS.FHIR.DTL.vR4.Model.Datatype.Period (XMLNAME = "validityPeriod", XMLPROJECTION = "ELEMENT");
Period

The beginning of the time period in which the marketing authorization is in the specific status shall be specified A complete date consisting of day, month and year shall be specified using the ISO 8601 date format.

Property methods: validityPeriodGet(), validityPeriodGetSwizzled(), validityPeriodIsValid(), validityPeriodNewObject(), validityPeriodSet()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab