Data Model Libraries
    Preparing search index...

    Class MedicinalProductPackagedPackageItemComponent

    MedicinalProductPackagedPackageItemComponent Class

    FHIR Specification

    • Short: A packaging item, as a contained for medicine, possibly with other packaging items within
    • Definition: A packaging item, as a contained for medicine, possibly with other packaging items within.

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    identifier?: Identifier[]

    MedicinalProductPackaged.packageItem.identifier Element

    FHIR Specification

    • Short: Including possibly Data Carrier Identifier
    • Definition: Including possibly Data Carrier Identifier.
    • FHIR Type: Identifier
    • Cardinality: 0..*
    • isModifier: false
    • isSummary: true
    type_: null | CodeableConcept

    MedicinalProductPackaged.packageItem.type Element

    FHIR Specification

    • Short: The physical type of the container of the medicine
    • Definition: The physical type of the container of the medicine.
    • FHIR Type: CodeableConcept
    • Cardinality: 1..1
    • isModifier: false
    • isSummary: true
    quantity: null | Quantity

    MedicinalProductPackaged.packageItem.quantity Element

    FHIR Specification

    • Short: The quantity of this package in the medicinal product, at the current level of packaging. The outermost is always 1
    • Definition: The quantity of this package in the medicinal product, at the current level of packaging. The outermost is always 1.
    • FHIR Type: Quantity
    • Cardinality: 1..1
    • isModifier: false
    • isSummary: true
    material?: CodeableConcept[]

    MedicinalProductPackaged.packageItem.material Element

    FHIR Specification

    • Short: Material type of the package item
    • Definition: Material type of the package item.
    • FHIR Type: CodeableConcept
    • Cardinality: 0..*
    • isModifier: false
    • isSummary: true
    alternateMaterial?: CodeableConcept[]

    MedicinalProductPackaged.packageItem.alternateMaterial Element

    FHIR Specification

    • Short: A possible alternate material for the packaging
    • Definition: A possible alternate material for the packaging.
    • FHIR Type: CodeableConcept
    • Cardinality: 0..*
    • isModifier: false
    • isSummary: true
    device?: Reference[]

    MedicinalProductPackaged.packageItem.device Element

    FHIR Specification

    manufacturedItem?: Reference[]

    MedicinalProductPackaged.packageItem.manufacturedItem Element

    FHIR Specification

    MedicinalProductPackaged.packageItem.packageItem Element

    FHIR Specification

    • Short: Allows containers within containers
    • Definition: Allows containers within containers.
    • FHIR Type: BackboneElement
    • Cardinality: 0..*
    • isModifier: false
    • isSummary: true
    physicalCharacteristics?: ProdCharacteristic

    MedicinalProductPackaged.packageItem.physicalCharacteristics Element

    FHIR Specification

    • Short: Dimensions, color etc.
    • Definition: Dimensions, color etc.
    • FHIR Type: ProdCharacteristic
    • Cardinality: 0..1
    • isModifier: false
    • isSummary: true
    otherCharacteristics?: CodeableConcept[]

    MedicinalProductPackaged.packageItem.otherCharacteristics Element

    FHIR Specification

    • Short: Other codeable characteristics
    • Definition: Other codeable characteristics.
    • FHIR Type: CodeableConcept
    • Cardinality: 0..*
    • isModifier: false
    • isSummary: true
    shelfLifeStorage?: ProductShelfLife[]

    MedicinalProductPackaged.packageItem.shelfLifeStorage Element

    FHIR Specification

    • Short: Shelf Life and storage information
    • Definition: Shelf Life and storage information.
    • FHIR Type: ProductShelfLife
    • Cardinality: 0..*
    • isModifier: false
    • isSummary: true
    manufacturer?: Reference[]

    MedicinalProductPackaged.packageItem.manufacturer Element

    FHIR Specification

    Methods

    • Parse the provided MedicinalProductPackagedPackageItemComponent JSON to instantiate the MedicinalProductPackagedPackageItemComponent data model.

      Parameters

      • sourceJson: Value

        JSON representing FHIR MedicinalProductPackagedPackageItemComponent

      • OptionaloptSourceField: string

        Optional data source field (e.g. <complexTypeName>.<complexTypeFieldName>); defaults to MedicinalProductPackagedPackageItemComponent

      Returns undefined | MedicinalProductPackagedPackageItemComponent

      MedicinalProductPackagedPackageItemComponent data model or undefined for MedicinalProductPackagedPackageItemComponent

      JsonError if the provided JSON is not a valid JSON object

    • Determines if the modifierExtension property exists.

      Parameters

      • Optionalurl: string

        the url that identifies a specific Extension

      Returns boolean

      true if an Extension has the provided url; false otherwise

      If the url is provided, determines if an Extension having the provided url exists. If the url is not provided, determines if the modifierExtension property exists and has any values.

      AssertionError for invalid url

    • Returns undefined | string

      the id property value

    • Assigns the provided value to the id property.

      Parameters

      • value: undefined | string

        the id value

      Returns this

      this

      PrimitiveTypeError for invalid value

    • Returns boolean

      true if id exists and has a value; false otherwise

    • Determines if the extension property exists.

      Parameters

      • Optionalurl: string

        the url that identifies a specific Extension

      Returns boolean

      true if an Extension has the provided url; false otherwise

      If the url is provided, determines if an Extension having the provided url exists. If the url is not provided, determines if the extension property exists and has any values.

      AssertionError for invalid url

    • Determines if the extension property exists.

      Parameters

      • url: string

        the url that identifies a specific Extension

      Returns undefined | IExtension

      an Extension having the provided url

      If the url is provided, determines if an Extension having the provided url exists. If the url is not provided, determines if the extension property exists and has any values.

      AssertionError for invalid url

    • Adds the provided Extension to the extension property array.

      Parameters

      • extension: undefined | IExtension

        the Extension value to add to the extension property array

      Returns this

      this

    • Removes the Extension having the provided url from the extension property array.

      Parameters

      • url: string

        the url that identifies a specific Extension to remove

      Returns void

      AssertionError for invalid url

    • Returns boolean

      true if the instance is a FHIR complex or primitive datatype; false otherwise