MedicationPackageContent

open class MedicationPackageContent: BackboneElement

What is in the package.

A set of components that go to make up the described item.

  • What is in the package.

    A set of components that go to make up the described item.

    Declaration

    Swift

    override open class var resourceType: String
  • Quantity present in the package.

    Declaration

    Swift

    public var amount: Quantity?
  • The item in the package.

    Declaration

    Swift

    public var itemCodeableConcept: CodeableConcept?
  • The item in the package.

    Declaration

    Swift

    public var itemReference: Reference?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(item: Any)
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)

    Parameters

    json

    The JSON element to use to populate the receiver

    context

    The instantiation context to use

  • Undocumented

    Declaration

    Swift

    open class MedicationPackageContent: BackboneElement