Skip to main content

MedicinalProductDefinitionCreateInput

No description

input MedicinalProductDefinitionCreateInput {
identifier: [IdentifierCreateInput!]
type: CodeableConceptCreateInput
domain: CodeableConceptCreateInput
version: String
status: CodeableConceptCreateInput
statusDate: Date
description: String
combinedPharmaceuticalDoseForm: CodeableConceptCreateInput
route: [CodeableConceptCreateInput!]
indication: String
legalStatusOfSupply: CodeableConceptCreateInput
additionalMonitoringIndicator: CodeableConceptCreateInput
specialMeasures: [CodeableConceptCreateInput!]
pediatricUseIndicator: CodeableConceptCreateInput
classification: [CodeableConceptCreateInput!]
marketingStatus: [MarketingStatusCreateInput!]
packagedMedicinalProduct: [CodeableConceptCreateInput!]
ingredient: [CodeableConceptCreateInput!]
impurity: [CodeableReferenceCreateInput!]
attachedDocument: [ReferenceCreateInput!]
masterFile: [ReferenceCreateInput!]
contact: [MedicinalProductDefinitionContactCreateInput!]
clinicalTrial: [ReferenceCreateInput!]
code: [CodingCreateInput!]
name: [MedicinalProductDefinitionNameCreateInput!]!
crossReference: [MedicinalProductDefinitionCrossReferenceCreateInput!]
operation: [MedicinalProductDefinitionOperationCreateInput!]
characteristic: [MedicinalProductDefinitionCharacteristicCreateInput!]
text: NarrativeCreateInput
contained: [ResourceCreateInput!]
extension: [FhirExtensionCreateInput!]
modifierExtension: [FhirExtensionCreateInput!]
id: String
meta: FhirMetaCreateInput
implicitRules: Uri
language: String
}

Fields

MedicinalProductDefinitionCreateInput.identifier ● [IdentifierCreateInput!] list input

Business identifier for this product. Could be an MPID. When in development or being regulated, products are typically referenced by official identifiers, assigned by a manufacturer or regulator, and unique to a product (which, when compared to a product instance being prescribed, is actually a product type). See also MedicinalProductDefinition.code.

MedicinalProductDefinitionCreateInput.type ● CodeableConceptCreateInput input

Regulatory type, e.g. Investigational or Authorized.

MedicinalProductDefinitionCreateInput.domain ● CodeableConceptCreateInput input

If this medicine applies to human or veterinary uses.

MedicinalProductDefinitionCreateInput.version ● String scalar

A business identifier relating to a specific version of the product, this is commonly used to support revisions to an existing product.

MedicinalProductDefinitionCreateInput.status ● CodeableConceptCreateInput input

The status within the lifecycle of this product record. A high-level status, this is not intended to duplicate details carried elsewhere such as legal status, or authorization status.

MedicinalProductDefinitionCreateInput.statusDate ● Date scalar

The date at which the given status became applicable.

MedicinalProductDefinitionCreateInput.description ● String scalar

General description of this product.

MedicinalProductDefinitionCreateInput.combinedPharmaceuticalDoseForm ● CodeableConceptCreateInput input

The dose form for a single part product, or combined form of a multiple part product. This is one concept that describes all the components. It does not represent the form with components physically mixed, if that might be necessary, for which see (AdministrableProductDefinition.administrableDoseForm).

MedicinalProductDefinitionCreateInput.route ● [CodeableConceptCreateInput!] list input

The path by which the product is taken into or makes contact with the body. In some regions this is referred to as the licenced or approved route. See also AdministrableProductDefinition resource. MedicinalProductDefinition.route is the same concept as AdministrableProductDefinition.routeOfAdministration.code, and they cannot be used together.

MedicinalProductDefinitionCreateInput.indication ● String scalar

Description of indication(s) for this product, used when structured indications are not required. In cases where structured indications are required, they are captured using the ClinicalUseDefinition resource. An indication is a medical situation for which using the product is appropriate.

MedicinalProductDefinitionCreateInput.legalStatusOfSupply ● CodeableConceptCreateInput input

The legal status of supply of the medicinal product as classified by the regulator.

MedicinalProductDefinitionCreateInput.additionalMonitoringIndicator ● CodeableConceptCreateInput input

Whether the Medicinal Product is subject to additional monitoring for regulatory reasons, such as heightened reporting requirements.

MedicinalProductDefinitionCreateInput.specialMeasures ● [CodeableConceptCreateInput!] list input

Whether the Medicinal Product is subject to special measures for regulatory reasons, such as a requirement to conduct post-authorisation studies.

MedicinalProductDefinitionCreateInput.pediatricUseIndicator ● CodeableConceptCreateInput input

If authorised for use in children, or infants, neonates etc.

MedicinalProductDefinitionCreateInput.classification ● [CodeableConceptCreateInput!] list input

Allows the product to be classified by various systems, commonly WHO ATC.

MedicinalProductDefinitionCreateInput.marketingStatus ● [MarketingStatusCreateInput!] list input

Marketing status of the medicinal product, in contrast to marketing authorization. This refers to the product being actually on the market as opposed to being allowed to be on the market (which is an authorization).

MedicinalProductDefinitionCreateInput.packagedMedicinalProduct ● [CodeableConceptCreateInput!] list input

Package type for the product. See also the PackagedProductDefinition resource.

MedicinalProductDefinitionCreateInput.ingredient ● [CodeableConceptCreateInput!] list input

The ingredients of this medicinal product - when not detailed in other resources. This is only needed if the ingredients are not specified by incoming references from the Ingredient resource, or indirectly via incoming AdministrableProductDefinition, PackagedProductDefinition or ManufacturedItemDefinition references. In cases where those levels of detail are not used, the ingredients may be specified directly here as codes.

MedicinalProductDefinitionCreateInput.impurity ● [CodeableReferenceCreateInput!] list input

Any component of the drug product which is not the chemical entity defined as the drug substance, or an excipient in the drug product. This includes process-related impurities and contaminants, product-related impurities including degradation products.

MedicinalProductDefinitionCreateInput.attachedDocument ● [ReferenceCreateInput!] list input

Additional information or supporting documentation about the medicinal product.

MedicinalProductDefinitionCreateInput.masterFile ● [ReferenceCreateInput!] list input

A master file for the medicinal product (e.g. Pharmacovigilance System Master File). Drug master files (DMFs) are documents submitted to regulatory agencies to provide confidential detailed information about facilities, processes or articles used in the manufacturing, processing, packaging and storing of drug products.

MedicinalProductDefinitionCreateInput.contact ● [MedicinalProductDefinitionContactCreateInput!] list input

A product specific contact, person (in a role), or an organization.

MedicinalProductDefinitionCreateInput.clinicalTrial ● [ReferenceCreateInput!] list input

Clinical trials or studies that this product is involved in.

MedicinalProductDefinitionCreateInput.code ● [CodingCreateInput!] list input

A code that this product is known by, usually within some formal terminology, perhaps assigned by a third party (i.e. not the manufacturer or regulator). Products (types of medications) tend to be known by identifiers during development and within regulatory process. However when they are prescribed they tend to be identified by codes. The same product may be have multiple codes, applied to it by multiple organizations.

MedicinalProductDefinitionCreateInput.name ● [MedicinalProductDefinitionNameCreateInput!]! non-null input

The product s name, including full name and possibly coded parts.

MedicinalProductDefinitionCreateInput.crossReference ● [MedicinalProductDefinitionCrossReferenceCreateInput!] list input

Reference to another product, e.g. for linking authorised to investigational product, or a virtual product.

MedicinalProductDefinitionCreateInput.operation ● [MedicinalProductDefinitionOperationCreateInput!] list input

A manufacturing or administrative process or step associated with (or performed on) the medicinal product.

MedicinalProductDefinitionCreateInput.characteristic ● [MedicinalProductDefinitionCharacteristicCreateInput!] list input

Allows the key product features to be recorded, such as sugar free , modified release , parallel import .

MedicinalProductDefinitionCreateInput.text ● NarrativeCreateInput input

A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it clinically safe for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.

MedicinalProductDefinitionCreateInput.contained ● [ResourceCreateInput!] list input

These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.

MedicinalProductDefinitionCreateInput.extension ● [FhirExtensionCreateInput!] list input

May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

MedicinalProductDefinitionCreateInput.modifierExtension ● [FhirExtensionCreateInput!] list input

May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

MedicinalProductDefinitionCreateInput.id ● String scalar

The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.

MedicinalProductDefinitionCreateInput.meta ● FhirMetaCreateInput input

The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.

MedicinalProductDefinitionCreateInput.implicitRules ● Uri scalar

A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.

MedicinalProductDefinitionCreateInput.language ● String scalar

The base language in which the resource is written.

Member Of

MedicinalProductDefinitionCreate mutation