This page is part of the FHIR Specification (v3.5.0: R4 Ballot #2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Biomedical Research and Regulation Work Group | Maturity Level: 0 | Trial Use | Compartments: Not linked to any defined compartments |
Detailed definition of a medicinal product, typically for uses other than direct patient care (e.g. regulatory use).
Any pharmaceutical product or combination of pharmaceutical products that may be administered to human beings (or animals) for treating or preventing disease, with the aim/purpose of making a medical diagnosis or to restore, correct or modify physiological functions.
A Medicinal Product may contain in the packaging one or more manufactured items and one or more pharmaceutical products. In certain regions a Medicinal Product may also be defined as any substance or combination of substances which may be used to make a medical diagnosis.
This applies to proprietary medicinal products for human use intended to be placed on the market and to industrially manufactured medicinal products, the marketing of which has been authorised by a Medicines Regulatory Agency. However, the provisions do not apply to: i) medicinal products prepared according to prescription (e.g. prepared in a pharmacy from a prescription intended for a specific patient), ii) medicinal products prepared in accordance with an official formula (e.g. prepared in a pharmacy in accordance with the instructions in a pharmacopoeia and intended to be given direct to the patient by the pharmacy), iii) medicinal products intended for research and development trials (see 11.2 Investigational Medicinal Product) and to iv) intermediate products intended for subsequent processing by an authorised manufacturer. [from ENV 13607 and ENV 12610]
This resource is referenced by MedicinalProductAuthorization, MedicinalProductClinicals, MedicinalProductContraindication, MedicinalProductIndication, MedicinalProductInteraction and MedicinalProductUndesirableEffect
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
MedicinalProduct | ΣTU | DomainResource | Detailed definition of a medicinal product, typically for uses other than direct patient care (e.g. regulatory use) Elements defined in Ancestors: id, meta, implicitRules, language, text, contained, extension, modifierExtension | |
identifier | Σ | 0..* | Identifier | Business idenfifier for this product. Could be an MPID |
type | Σ | 0..1 | CodeableConcept | Regulatory type, e.g. Investigational or Authorized |
domain | Σ | 0..1 | Coding | If this medicine applies to human or veterinary uses |
combinedPharmaceuticalDoseForm | Σ | 0..1 | CodeableConcept | The dose form for a single part product, or combined form of a multiple part product |
additionalMonitoringIndicator | Σ | 0..1 | CodeableConcept | Whether the Medicinal Product is subject to additional monitoring for regulatory reasons |
specialMeasures | Σ | 0..* | string | Whether the Medicinal Product is subject to special measures for regulatory reasons |
paediatricUseIndicator | Σ | 0..1 | CodeableConcept | If authorised for use in children |
productClassification | Σ | 0..* | CodeableConcept | Allows the product to be classified by various systems |
marketingStatus | Σ | 0..* | MarketingStatus | Marketing status of the medicinal product, in contrast to marketing authorizaton |
marketingAuthorization | Σ | 0..1 | Reference(MedicinalProductAuthorization) | Product regulatory authorization |
packagedMedicinalProduct | Σ | 0..* | Reference(MedicinalProductPackaged) | Package representation for the product |
pharmaceuticalProduct | Σ | 0..* | Reference(MedicinalProductPharmaceutical) | Pharmaceutical aspects of product |
contraindication | Σ | 0..* | Reference(MedicinalProductContraindication) | Clinical contraindications, reasons for not giving this |
interaction | Σ | 0..* | Reference(MedicinalProductInteraction) | Clinical interactions with other medications or substances |
therapeuticIndication | Σ | 0..* | Reference(MedicinalProductIndication) | Clinical reason for use |
undesirableEffect | Σ | 0..* | Reference(MedicinalProductUndesirableEffect) | Potential clinical unwanted effects of use |
attachedDocument | Σ | 0..* | Reference(DocumentReference) | Supporting documentation, typically for regulatory submission |
masterFile | Σ | 0..* | Reference(DocumentReference) | A master file for to the medicinal product (e.g. Pharmacovigilance System Master File) |
contact | Σ | 0..* | Reference(Organization | PractitionerRole) | A product specific contact, person (in a role), or an organization |
clinicalTrial | Σ | 0..* | Reference(ResearchStudy) | Clinical trials or studies that this product is involved in |
name | Σ | 1..* | BackboneElement | The product's name, including full name and possibly coded parts |
productName | Σ | 1..1 | string | The full product name |
namePart | Σ | 0..* | BackboneElement | Coding words or phrases of the name |
part | Σ | 1..1 | string | A fragment of a product name |
type | Σ | 1..1 | Coding | Idenifying type for this part of the name (e.g. strength part) |
countryLanguage | Σ | 0..* | BackboneElement | Country where the name applies |
country | Σ | 1..1 | CodeableConcept | Country code for where this name applies |
jurisdiction | Σ | 0..1 | CodeableConcept | Jurisdiction code for where this name applies |
language | Σ | 1..1 | CodeableConcept | Language code for this name |
crossReference | Σ | 0..* | Identifier | Reference to another product, e.g. for linking authorised to investigational product |
manufacturingBusinessOperation | Σ | 0..* | BackboneElement | An operation applied to the product, for manufacturing or adminsitrative purpose |
operationType | Σ | 0..1 | CodeableConcept | The type of manufacturing operation |
authorisationReferenceNumber | Σ | 0..1 | Identifier | Regulatory authorization reference number |
effectiveDate | Σ | 0..1 | dateTime | Regulatory authorization date |
confidentialityIndicator | Σ | 0..1 | CodeableConcept | To indicate if this proces is commercially confidential |
manufacturer | Σ | 0..* | Reference(Organization) | The manufacturer or establishment associated with the process |
regulator | Σ | 0..1 | Reference(Organization) | A regulator which oversees the operation |
specialDesignation | Σ | 0..* | BackboneElement | Indicates if the medicinal product has an orphan designation for the treatment of a rare disease |
identifier | Σ | 0..* | Identifier | Identifier for the designation, or procedure number |
intendedUse | Σ | 0..1 | CodeableConcept | The intended use of the product, e.g. prevention, treatment |
indication | Σ | 0..1 | CodeableConcept | Condition for which the medicinal use applies |
status | Σ | 0..1 | CodeableConcept | For example granted, pending, expired or withdrawn |
date | Σ | 0..1 | dateTime | Date when the designation was granted |
species | Σ | 0..1 | CodeableConcept | Animal species for which this applies |
Documentation for this format |
UML Diagram (Legend)
XML Template
<MedicinalProduct xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <identifier><!-- 0..* Identifier Business idenfifier for this product. Could be an MPID --></identifier> <type><!-- 0..1 CodeableConcept Regulatory type, e.g. Investigational or Authorized --></type> <domain><!-- 0..1 Coding If this medicine applies to human or veterinary uses --></domain> <combinedPharmaceuticalDoseForm><!-- 0..1 CodeableConcept The dose form for a single part product, or combined form of a multiple part product --></combinedPharmaceuticalDoseForm> <additionalMonitoringIndicator><!-- 0..1 CodeableConcept Whether the Medicinal Product is subject to additional monitoring for regulatory reasons --></additionalMonitoringIndicator> <specialMeasures value="[string]"/><!-- 0..* Whether the Medicinal Product is subject to special measures for regulatory reasons --> <paediatricUseIndicator><!-- 0..1 CodeableConcept If authorised for use in children --></paediatricUseIndicator> <productClassification><!-- 0..* CodeableConcept Allows the product to be classified by various systems --></productClassification> <marketingStatus><!-- 0..* MarketingStatus Marketing status of the medicinal product, in contrast to marketing authorizaton --></marketingStatus> <marketingAuthorization><!-- 0..1 Reference(MedicinalProductAuthorization) Product regulatory authorization --></marketingAuthorization> <packagedMedicinalProduct><!-- 0..* Reference(MedicinalProductPackaged) Package representation for the product --></packagedMedicinalProduct> <pharmaceuticalProduct><!-- 0..* Reference(MedicinalProductPharmaceutical) Pharmaceutical aspects of product --></pharmaceuticalProduct> <contraindication><!-- 0..* Reference(MedicinalProductContraindication) Clinical contraindications, reasons for not giving this --></contraindication> <interaction><!-- 0..* Reference(MedicinalProductInteraction) Clinical interactions with other medications or substances --></interaction> <therapeuticIndication><!-- 0..* Reference(MedicinalProductIndication) Clinical reason for use --></therapeuticIndication> <undesirableEffect><!-- 0..* Reference(MedicinalProductUndesirableEffect) Potential clinical unwanted effects of use --></undesirableEffect> <attachedDocument><!-- 0..* Reference(DocumentReference) Supporting documentation, typically for regulatory submission --></attachedDocument> <masterFile><!-- 0..* Reference(DocumentReference) A master file for to the medicinal product (e.g. Pharmacovigilance System Master File) --></masterFile> <contact><!-- 0..* Reference(Organization|PractitionerRole) A product specific contact, person (in a role), or an organization --></contact> <clinicalTrial><!-- 0..* Reference(ResearchStudy) Clinical trials or studies that this product is involved in --></clinicalTrial> <name> <!-- 1..* The product's name, including full name and possibly coded parts --> <productName value="[string]"/><!-- 1..1 The full product name --> <namePart> <!-- 0..* Coding words or phrases of the name --> <part value="[string]"/><!-- 1..1 A fragment of a product name --> <type><!-- 1..1 Coding Idenifying type for this part of the name (e.g. strength part) --></type> </namePart> <countryLanguage> <!-- 0..* Country where the name applies --> <country><!-- 1..1 CodeableConcept Country code for where this name applies --></country> <jurisdiction><!-- 0..1 CodeableConcept Jurisdiction code for where this name applies --></jurisdiction> <language><!-- 1..1 CodeableConcept Language code for this name --></language> </countryLanguage> </name> <crossReference><!-- 0..* Identifier Reference to another product, e.g. for linking authorised to investigational product --></crossReference> <manufacturingBusinessOperation> <!-- 0..* An operation applied to the product, for manufacturing or adminsitrative purpose --> <operationType><!-- 0..1 CodeableConcept The type of manufacturing operation --></operationType> <authorisationReferenceNumber><!-- 0..1 Identifier Regulatory authorization reference number --></authorisationReferenceNumber> <effectiveDate value="[dateTime]"/><!-- 0..1 Regulatory authorization date --> <confidentialityIndicator><!-- 0..1 CodeableConcept To indicate if this proces is commercially confidential --></confidentialityIndicator> <manufacturer><!-- 0..* Reference(Organization) The manufacturer or establishment associated with the process --></manufacturer> <regulator><!-- 0..1 Reference(Organization) A regulator which oversees the operation --></regulator> </manufacturingBusinessOperation> <specialDesignation> <!-- 0..* Indicates if the medicinal product has an orphan designation for the treatment of a rare disease --> <identifier><!-- 0..* Identifier Identifier for the designation, or procedure number --></identifier> <intendedUse><!-- 0..1 CodeableConcept The intended use of the product, e.g. prevention, treatment --></intendedUse> <indication><!-- 0..1 CodeableConcept Condition for which the medicinal use applies --></indication> <status><!-- 0..1 CodeableConcept For example granted, pending, expired or withdrawn --></status> <date value="[dateTime]"/><!-- 0..1 Date when the designation was granted --> <species><!-- 0..1 CodeableConcept Animal species for which this applies --></species> </specialDesignation> </MedicinalProduct>
JSON Template
{ "resourceType" : "MedicinalProduct", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "identifier" : [{ Identifier }], // Business idenfifier for this product. Could be an MPID "type" : { CodeableConcept }, // Regulatory type, e.g. Investigational or Authorized "domain" : { Coding }, // If this medicine applies to human or veterinary uses "combinedPharmaceuticalDoseForm" : { CodeableConcept }, // The dose form for a single part product, or combined form of a multiple part product "additionalMonitoringIndicator" : { CodeableConcept }, // Whether the Medicinal Product is subject to additional monitoring for regulatory reasons "specialMeasures" : ["<string>"], // Whether the Medicinal Product is subject to special measures for regulatory reasons "paediatricUseIndicator" : { CodeableConcept }, // If authorised for use in children "productClassification" : [{ CodeableConcept }], // Allows the product to be classified by various systems "marketingStatus" : [{ MarketingStatus }], // Marketing status of the medicinal product, in contrast to marketing authorizaton "marketingAuthorization" : { Reference(MedicinalProductAuthorization) }, // Product regulatory authorization "packagedMedicinalProduct" : [{ Reference(MedicinalProductPackaged) }], // Package representation for the product "pharmaceuticalProduct" : [{ Reference(MedicinalProductPharmaceutical) }], // Pharmaceutical aspects of product "contraindication" : [{ Reference(MedicinalProductContraindication) }], // Clinical contraindications, reasons for not giving this "interaction" : [{ Reference(MedicinalProductInteraction) }], // Clinical interactions with other medications or substances "therapeuticIndication" : [{ Reference(MedicinalProductIndication) }], // Clinical reason for use "undesirableEffect" : [{ Reference(MedicinalProductUndesirableEffect) }], // Potential clinical unwanted effects of use "attachedDocument" : [{ Reference(DocumentReference) }], // Supporting documentation, typically for regulatory submission "masterFile" : [{ Reference(DocumentReference) }], // A master file for to the medicinal product (e.g. Pharmacovigilance System Master File) "contact" : [{ Reference(Organization|PractitionerRole) }], // A product specific contact, person (in a role), or an organization "clinicalTrial" : [{ Reference(ResearchStudy) }], // Clinical trials or studies that this product is involved in "name" : [{ // R! The product's name, including full name and possibly coded parts "productName" : "<string>", // R! The full product name "namePart" : [{ // Coding words or phrases of the name "part" : "<string>", // R! A fragment of a product name "type" : { Coding } // R! Idenifying type for this part of the name (e.g. strength part) }], "countryLanguage" : [{ // Country where the name applies "country" : { CodeableConcept }, // R! Country code for where this name applies "jurisdiction" : { CodeableConcept }, // Jurisdiction code for where this name applies "language" : { CodeableConcept } // R! Language code for this name }] }], "crossReference" : [{ Identifier }], // Reference to another product, e.g. for linking authorised to investigational product "manufacturingBusinessOperation" : [{ // An operation applied to the product, for manufacturing or adminsitrative purpose "operationType" : { CodeableConcept }, // The type of manufacturing operation "authorisationReferenceNumber" : { Identifier }, // Regulatory authorization reference number "effectiveDate" : "<dateTime>", // Regulatory authorization date "confidentialityIndicator" : { CodeableConcept }, // To indicate if this proces is commercially confidential "manufacturer" : [{ Reference(Organization) }], // The manufacturer or establishment associated with the process "regulator" : { Reference(Organization) } // A regulator which oversees the operation }], "specialDesignation" : [{ // Indicates if the medicinal product has an orphan designation for the treatment of a rare disease "identifier" : [{ Identifier }], // Identifier for the designation, or procedure number "intendedUse" : { CodeableConcept }, // The intended use of the product, e.g. prevention, treatment "indication" : { CodeableConcept }, // Condition for which the medicinal use applies "status" : { CodeableConcept }, // For example granted, pending, expired or withdrawn "date" : "<dateTime>", // Date when the designation was granted "species" : { CodeableConcept } // Animal species for which this applies }] }
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> . [ a fhir:MedicinalProduct; fhir:nodeRole fhir:treeRoot; # if this is the parser root # from Resource: .id, .meta, .implicitRules, and .language # from DomainResource: .text, .contained, .extension, and .modifierExtension fhir:MedicinalProduct.identifier [ Identifier ], ... ; # 0..* Business idenfifier for this product. Could be an MPID fhir:MedicinalProduct.type [ CodeableConcept ]; # 0..1 Regulatory type, e.g. Investigational or Authorized fhir:MedicinalProduct.domain [ Coding ]; # 0..1 If this medicine applies to human or veterinary uses fhir:MedicinalProduct.combinedPharmaceuticalDoseForm [ CodeableConcept ]; # 0..1 The dose form for a single part product, or combined form of a multiple part product fhir:MedicinalProduct.additionalMonitoringIndicator [ CodeableConcept ]; # 0..1 Whether the Medicinal Product is subject to additional monitoring for regulatory reasons fhir:MedicinalProduct.specialMeasures [ string ], ... ; # 0..* Whether the Medicinal Product is subject to special measures for regulatory reasons fhir:MedicinalProduct.paediatricUseIndicator [ CodeableConcept ]; # 0..1 If authorised for use in children fhir:MedicinalProduct.productClassification [ CodeableConcept ], ... ; # 0..* Allows the product to be classified by various systems fhir:MedicinalProduct.marketingStatus [ MarketingStatus ], ... ; # 0..* Marketing status of the medicinal product, in contrast to marketing authorizaton fhir:MedicinalProduct.marketingAuthorization [ Reference(MedicinalProductAuthorization) ]; # 0..1 Product regulatory authorization fhir:MedicinalProduct.packagedMedicinalProduct [ Reference(MedicinalProductPackaged) ], ... ; # 0..* Package representation for the product fhir:MedicinalProduct.pharmaceuticalProduct [ Reference(MedicinalProductPharmaceutical) ], ... ; # 0..* Pharmaceutical aspects of product fhir:MedicinalProduct.contraindication [ Reference(MedicinalProductContraindication) ], ... ; # 0..* Clinical contraindications, reasons for not giving this fhir:MedicinalProduct.interaction [ Reference(MedicinalProductInteraction) ], ... ; # 0..* Clinical interactions with other medications or substances fhir:MedicinalProduct.therapeuticIndication [ Reference(MedicinalProductIndication) ], ... ; # 0..* Clinical reason for use fhir:MedicinalProduct.undesirableEffect [ Reference(MedicinalProductUndesirableEffect) ], ... ; # 0..* Potential clinical unwanted effects of use fhir:MedicinalProduct.attachedDocument [ Reference(DocumentReference) ], ... ; # 0..* Supporting documentation, typically for regulatory submission fhir:MedicinalProduct.masterFile [ Reference(DocumentReference) ], ... ; # 0..* A master file for to the medicinal product (e.g. Pharmacovigilance System Master File) fhir:MedicinalProduct.contact [ Reference(Organization|PractitionerRole) ], ... ; # 0..* A product specific contact, person (in a role), or an organization fhir:MedicinalProduct.clinicalTrial [ Reference(ResearchStudy) ], ... ; # 0..* Clinical trials or studies that this product is involved in fhir:MedicinalProduct.name [ # 1..* The product's name, including full name and possibly coded parts fhir:MedicinalProduct.name.productName [ string ]; # 1..1 The full product name fhir:MedicinalProduct.name.namePart [ # 0..* Coding words or phrases of the name fhir:MedicinalProduct.name.namePart.part [ string ]; # 1..1 A fragment of a product name fhir:MedicinalProduct.name.namePart.type [ Coding ]; # 1..1 Idenifying type for this part of the name (e.g. strength part) ], ...; fhir:MedicinalProduct.name.countryLanguage [ # 0..* Country where the name applies fhir:MedicinalProduct.name.countryLanguage.country [ CodeableConcept ]; # 1..1 Country code for where this name applies fhir:MedicinalProduct.name.countryLanguage.jurisdiction [ CodeableConcept ]; # 0..1 Jurisdiction code for where this name applies fhir:MedicinalProduct.name.countryLanguage.language [ CodeableConcept ]; # 1..1 Language code for this name ], ...; ], ...; fhir:MedicinalProduct.crossReference [ Identifier ], ... ; # 0..* Reference to another product, e.g. for linking authorised to investigational product fhir:MedicinalProduct.manufacturingBusinessOperation [ # 0..* An operation applied to the product, for manufacturing or adminsitrative purpose fhir:MedicinalProduct.manufacturingBusinessOperation.operationType [ CodeableConcept ]; # 0..1 The type of manufacturing operation fhir:MedicinalProduct.manufacturingBusinessOperation.authorisationReferenceNumber [ Identifier ]; # 0..1 Regulatory authorization reference number fhir:MedicinalProduct.manufacturingBusinessOperation.effectiveDate [ dateTime ]; # 0..1 Regulatory authorization date fhir:MedicinalProduct.manufacturingBusinessOperation.confidentialityIndicator [ CodeableConcept ]; # 0..1 To indicate if this proces is commercially confidential fhir:MedicinalProduct.manufacturingBusinessOperation.manufacturer [ Reference(Organization) ], ... ; # 0..* The manufacturer or establishment associated with the process fhir:MedicinalProduct.manufacturingBusinessOperation.regulator [ Reference(Organization) ]; # 0..1 A regulator which oversees the operation ], ...; fhir:MedicinalProduct.specialDesignation [ # 0..* Indicates if the medicinal product has an orphan designation for the treatment of a rare disease fhir:MedicinalProduct.specialDesignation.identifier [ Identifier ], ... ; # 0..* Identifier for the designation, or procedure number fhir:MedicinalProduct.specialDesignation.intendedUse [ CodeableConcept ]; # 0..1 The intended use of the product, e.g. prevention, treatment fhir:MedicinalProduct.specialDesignation.indication [ CodeableConcept ]; # 0..1 Condition for which the medicinal use applies fhir:MedicinalProduct.specialDesignation.status [ CodeableConcept ]; # 0..1 For example granted, pending, expired or withdrawn fhir:MedicinalProduct.specialDesignation.date [ dateTime ]; # 0..1 Date when the designation was granted fhir:MedicinalProduct.specialDesignation.species [ CodeableConcept ]; # 0..1 Animal species for which this applies ], ...; ]
Changes since R3
This resource did not exist in Release 2
This analysis is available as XML or JSON.
See R3 <--> R4 Conversion Maps (status = Not Mapped)
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
MedicinalProduct | ΣTU | DomainResource | Detailed definition of a medicinal product, typically for uses other than direct patient care (e.g. regulatory use) Elements defined in Ancestors: id, meta, implicitRules, language, text, contained, extension, modifierExtension | |
identifier | Σ | 0..* | Identifier | Business idenfifier for this product. Could be an MPID |
type | Σ | 0..1 | CodeableConcept | Regulatory type, e.g. Investigational or Authorized |
domain | Σ | 0..1 | Coding | If this medicine applies to human or veterinary uses |
combinedPharmaceuticalDoseForm | Σ | 0..1 | CodeableConcept | The dose form for a single part product, or combined form of a multiple part product |
additionalMonitoringIndicator | Σ | 0..1 | CodeableConcept | Whether the Medicinal Product is subject to additional monitoring for regulatory reasons |
specialMeasures | Σ | 0..* | string | Whether the Medicinal Product is subject to special measures for regulatory reasons |
paediatricUseIndicator | Σ | 0..1 | CodeableConcept | If authorised for use in children |
productClassification | Σ | 0..* | CodeableConcept | Allows the product to be classified by various systems |
marketingStatus | Σ | 0..* | MarketingStatus | Marketing status of the medicinal product, in contrast to marketing authorizaton |
marketingAuthorization | Σ | 0..1 | Reference(MedicinalProductAuthorization) | Product regulatory authorization |
packagedMedicinalProduct | Σ | 0..* | Reference(MedicinalProductPackaged) | Package representation for the product |
pharmaceuticalProduct | Σ | 0..* | Reference(MedicinalProductPharmaceutical) | Pharmaceutical aspects of product |
contraindication | Σ | 0..* | Reference(MedicinalProductContraindication) | Clinical contraindications, reasons for not giving this |
interaction | Σ | 0..* | Reference(MedicinalProductInteraction) | Clinical interactions with other medications or substances |
therapeuticIndication | Σ | 0..* | Reference(MedicinalProductIndication) | Clinical reason for use |
undesirableEffect | Σ | 0..* | Reference(MedicinalProductUndesirableEffect) | Potential clinical unwanted effects of use |
attachedDocument | Σ | 0..* | Reference(DocumentReference) | Supporting documentation, typically for regulatory submission |
masterFile | Σ | 0..* | Reference(DocumentReference) | A master file for to the medicinal product (e.g. Pharmacovigilance System Master File) |
contact | Σ | 0..* | Reference(Organization | PractitionerRole) | A product specific contact, person (in a role), or an organization |
clinicalTrial | Σ | 0..* | Reference(ResearchStudy) | Clinical trials or studies that this product is involved in |
name | Σ | 1..* | BackboneElement | The product's name, including full name and possibly coded parts |
productName | Σ | 1..1 | string | The full product name |
namePart | Σ | 0..* | BackboneElement | Coding words or phrases of the name |
part | Σ | 1..1 | string | A fragment of a product name |
type | Σ | 1..1 | Coding | Idenifying type for this part of the name (e.g. strength part) |
countryLanguage | Σ | 0..* | BackboneElement | Country where the name applies |
country | Σ | 1..1 | CodeableConcept | Country code for where this name applies |
jurisdiction | Σ | 0..1 | CodeableConcept | Jurisdiction code for where this name applies |
language | Σ | 1..1 | CodeableConcept | Language code for this name |
crossReference | Σ | 0..* | Identifier | Reference to another product, e.g. for linking authorised to investigational product |
manufacturingBusinessOperation | Σ | 0..* | BackboneElement | An operation applied to the product, for manufacturing or adminsitrative purpose |
operationType | Σ | 0..1 | CodeableConcept | The type of manufacturing operation |
authorisationReferenceNumber | Σ | 0..1 | Identifier | Regulatory authorization reference number |
effectiveDate | Σ | 0..1 | dateTime | Regulatory authorization date |
confidentialityIndicator | Σ | 0..1 | CodeableConcept | To indicate if this proces is commercially confidential |
manufacturer | Σ | 0..* | Reference(Organization) | The manufacturer or establishment associated with the process |
regulator | Σ | 0..1 | Reference(Organization) | A regulator which oversees the operation |
specialDesignation | Σ | 0..* | BackboneElement | Indicates if the medicinal product has an orphan designation for the treatment of a rare disease |
identifier | Σ | 0..* | Identifier | Identifier for the designation, or procedure number |
intendedUse | Σ | 0..1 | CodeableConcept | The intended use of the product, e.g. prevention, treatment |
indication | Σ | 0..1 | CodeableConcept | Condition for which the medicinal use applies |
status | Σ | 0..1 | CodeableConcept | For example granted, pending, expired or withdrawn |
date | Σ | 0..1 | dateTime | Date when the designation was granted |
species | Σ | 0..1 | CodeableConcept | Animal species for which this applies |
Documentation for this format |
XML Template
<MedicinalProduct xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <identifier><!-- 0..* Identifier Business idenfifier for this product. Could be an MPID --></identifier> <type><!-- 0..1 CodeableConcept Regulatory type, e.g. Investigational or Authorized --></type> <domain><!-- 0..1 Coding If this medicine applies to human or veterinary uses --></domain> <combinedPharmaceuticalDoseForm><!-- 0..1 CodeableConcept The dose form for a single part product, or combined form of a multiple part product --></combinedPharmaceuticalDoseForm> <additionalMonitoringIndicator><!-- 0..1 CodeableConcept Whether the Medicinal Product is subject to additional monitoring for regulatory reasons --></additionalMonitoringIndicator> <specialMeasures value="[string]"/><!-- 0..* Whether the Medicinal Product is subject to special measures for regulatory reasons --> <paediatricUseIndicator><!-- 0..1 CodeableConcept If authorised for use in children --></paediatricUseIndicator> <productClassification><!-- 0..* CodeableConcept Allows the product to be classified by various systems --></productClassification> <marketingStatus><!-- 0..* MarketingStatus Marketing status of the medicinal product, in contrast to marketing authorizaton --></marketingStatus> <marketingAuthorization><!-- 0..1 Reference(MedicinalProductAuthorization) Product regulatory authorization --></marketingAuthorization> <packagedMedicinalProduct><!-- 0..* Reference(MedicinalProductPackaged) Package representation for the product --></packagedMedicinalProduct> <pharmaceuticalProduct><!-- 0..* Reference(MedicinalProductPharmaceutical) Pharmaceutical aspects of product --></pharmaceuticalProduct> <contraindication><!-- 0..* Reference(MedicinalProductContraindication) Clinical contraindications, reasons for not giving this --></contraindication> <interaction><!-- 0..* Reference(MedicinalProductInteraction) Clinical interactions with other medications or substances --></interaction> <therapeuticIndication><!-- 0..* Reference(MedicinalProductIndication) Clinical reason for use --></therapeuticIndication> <undesirableEffect><!-- 0..* Reference(MedicinalProductUndesirableEffect) Potential clinical unwanted effects of use --></undesirableEffect> <attachedDocument><!-- 0..* Reference(DocumentReference) Supporting documentation, typically for regulatory submission --></attachedDocument> <masterFile><!-- 0..* Reference(DocumentReference) A master file for to the medicinal product (e.g. Pharmacovigilance System Master File) --></masterFile> <contact><!-- 0..* Reference(Organization|PractitionerRole) A product specific contact, person (in a role), or an organization --></contact> <clinicalTrial><!-- 0..* Reference(ResearchStudy) Clinical trials or studies that this product is involved in --></clinicalTrial> <name> <!-- 1..* The product's name, including full name and possibly coded parts --> <productName value="[string]"/><!-- 1..1 The full product name --> <namePart> <!-- 0..* Coding words or phrases of the name --> <part value="[string]"/><!-- 1..1 A fragment of a product name --> <type><!-- 1..1 Coding Idenifying type for this part of the name (e.g. strength part) --></type> </namePart> <countryLanguage> <!-- 0..* Country where the name applies --> <country><!-- 1..1 CodeableConcept Country code for where this name applies --></country> <jurisdiction><!-- 0..1 CodeableConcept Jurisdiction code for where this name applies --></jurisdiction> <language><!-- 1..1 CodeableConcept Language code for this name --></language> </countryLanguage> </name> <crossReference><!-- 0..* Identifier Reference to another product, e.g. for linking authorised to investigational product --></crossReference> <manufacturingBusinessOperation> <!-- 0..* An operation applied to the product, for manufacturing or adminsitrative purpose --> <operationType><!-- 0..1 CodeableConcept The type of manufacturing operation --></operationType> <authorisationReferenceNumber><!-- 0..1 Identifier Regulatory authorization reference number --></authorisationReferenceNumber> <effectiveDate value="[dateTime]"/><!-- 0..1 Regulatory authorization date --> <confidentialityIndicator><!-- 0..1 CodeableConcept To indicate if this proces is commercially confidential --></confidentialityIndicator> <manufacturer><!-- 0..* Reference(Organization) The manufacturer or establishment associated with the process --></manufacturer> <regulator><!-- 0..1 Reference(Organization) A regulator which oversees the operation --></regulator> </manufacturingBusinessOperation> <specialDesignation> <!-- 0..* Indicates if the medicinal product has an orphan designation for the treatment of a rare disease --> <identifier><!-- 0..* Identifier Identifier for the designation, or procedure number --></identifier> <intendedUse><!-- 0..1 CodeableConcept The intended use of the product, e.g. prevention, treatment --></intendedUse> <indication><!-- 0..1 CodeableConcept Condition for which the medicinal use applies --></indication> <status><!-- 0..1 CodeableConcept For example granted, pending, expired or withdrawn --></status> <date value="[dateTime]"/><!-- 0..1 Date when the designation was granted --> <species><!-- 0..1 CodeableConcept Animal species for which this applies --></species> </specialDesignation> </MedicinalProduct>
JSON Template
{ "resourceType" : "MedicinalProduct", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "identifier" : [{ Identifier }], // Business idenfifier for this product. Could be an MPID "type" : { CodeableConcept }, // Regulatory type, e.g. Investigational or Authorized "domain" : { Coding }, // If this medicine applies to human or veterinary uses "combinedPharmaceuticalDoseForm" : { CodeableConcept }, // The dose form for a single part product, or combined form of a multiple part product "additionalMonitoringIndicator" : { CodeableConcept }, // Whether the Medicinal Product is subject to additional monitoring for regulatory reasons "specialMeasures" : ["<string>"], // Whether the Medicinal Product is subject to special measures for regulatory reasons "paediatricUseIndicator" : { CodeableConcept }, // If authorised for use in children "productClassification" : [{ CodeableConcept }], // Allows the product to be classified by various systems "marketingStatus" : [{ MarketingStatus }], // Marketing status of the medicinal product, in contrast to marketing authorizaton "marketingAuthorization" : { Reference(MedicinalProductAuthorization) }, // Product regulatory authorization "packagedMedicinalProduct" : [{ Reference(MedicinalProductPackaged) }], // Package representation for the product "pharmaceuticalProduct" : [{ Reference(MedicinalProductPharmaceutical) }], // Pharmaceutical aspects of product "contraindication" : [{ Reference(MedicinalProductContraindication) }], // Clinical contraindications, reasons for not giving this "interaction" : [{ Reference(MedicinalProductInteraction) }], // Clinical interactions with other medications or substances "therapeuticIndication" : [{ Reference(MedicinalProductIndication) }], // Clinical reason for use "undesirableEffect" : [{ Reference(MedicinalProductUndesirableEffect) }], // Potential clinical unwanted effects of use "attachedDocument" : [{ Reference(DocumentReference) }], // Supporting documentation, typically for regulatory submission "masterFile" : [{ Reference(DocumentReference) }], // A master file for to the medicinal product (e.g. Pharmacovigilance System Master File) "contact" : [{ Reference(Organization|PractitionerRole) }], // A product specific contact, person (in a role), or an organization "clinicalTrial" : [{ Reference(ResearchStudy) }], // Clinical trials or studies that this product is involved in "name" : [{ // R! The product's name, including full name and possibly coded parts "productName" : "<string>", // R! The full product name "namePart" : [{ // Coding words or phrases of the name "part" : "<string>", // R! A fragment of a product name "type" : { Coding } // R! Idenifying type for this part of the name (e.g. strength part) }], "countryLanguage" : [{ // Country where the name applies "country" : { CodeableConcept }, // R! Country code for where this name applies "jurisdiction" : { CodeableConcept }, // Jurisdiction code for where this name applies "language" : { CodeableConcept } // R! Language code for this name }] }], "crossReference" : [{ Identifier }], // Reference to another product, e.g. for linking authorised to investigational product "manufacturingBusinessOperation" : [{ // An operation applied to the product, for manufacturing or adminsitrative purpose "operationType" : { CodeableConcept }, // The type of manufacturing operation "authorisationReferenceNumber" : { Identifier }, // Regulatory authorization reference number "effectiveDate" : "<dateTime>", // Regulatory authorization date "confidentialityIndicator" : { CodeableConcept }, // To indicate if this proces is commercially confidential "manufacturer" : [{ Reference(Organization) }], // The manufacturer or establishment associated with the process "regulator" : { Reference(Organization) } // A regulator which oversees the operation }], "specialDesignation" : [{ // Indicates if the medicinal product has an orphan designation for the treatment of a rare disease "identifier" : [{ Identifier }], // Identifier for the designation, or procedure number "intendedUse" : { CodeableConcept }, // The intended use of the product, e.g. prevention, treatment "indication" : { CodeableConcept }, // Condition for which the medicinal use applies "status" : { CodeableConcept }, // For example granted, pending, expired or withdrawn "date" : "<dateTime>", // Date when the designation was granted "species" : { CodeableConcept } // Animal species for which this applies }] }
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> . [ a fhir:MedicinalProduct; fhir:nodeRole fhir:treeRoot; # if this is the parser root # from Resource: .id, .meta, .implicitRules, and .language # from DomainResource: .text, .contained, .extension, and .modifierExtension fhir:MedicinalProduct.identifier [ Identifier ], ... ; # 0..* Business idenfifier for this product. Could be an MPID fhir:MedicinalProduct.type [ CodeableConcept ]; # 0..1 Regulatory type, e.g. Investigational or Authorized fhir:MedicinalProduct.domain [ Coding ]; # 0..1 If this medicine applies to human or veterinary uses fhir:MedicinalProduct.combinedPharmaceuticalDoseForm [ CodeableConcept ]; # 0..1 The dose form for a single part product, or combined form of a multiple part product fhir:MedicinalProduct.additionalMonitoringIndicator [ CodeableConcept ]; # 0..1 Whether the Medicinal Product is subject to additional monitoring for regulatory reasons fhir:MedicinalProduct.specialMeasures [ string ], ... ; # 0..* Whether the Medicinal Product is subject to special measures for regulatory reasons fhir:MedicinalProduct.paediatricUseIndicator [ CodeableConcept ]; # 0..1 If authorised for use in children fhir:MedicinalProduct.productClassification [ CodeableConcept ], ... ; # 0..* Allows the product to be classified by various systems fhir:MedicinalProduct.marketingStatus [ MarketingStatus ], ... ; # 0..* Marketing status of the medicinal product, in contrast to marketing authorizaton fhir:MedicinalProduct.marketingAuthorization [ Reference(MedicinalProductAuthorization) ]; # 0..1 Product regulatory authorization fhir:MedicinalProduct.packagedMedicinalProduct [ Reference(MedicinalProductPackaged) ], ... ; # 0..* Package representation for the product fhir:MedicinalProduct.pharmaceuticalProduct [ Reference(MedicinalProductPharmaceutical) ], ... ; # 0..* Pharmaceutical aspects of product fhir:MedicinalProduct.contraindication [ Reference(MedicinalProductContraindication) ], ... ; # 0..* Clinical contraindications, reasons for not giving this fhir:MedicinalProduct.interaction [ Reference(MedicinalProductInteraction) ], ... ; # 0..* Clinical interactions with other medications or substances fhir:MedicinalProduct.therapeuticIndication [ Reference(MedicinalProductIndication) ], ... ; # 0..* Clinical reason for use fhir:MedicinalProduct.undesirableEffect [ Reference(MedicinalProductUndesirableEffect) ], ... ; # 0..* Potential clinical unwanted effects of use fhir:MedicinalProduct.attachedDocument [ Reference(DocumentReference) ], ... ; # 0..* Supporting documentation, typically for regulatory submission fhir:MedicinalProduct.masterFile [ Reference(DocumentReference) ], ... ; # 0..* A master file for to the medicinal product (e.g. Pharmacovigilance System Master File) fhir:MedicinalProduct.contact [ Reference(Organization|PractitionerRole) ], ... ; # 0..* A product specific contact, person (in a role), or an organization fhir:MedicinalProduct.clinicalTrial [ Reference(ResearchStudy) ], ... ; # 0..* Clinical trials or studies that this product is involved in fhir:MedicinalProduct.name [ # 1..* The product's name, including full name and possibly coded parts fhir:MedicinalProduct.name.productName [ string ]; # 1..1 The full product name fhir:MedicinalProduct.name.namePart [ # 0..* Coding words or phrases of the name fhir:MedicinalProduct.name.namePart.part [ string ]; # 1..1 A fragment of a product name fhir:MedicinalProduct.name.namePart.type [ Coding ]; # 1..1 Idenifying type for this part of the name (e.g. strength part) ], ...; fhir:MedicinalProduct.name.countryLanguage [ # 0..* Country where the name applies fhir:MedicinalProduct.name.countryLanguage.country [ CodeableConcept ]; # 1..1 Country code for where this name applies fhir:MedicinalProduct.name.countryLanguage.jurisdiction [ CodeableConcept ]; # 0..1 Jurisdiction code for where this name applies fhir:MedicinalProduct.name.countryLanguage.language [ CodeableConcept ]; # 1..1 Language code for this name ], ...; ], ...; fhir:MedicinalProduct.crossReference [ Identifier ], ... ; # 0..* Reference to another product, e.g. for linking authorised to investigational product fhir:MedicinalProduct.manufacturingBusinessOperation [ # 0..* An operation applied to the product, for manufacturing or adminsitrative purpose fhir:MedicinalProduct.manufacturingBusinessOperation.operationType [ CodeableConcept ]; # 0..1 The type of manufacturing operation fhir:MedicinalProduct.manufacturingBusinessOperation.authorisationReferenceNumber [ Identifier ]; # 0..1 Regulatory authorization reference number fhir:MedicinalProduct.manufacturingBusinessOperation.effectiveDate [ dateTime ]; # 0..1 Regulatory authorization date fhir:MedicinalProduct.manufacturingBusinessOperation.confidentialityIndicator [ CodeableConcept ]; # 0..1 To indicate if this proces is commercially confidential fhir:MedicinalProduct.manufacturingBusinessOperation.manufacturer [ Reference(Organization) ], ... ; # 0..* The manufacturer or establishment associated with the process fhir:MedicinalProduct.manufacturingBusinessOperation.regulator [ Reference(Organization) ]; # 0..1 A regulator which oversees the operation ], ...; fhir:MedicinalProduct.specialDesignation [ # 0..* Indicates if the medicinal product has an orphan designation for the treatment of a rare disease fhir:MedicinalProduct.specialDesignation.identifier [ Identifier ], ... ; # 0..* Identifier for the designation, or procedure number fhir:MedicinalProduct.specialDesignation.intendedUse [ CodeableConcept ]; # 0..1 The intended use of the product, e.g. prevention, treatment fhir:MedicinalProduct.specialDesignation.indication [ CodeableConcept ]; # 0..1 Condition for which the medicinal use applies fhir:MedicinalProduct.specialDesignation.status [ CodeableConcept ]; # 0..1 For example granted, pending, expired or withdrawn fhir:MedicinalProduct.specialDesignation.date [ dateTime ]; # 0..1 Date when the designation was granted fhir:MedicinalProduct.specialDesignation.species [ CodeableConcept ]; # 0..1 Animal species for which this applies ], ...; ]
Changes since Release 3
This resource did not exist in Release 2
This analysis is available as XML or JSON.
See R3 <--> R4 Conversion Maps (status = Not Mapped)
See the Profiles & Extensions and the alternate definitions: Master Definition XML + JSON, XML Schema/Schematron + JSON Schema, ShEx (for Turtle) + see the extensions & the dependency analysis