Package | hl7.fhir.be.medication |
Resource Type | StructureDefinition |
Id | BeModelMedication |
FHIR Version | R4 |
Source | https://www.ehealth.fgov.be/standards/fhir/medication/https://build.fhir.org/ig/hl7-be/medication/StructureDefinition-BeModelMedication.html |
URL | https://www.ehealth.fgov.be/standards/fhir/medication/StructureDefinition/BeModelMedication |
Version | 1.1.0 |
Status | draft |
Date | 2025-07-25T19:42:33+00:00 |
Name | BeModelMedication |
Title | Medication (model) |
Realm | be |
Authority | hl7 |
Description | Logical data model for medication. |
Type | https://www.ehealth.fgov.be/standards/fhir/medication/StructureDefinition/BeModelMedication |
Kind | logical |
StructureDefinition | |
BeModelMedicationLine | Medication Line (model) |
BeModelMedicationPrescription | Medication prescription (model) |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: StructureDefinition BeModelMedication
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
![]() ![]() | 0..* | Base | Medication (model) Instances of this logical model can be the target of a Reference | |
![]() ![]() ![]() | 1..1 | CodeableConcept | Status of the medication (active, inactive, etc.) | |
![]() ![]() ![]() | 1..1 | CodeableConcept | Code for the medication that is actually being specified. This can be a product code, a virtual product code, or a package code. | |
![]() ![]() ![]() | 0..1 | CodeableConcept | Dose form(s) on a product level. Dose form for a single package item is defined below. | |
![]() ![]() ![]() | 0..* | BackboneElement | A medication item. For combination packs, this can be manufactured items with each item having its own dose form and ingredients+strengths defined | |
![]() ![]() ![]() ![]() | 1..* | BackboneElement | Ingredients | |
![]() ![]() ![]() ![]() ![]() | 1..1 | CodeableConcept | Substance or product that is ingredient | |
![]() ![]() ![]() ![]() ![]() | 0..1 | CodeableConcept | Role (active ingredient, excipient). Typically excipients are not needed, so by default active ingredients are expected. | |
![]() ![]() ![]() ![]() ![]() | 0..1 | Ratio | Concentration or presentation strength of the precise active ingredient | |
![]() ![]() ![]() ![]() | 0..1 | SimpleQuantity | Number of such manufactured items in this product (5 vials) | |
![]() ![]() ![]() | 0..1 | BackboneElement | Batch or production information for the product | |
![]() ![]() ![]() ![]() | 0..1 | string | Batch number | |
![]() ![]() ![]() ![]() | 0..1 | dateTime | Expiry date | |
{ "resourceType": "StructureDefinition", "id": "BeModelMedication", "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", "valueCode": "can-be-target" } ], "url": "https://www.ehealth.fgov.be/standards/fhir/medication/StructureDefinition/BeModelMedication", "version": "1.1.0", "name": "BeModelMedication", "title": "Medication (model)", "status": "draft", "date": "2025-07-25T19:42:33+00:00", "publisher": "HL7 Belgium", "contact": [ { "name": "HL7 Belgium", "telecom": [ { "system": "url", "value": "https://www.hl7belgium.org" }, { "system": "email", "value": "hl7belgium@hl7belgium.org" } ] }, { "name": "Message Structure eHealth", "telecom": [ { "system": "email", "value": "message-structure@ehealth.fgov.be", "use": "work" } ] } ], "description": "Logical data model for medication.", "jurisdiction": [ { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "BE", "display": "Belgium" } ] } ], "fhirVersion": "4.0.1", "kind": "logical", "abstract": false, "type": "https://www.ehealth.fgov.be/standards/fhir/medication/StructureDefinition/BeModelMedication", "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base", "derivation": "specialization", "snapshot": { "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version", "valueString": "4.0.1" } ], "element": [ { "id": "BeModelMedication", "path": "BeModelMedication", "short": "Medication (model)", "definition": "Logical data model for medication.", "min": 0, "max": "*", "base": { "path": "Base", "min": 0, "max": "*" }, "isModifier": false }, { "id": "BeModelMedication.status", "path": "BeModelMedication.status", "short": "Status of the medication (active, inactive, etc.)", "definition": "Status of the medication (active, inactive, etc.)", "min": 1, "max": "1", "base": { "path": "BeModelMedication.status", "min": 1, "max": "1" }, "type": [ { "code": "CodeableConcept" } ] }, { "id": "BeModelMedication.code", "path": "BeModelMedication.code", "short": "Code for the medication that is actually being specified. This can be a product code, a virtual product code, or a package code.", "definition": "Code for the medication that is actually being specified. This can be a product code, a virtual product code, or a package code.", "min": 1, "max": "1", "base": { "path": "BeModelMedication.code", "min": 1, "max": "1" }, "type": [ { "code": "CodeableConcept" } ] }, { "id": "BeModelMedication.doseForm", "path": "BeModelMedication.doseForm", "short": "Dose form(s) on a product level. Dose form for a single package item is defined below.", "definition": "Dose form(s) on a product level. Dose form for a single package item is defined below.", "min": 0, "max": "1", "base": { "path": "BeModelMedication.doseForm", "min": 0, "max": "1" }, "type": [ { "code": "CodeableConcept" } ] }, { "id": "BeModelMedication.item", "path": "BeModelMedication.item", "short": "A medication item. For combination packs, this can be manufactured items with each item having its own dose form and ingredients+strengths defined", "definition": "A medication item. For combination packs, this can be manufactured items with each item having its own dose form and ingredients+strengths defined", "min": 0, "max": "*", "base": { "path": "BeModelMedication.item", "min": 0, "max": "*" }, "type": [ { "code": "BackboneElement" } ], "constraint": [ { "key": "ele-1", "severity": "error", "human": "All FHIR elements must have a @value or children", "expression": "hasValue() or (children().count() > id.count())", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element" } ] }, { "id": "BeModelMedication.item.id", "path": "BeModelMedication.item.id", "representation": [ "xmlAttr" ], "short": "Unique id for inter-element referencing", "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "min": 0, "max": "1", "base": { "path": "Element.id", "min": 0, "max": "1" }, "type": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUrl": "string" } ], "code": "http://hl7.org/fhirpath/System.String" } ], "isModifier": false, "isSummary": false, "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "id": "BeModelMedication.item.extension", "path": "BeModelMedication.item.extension", "slicing": { "discriminator": [ { "type": "value", "path": "url" } ], "description": "Extensions are always sliced by (at least) url", "rules": "open" }, "short": "Additional content defined by implementations", "definition": "May be used to represent additional information that is not part of the basic definition of the element. 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.", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias": [ "extensions", "user content" ], "min": 0, "max": "*", "base": { "path": "Element.extension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "constraint": [ { "key": "ele-1", "severity": "error", "human": "All FHIR elements must have a @value or children", "expression": "hasValue() or (children().count() > id.count())", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element" }, { "key": "ext-1", "severity": "error", "human": "Must have either extensions or value[x], not both", "expression": "extension.exists() != value.exists()", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension" } ], "isModifier": false, "isSummary": false, "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "id": "BeModelMedication.item.modifierExtension", "path": "BeModelMedication.item.modifierExtension", "short": "Extensions that cannot be ignored even if unrecognized", "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained 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 can 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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", "alias": [ "extensions", "user content", "modifiers" ], "min": 0, "max": "*", "base": { "path": "BackboneElement.modifierExtension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "constraint": [ { "key": "ele-1", "severity": "error", "human": "All FHIR elements must have a @value or children", "expression": "hasValue() or (children().count() > id.count())", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element" }, { "key": "ext-1", "severity": "error", "human": "Must have either extensions or value[x], not both", "expression": "extension.exists() != value.exists()", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension" } ], "isModifier": true, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary": true, "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "id": "BeModelMedication.item.ingredient", "path": "BeModelMedication.item.ingredient", "short": "Ingredients", "definition": "Ingredients", "min": 1, "max": "*", "base": { "path": "BeModelMedication.item.ingredient", "min": 1, "max": "*" }, "type": [ { "code": "BackboneElement" } ], "constraint": [ { "key": "ele-1", "severity": "error", "human": "All FHIR elements must have a @value or children", "expression": "hasValue() or (children().count() > id.count())", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element" } ] }, { "id": "BeModelMedication.item.ingredient.id", "path": "BeModelMedication.item.ingredient.id", "representation": [ "xmlAttr" ], "short": "Unique id for inter-element referencing", "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "min": 0, "max": "1", "base": { "path": "Element.id", "min": 0, "max": "1" }, "type": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUrl": "string" } ], "code": "http://hl7.org/fhirpath/System.String" } ], "isModifier": false, "isSummary": false, "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "id": "BeModelMedication.item.ingredient.extension", "path": "BeModelMedication.item.ingredient.extension", "slicing": { "discriminator": [ { "type": "value", "path": "url" } ], "description": "Extensions are always sliced by (at least) url", "rules": "open" }, "short": "Additional content defined by implementations", "definition": "May be used to represent additional information that is not part of the basic definition of the element. 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.", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias": [ "extensions", "user content" ], "min": 0, "max": "*", "base": { "path": "Element.extension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "constraint": [ { "key": "ele-1", "severity": "error", "human": "All FHIR elements must have a @value or children", "expression": "hasValue() or (children().count() > id.count())", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element" }, { "key": "ext-1", "severity": "error", "human": "Must have either extensions or value[x], not both", "expression": "extension.exists() != value.exists()", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension" } ], "isModifier": false, "isSummary": false, "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "id": "BeModelMedication.item.ingredient.modifierExtension", "path": "BeModelMedication.item.ingredient.modifierExtension", "short": "Extensions that cannot be ignored even if unrecognized", "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained 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 can 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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", "alias": [ "extensions", "user content", "modifiers" ], "min": 0, "max": "*", "base": { "path": "BackboneElement.modifierExtension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "constraint": [ { "key": "ele-1", "severity": "error", "human": "All FHIR elements must have a @value or children", "expression": "hasValue() or (children().count() > id.count())", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element" }, { "key": "ext-1", "severity": "error", "human": "Must have either extensions or value[x], not both", "expression": "extension.exists() != value.exists()", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension" } ], "isModifier": true, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary": true, "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "id": "BeModelMedication.item.ingredient.item", "path": "BeModelMedication.item.ingredient.item", "short": "Substance or product that is ingredient", "definition": "Substance or product that is ingredient", "min": 1, "max": "1", "base": { "path": "BeModelMedication.item.ingredient.item", "min": 1, "max": "1" }, "type": [ { "code": "CodeableConcept" } ] }, { "id": "BeModelMedication.item.ingredient.role", "path": "BeModelMedication.item.ingredient.role", "short": "Role (active ingredient, excipient). Typically excipients are not needed, so by default active ingredients are expected.", "definition": "Role (active ingredient, excipient). Typically excipients are not needed, so by default active ingredients are expected.", "min": 0, "max": "1", "base": { "path": "BeModelMedication.item.ingredient.role", "min": 0, "max": "1" }, "type": [ { "code": "CodeableConcept" } ] }, { "id": "BeModelMedication.item.ingredient.strength", "path": "BeModelMedication.item.ingredient.strength", "short": "Concentration or presentation strength of the precise active ingredient", "definition": "Concentration or presentation strength of the precise active ingredient", "min": 0, "max": "1", "base": { "path": "BeModelMedication.item.ingredient.strength", "min": 0, "max": "1" }, "type": [ { "code": "Ratio" } ] }, { "id": "BeModelMedication.item.amount", "path": "BeModelMedication.item.amount", "short": "Number of such manufactured items in this product (5 vials)", "definition": "Number of such manufactured items in this product (5 vials)", "min": 0, "max": "1", "base": { "path": "BeModelMedication.item.amount", "min": 0, "max": "1" }, "type": [ { "code": "Quantity", "profile": [ "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" ] } ] }, { "id": "BeModelMedication.batch", "path": "BeModelMedication.batch", "short": "Batch or production information for the product", "definition": "Batch or production information for the product", "min": 0, "max": "1", "base": { "path": "BeModelMedication.batch", "min": 0, "max": "1" }, "type": [ { "code": "BackboneElement" } ], "constraint": [ { "key": "ele-1", "severity": "error", "human": "All FHIR elements must have a @value or children", "expression": "hasValue() or (children().count() > id.count())", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element" } ] }, { "id": "BeModelMedication.batch.id", "path": "BeModelMedication.batch.id", "representation": [ "xmlAttr" ], "short": "Unique id for inter-element referencing", "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "min": 0, "max": "1", "base": { "path": "Element.id", "min": 0, "max": "1" }, "type": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUrl": "string" } ], "code": "http://hl7.org/fhirpath/System.String" } ], "isModifier": false, "isSummary": false, "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "id": "BeModelMedication.batch.extension", "path": "BeModelMedication.batch.extension", "slicing": { "discriminator": [ { "type": "value", "path": "url" } ], "description": "Extensions are always sliced by (at least) url", "rules": "open" }, "short": "Additional content defined by implementations", "definition": "May be used to represent additional information that is not part of the basic definition of the element. 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.", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "alias": [ "extensions", "user content" ], "min": 0, "max": "*", "base": { "path": "Element.extension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "constraint": [ { "key": "ele-1", "severity": "error", "human": "All FHIR elements must have a @value or children", "expression": "hasValue() or (children().count() > id.count())", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element" }, { "key": "ext-1", "severity": "error", "human": "Must have either extensions or value[x], not both", "expression": "extension.exists() != value.exists()", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension" } ], "isModifier": false, "isSummary": false, "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "id": "BeModelMedication.batch.modifierExtension", "path": "BeModelMedication.batch.modifierExtension", "short": "Extensions that cannot be ignored even if unrecognized", "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained 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 can 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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", "alias": [ "extensions", "user content", "modifiers" ], "min": 0, "max": "*", "base": { "path": "BackboneElement.modifierExtension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "constraint": [ { "key": "ele-1", "severity": "error", "human": "All FHIR elements must have a @value or children", "expression": "hasValue() or (children().count() > id.count())", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element" }, { "key": "ext-1", "severity": "error", "human": "Must have either extensions or value[x], not both", "expression": "extension.exists() != value.exists()", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension" } ], "isModifier": true, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary": true, "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "id": "BeModelMedication.batch.lotNumber", "path": "BeModelMedication.batch.lotNumber", "short": "Batch number", "definition": "Batch number", "min": 0, "max": "1", "base": { "path": "BeModelMedication.batch.lotNumber", "min": 0, "max": "1" }, "type": [ { "code": "string" } ] }, { "id": "BeModelMedication.batch.expirationDate", "path": "BeModelMedication.batch.expirationDate", "short": "Expiry date", "definition": "Expiry date", "min": 0, "max": "1", "base": { "path": "BeModelMedication.batch.expirationDate", "min": 0, "max": "1" }, "type": [ { "code": "dateTime" } ] } ] }, "differential": { "element": [ { "id": "BeModelMedication", "path": "BeModelMedication", "short": "Medication (model)", "definition": "Logical data model for medication." }, { "id": "BeModelMedication.status", "path": "BeModelMedication.status", "short": "Status of the medication (active, inactive, etc.)", "definition": "Status of the medication (active, inactive, etc.)", "min": 1, "max": "1", "type": [ { "code": "CodeableConcept" } ] }, { "id": "BeModelMedication.code", "path": "BeModelMedication.code", "short": "Code for the medication that is actually being specified. This can be a product code, a virtual product code, or a package code.", "definition": "Code for the medication that is actually being specified. This can be a product code, a virtual product code, or a package code.", "min": 1, "max": "1", "type": [ { "code": "CodeableConcept" } ] }, { "id": "BeModelMedication.doseForm", "path": "BeModelMedication.doseForm", "short": "Dose form(s) on a product level. Dose form for a single package item is defined below.", "definition": "Dose form(s) on a product level. Dose form for a single package item is defined below.", "min": 0, "max": "1", "type": [ { "code": "CodeableConcept" } ] }, { "id": "BeModelMedication.item", "path": "BeModelMedication.item", "short": "A medication item. For combination packs, this can be manufactured items with each item having its own dose form and ingredients+strengths defined", "definition": "A medication item. For combination packs, this can be manufactured items with each item having its own dose form and ingredients+strengths defined", "min": 0, "max": "*", "type": [ { "code": "BackboneElement" } ] }, { "id": "BeModelMedication.item.ingredient", "path": "BeModelMedication.item.ingredient", "short": "Ingredients", "definition": "Ingredients", "min": 1, "max": "*", "type": [ { "code": "BackboneElement" } ] }, { "id": "BeModelMedication.item.ingredient.item", "path": "BeModelMedication.item.ingredient.item", "short": "Substance or product that is ingredient", "definition": "Substance or product that is ingredient", "min": 1, "max": "1", "type": [ { "code": "CodeableConcept" } ] }, { "id": "BeModelMedication.item.ingredient.role", "path": "BeModelMedication.item.ingredient.role", "short": "Role (active ingredient, excipient). Typically excipients are not needed, so by default active ingredients are expected.", "definition": "Role (active ingredient, excipient). Typically excipients are not needed, so by default active ingredients are expected.", "min": 0, "max": "1", "type": [ { "code": "CodeableConcept" } ] }, { "id": "BeModelMedication.item.ingredient.strength", "path": "BeModelMedication.item.ingredient.strength", "short": "Concentration or presentation strength of the precise active ingredient", "definition": "Concentration or presentation strength of the precise active ingredient", "min": 0, "max": "1", "type": [ { "code": "Ratio" } ] }, { "id": "BeModelMedication.item.amount", "path": "BeModelMedication.item.amount", "short": "Number of such manufactured items in this product (5 vials)", "definition": "Number of such manufactured items in this product (5 vials)", "min": 0, "max": "1", "type": [ { "code": "Quantity", "profile": [ "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" ] } ] }, { "id": "BeModelMedication.batch", "path": "BeModelMedication.batch", "short": "Batch or production information for the product", "definition": "Batch or production information for the product", "min": 0, "max": "1", "type": [ { "code": "BackboneElement" } ] }, { "id": "BeModelMedication.batch.lotNumber", "path": "BeModelMedication.batch.lotNumber", "short": "Batch number", "definition": "Batch number", "min": 0, "max": "1", "type": [ { "code": "string" } ] }, { "id": "BeModelMedication.batch.expirationDate", "path": "BeModelMedication.batch.expirationDate", "short": "Expiry date", "definition": "Expiry date", "min": 0, "max": "1", "type": [ { "code": "dateTime" } ] } ] } }