PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.be.medication@1.1.0
    https://www.ehealth.fgov.be/standards/fhir/medication/StructureDefinition/BeModelMedication
{
  "description": "Logical data model for medication.",
  "_filename": "StructureDefinition-BeModelMedication.json",
  "package_name": "hl7.fhir.be.medication",
  "date": "2025-10-10T13:23:29+02:00",
  "derivation": "specialization",
  "publisher": "eHealth Platform",
  "fhirVersion": "4.0.1",
  "jurisdiction": [ {
    "coding": [ {
      "code": "BE",
      "system": "urn:iso:std:iso:3166",
      "display": "Belgium"
    } ]
  } ],
  "name": "BeModelMedication",
  "abstract": false,
  "type": "https://www.ehealth.fgov.be/standards/fhir/medication/StructureDefinition/BeModelMedication",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "Medication (model)",
  "package_version": "1.1.0",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics",
    "valueCode": "can-be-target"
  } ],
  "snapshot": {
    "element": [ {
      "id": "BeModelMedication",
      "max": "*",
      "min": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "Base"
      },
      "path": "BeModelMedication",
      "short": "Medication (model)",
      "definition": "Logical data model for medication.",
      "isModifier": false
    }, {
      "id": "BeModelMedication.status",
      "max": "1",
      "min": 1,
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelMedication.status"
      },
      "path": "BeModelMedication.status",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "Status of the medication (active, inactive, etc.)",
      "definition": "Status of the medication (active, inactive, etc.)"
    }, {
      "id": "BeModelMedication.code",
      "max": "1",
      "min": 1,
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelMedication.code"
      },
      "path": "BeModelMedication.code",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "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."
    }, {
      "id": "BeModelMedication.doseForm",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "BeModelMedication.doseForm"
      },
      "path": "BeModelMedication.doseForm",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "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."
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "BeModelMedication.item",
      "min": 0,
      "definition": "A medication item. For combination packs, this can be manufactured items with each item having its own dose form and ingredients+strengths defined",
      "short": "A medication item. For combination packs, this can be manufactured items with each item having its own dose form and ingredients+strengths defined",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "max": "*",
      "id": "BeModelMedication.item",
      "base": {
        "max": "*",
        "min": 0,
        "path": "BeModelMedication.item"
      }
    }, {
      "path": "BeModelMedication.item.id",
      "min": 0,
      "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "isModifier": false,
      "short": "Unique id for inter-element referencing",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "http://hl7.org/fhirpath/System.String",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
          "valueUrl": "string"
        } ]
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "BeModelMedication.item.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      },
      "isSummary": false
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
        "source": "http://hl7.org/fhir/StructureDefinition/Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "BeModelMedication.item.extension",
      "min": 0,
      "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.",
      "isModifier": false,
      "short": "Additional content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "slicing": {
        "rules": "open",
        "description": "Extensions are always sliced by (at least) url",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      },
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "BeModelMedication.item.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.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      },
      "isSummary": false
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
        "source": "http://hl7.org/fhir/StructureDefinition/Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "BeModelMedication.item.modifierExtension",
      "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).",
      "min": 0,
      "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).",
      "isModifier": true,
      "short": "Extensions that cannot be ignored even if unrecognized",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content", "modifiers" ],
      "max": "*",
      "id": "BeModelMedication.item.modifierExtension",
      "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.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "BackboneElement.modifierExtension"
      },
      "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "BeModelMedication.item.ingredient",
      "min": 1,
      "definition": "Ingredients",
      "short": "Ingredients",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "max": "*",
      "id": "BeModelMedication.item.ingredient",
      "base": {
        "max": "*",
        "min": 1,
        "path": "BeModelMedication.item.ingredient"
      }
    }, {
      "path": "BeModelMedication.item.ingredient.id",
      "min": 0,
      "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "isModifier": false,
      "short": "Unique id for inter-element referencing",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "http://hl7.org/fhirpath/System.String",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
          "valueUrl": "string"
        } ]
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "BeModelMedication.item.ingredient.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      },
      "isSummary": false
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
        "source": "http://hl7.org/fhir/StructureDefinition/Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "BeModelMedication.item.ingredient.extension",
      "min": 0,
      "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.",
      "isModifier": false,
      "short": "Additional content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "slicing": {
        "rules": "open",
        "description": "Extensions are always sliced by (at least) url",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      },
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "BeModelMedication.item.ingredient.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.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      },
      "isSummary": false
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
        "source": "http://hl7.org/fhir/StructureDefinition/Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "BeModelMedication.item.ingredient.modifierExtension",
      "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).",
      "min": 0,
      "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).",
      "isModifier": true,
      "short": "Extensions that cannot be ignored even if unrecognized",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content", "modifiers" ],
      "max": "*",
      "id": "BeModelMedication.item.ingredient.modifierExtension",
      "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.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "BackboneElement.modifierExtension"
      },
      "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
      "isSummary": true
    }, {
      "id": "BeModelMedication.item.ingredient.item",
      "max": "1",
      "min": 1,
      "base": {
        "max": "1",
        "min": 1,
        "path": "BeModelMedication.item.ingredient.item"
      },
      "path": "BeModelMedication.item.ingredient.item",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "Substance or product that is ingredient",
      "definition": "Substance or product that is ingredient"
    }, {
      "id": "BeModelMedication.item.ingredient.role",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "BeModelMedication.item.ingredient.role"
      },
      "path": "BeModelMedication.item.ingredient.role",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "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."
    }, {
      "id": "BeModelMedication.item.ingredient.strength",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "BeModelMedication.item.ingredient.strength"
      },
      "path": "BeModelMedication.item.ingredient.strength",
      "type": [ {
        "code": "Ratio"
      } ],
      "short": "Concentration or presentation strength of the precise active ingredient",
      "definition": "Concentration or presentation strength of the precise active ingredient"
    }, {
      "id": "BeModelMedication.item.amount",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "BeModelMedication.item.amount"
      },
      "path": "BeModelMedication.item.amount",
      "type": [ {
        "code": "Quantity",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" ]
      } ],
      "short": "Number of such manufactured items in this product (5 vials)",
      "definition": "Number of such manufactured items in this product (5 vials)"
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "BeModelMedication.batch",
      "min": 0,
      "definition": "Batch or production information for the product",
      "short": "Batch or production information for the product",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "max": "1",
      "id": "BeModelMedication.batch",
      "base": {
        "max": "1",
        "min": 0,
        "path": "BeModelMedication.batch"
      }
    }, {
      "path": "BeModelMedication.batch.id",
      "min": 0,
      "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "isModifier": false,
      "short": "Unique id for inter-element referencing",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "http://hl7.org/fhirpath/System.String",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
          "valueUrl": "string"
        } ]
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "BeModelMedication.batch.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      },
      "isSummary": false
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
        "source": "http://hl7.org/fhir/StructureDefinition/Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "BeModelMedication.batch.extension",
      "min": 0,
      "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.",
      "isModifier": false,
      "short": "Additional content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "slicing": {
        "rules": "open",
        "description": "Extensions are always sliced by (at least) url",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      },
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "BeModelMedication.batch.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.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      },
      "isSummary": false
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
        "source": "http://hl7.org/fhir/StructureDefinition/Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "BeModelMedication.batch.modifierExtension",
      "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).",
      "min": 0,
      "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).",
      "isModifier": true,
      "short": "Extensions that cannot be ignored even if unrecognized",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content", "modifiers" ],
      "max": "*",
      "id": "BeModelMedication.batch.modifierExtension",
      "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.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "BackboneElement.modifierExtension"
      },
      "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
      "isSummary": true
    }, {
      "id": "BeModelMedication.batch.lotNumber",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "BeModelMedication.batch.lotNumber"
      },
      "path": "BeModelMedication.batch.lotNumber",
      "type": [ {
        "code": "string"
      } ],
      "short": "Batch number",
      "definition": "Batch number"
    }, {
      "id": "BeModelMedication.batch.expirationDate",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "BeModelMedication.batch.expirationDate"
      },
      "path": "BeModelMedication.batch.expirationDate",
      "type": [ {
        "code": "dateTime"
      } ],
      "short": "Expiry date",
      "definition": "Expiry date"
    } ],
    "extension": [ {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
      "valueString": "4.0.1"
    } ]
  },
  "status": "active",
  "id": "8a68df11-936f-4bca-8c4d-851b0b9e327f",
  "kind": "logical",
  "url": "https://www.ehealth.fgov.be/standards/fhir/medication/StructureDefinition/BeModelMedication",
  "version": "1.1.0",
  "differential": {
    "element": [ {
      "id": "BeModelMedication",
      "path": "BeModelMedication",
      "short": "Medication (model)",
      "definition": "Logical data model for medication."
    }, {
      "id": "BeModelMedication.status",
      "max": "1",
      "min": 1,
      "path": "BeModelMedication.status",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "Status of the medication (active, inactive, etc.)",
      "definition": "Status of the medication (active, inactive, etc.)"
    }, {
      "id": "BeModelMedication.code",
      "max": "1",
      "min": 1,
      "path": "BeModelMedication.code",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "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."
    }, {
      "id": "BeModelMedication.doseForm",
      "max": "1",
      "min": 0,
      "path": "BeModelMedication.doseForm",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "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."
    }, {
      "id": "BeModelMedication.item",
      "max": "*",
      "min": 0,
      "path": "BeModelMedication.item",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "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"
    }, {
      "id": "BeModelMedication.item.ingredient",
      "max": "*",
      "min": 1,
      "path": "BeModelMedication.item.ingredient",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "short": "Ingredients",
      "definition": "Ingredients"
    }, {
      "id": "BeModelMedication.item.ingredient.item",
      "max": "1",
      "min": 1,
      "path": "BeModelMedication.item.ingredient.item",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "Substance or product that is ingredient",
      "definition": "Substance or product that is ingredient"
    }, {
      "id": "BeModelMedication.item.ingredient.role",
      "max": "1",
      "min": 0,
      "path": "BeModelMedication.item.ingredient.role",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "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."
    }, {
      "id": "BeModelMedication.item.ingredient.strength",
      "max": "1",
      "min": 0,
      "path": "BeModelMedication.item.ingredient.strength",
      "type": [ {
        "code": "Ratio"
      } ],
      "short": "Concentration or presentation strength of the precise active ingredient",
      "definition": "Concentration or presentation strength of the precise active ingredient"
    }, {
      "id": "BeModelMedication.item.amount",
      "max": "1",
      "min": 0,
      "path": "BeModelMedication.item.amount",
      "type": [ {
        "code": "Quantity",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" ]
      } ],
      "short": "Number of such manufactured items in this product (5 vials)",
      "definition": "Number of such manufactured items in this product (5 vials)"
    }, {
      "id": "BeModelMedication.batch",
      "max": "1",
      "min": 0,
      "path": "BeModelMedication.batch",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "short": "Batch or production information for the product",
      "definition": "Batch or production information for the product"
    }, {
      "id": "BeModelMedication.batch.lotNumber",
      "max": "1",
      "min": 0,
      "path": "BeModelMedication.batch.lotNumber",
      "type": [ {
        "code": "string"
      } ],
      "short": "Batch number",
      "definition": "Batch number"
    }, {
      "id": "BeModelMedication.batch.expirationDate",
      "max": "1",
      "min": 0,
      "path": "BeModelMedication.batch.expirationDate",
      "type": [ {
        "code": "dateTime"
      } ],
      "short": "Expiry date",
      "definition": "Expiry date"
    } ]
  },
  "contact": [ {
    "name": "eHealth Platform",
    "telecom": [ {
      "value": "https://www.ehealth.fgov.be/standards/fhir",
      "system": "url"
    }, {
      "value": "support@be-ehealth-standards.atlassian.net",
      "system": "email"
    } ]
  }, {
    "name": "Message Structure eHealth",
    "telecom": [ {
      "use": "work",
      "value": "support@be-ehealth-standards.atlassian.net",
      "system": "email"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base"
}