Skip to main content

HS.FHIR.DTL.vDSTU2.Model.Resource.SupplyDelivery

class HS.FHIR.DTL.vDSTU2.Model.Resource.SupplyDelivery extends HS.FHIR.DTL.vDSTU2.Model.Base.DomainResource

Delivery of Supply.

Property Inventory

Parameters

parameter ELEMENTQUALIFIED = 1;
Inherited description: ELEMENTQUALIFIED controls the format of exported XML. The ELEMENTQUALIFIED specification should be based on the elementFormDefault attribute of the schema that defines the type. To maintain compatibility, ELEMENTQUALIFIED will default to 1 (true) for literal format export and will default to 0 (false) for encoded or encoded12 format export. These were the values always previously assumed for the elementFormDefault attribute.

NOTE: Direct use of XMLExport method does not support the ELEMENTQUALIFIED. The export must be done using %XML.Writer or SOAP support.

parameter XMLNAME = SupplyDelivery;
Inherited description: This parameter provides the default XMLNAME for the class. If it is empty then the class name will be used to construct a default XML name. The default XMLNAME is used as the top level tag when exporting objects and the export context did not provide an XML container name.
parameter XMLPROJECTION = ELEMENT;
parameter XMLSEQUENCE = 1;
Inherited description: If the XMLSEQUENCE = 1, then the order of the XML elements must match the order of the class properties. This allows us to deal with XML where the same field appears multiple times and is distinguished by the order.
parameter XMLTYPE = SupplyDelivery;
Inherited description: This parameter provides the default XMLTYPE for the class. If it is empty then the class name will be used to construct a default XML type.

The default XMLTYPE is used when naming and referencing this type in a schema and the schema context did not provide an XML type name.

Properties

property destination as HS.FHIR.DTL.vDSTU2.Model.Base.Reference (XMLNAME = "destination", XMLPROJECTION = "ELEMENT");
Reference

Where the Supply was sent.

Location

Property methods: destinationGet(), destinationGetSwizzled(), destinationIsValid(), destinationNewObject(), destinationSet()
property identifier as HS.FHIR.DTL.vDSTU2.Model.Datatype.Identifier (XMLNAME = "identifier", XMLPROJECTION = "ELEMENT");
Identifier

External identifier.

Property methods: identifierGet(), identifierGetSwizzled(), identifierIsValid(), identifierNewObject(), identifierSet()
property patient as HS.FHIR.DTL.vDSTU2.Model.Base.Reference (XMLNAME = "patient", XMLPROJECTION = "ELEMENT");
Reference

Patient for whom the item is supplied.

Patient

Property methods: patientGet(), patientGetSwizzled(), patientIsValid(), patientNewObject(), patientSet()
property quantity as HS.FHIR.DTL.vDSTU2.Model.Datatype.SimpleQuantity (XMLNAME = "quantity", XMLPROJECTION = "ELEMENT");
SimpleQuantity

Amount dispensed.

Property methods: quantityGet(), quantityGetSwizzled(), quantityIsValid(), quantityNewObject(), quantitySet()
property receiver as list of HS.FHIR.DTL.vDSTU2.Model.Base.Reference (XMLNAME = "receiver", XMLPROJECTION = "ELEMENT");
Reference

Who collected the Supply.

Practitioner

Property methods: receiverBuildValueArray(), receiverCollectionToDisplay(), receiverCollectionToOdbc(), receiverDisplayToCollection(), receiverGet(), receiverGetObject(), receiverGetObjectId(), receiverGetSwizzled(), receiverIsValid(), receiverOdbcToCollection(), receiverSet(), receiverSetObject(), receiverSetObjectId()
property status as %String (MAXLEN = 1000000, XMLNAME = "status", XMLPROJECTION = "ATTRIBUTE");
code

in-progress | completed | abandoned

supplydelivery-status is the REQUIRED FHIR2 ValueSet for codes; you may NOT extend supplydelivery-status and you may NOT use codes from other ValueSets.

Property methods: statusDisplayToLogical(), statusGet(), statusIsValid(), statusLogicalToDisplay(), statusLogicalToOdbc(), statusNormalize(), statusSet()
property suppliedItem as HS.FHIR.DTL.vDSTU2.Model.Base.Reference (XMLNAME = "suppliedItem", XMLPROJECTION = "ELEMENT");
Reference

Medication, Substance, or Device supplied.

Medication | Substance | Device

Property methods: suppliedItemGet(), suppliedItemGetSwizzled(), suppliedItemIsValid(), suppliedItemNewObject(), suppliedItemSet()
property supplier as HS.FHIR.DTL.vDSTU2.Model.Base.Reference (XMLNAME = "supplier", XMLPROJECTION = "ELEMENT");
Reference

Dispenser.

Practitioner

Property methods: supplierGet(), supplierGetSwizzled(), supplierIsValid(), supplierNewObject(), supplierSet()
property time as %String (MAXLEN = 1000000, XMLNAME = "time", XMLPROJECTION = "ATTRIBUTE");
dateTime

Handover time.

Property methods: timeDisplayToLogical(), timeGet(), timeIsValid(), timeLogicalToDisplay(), timeLogicalToOdbc(), timeNormalize(), timeSet()
property type as HS.FHIR.DTL.vDSTU2.Model.Datatype.CodeableConcept (XMLNAME = "type", XMLPROJECTION = "ELEMENT");
CodeableConcept

Category of dispense event.

supplydelivery-type is the REQUIRED FHIR2 ValueSet for codes; you may NOT extend supplydelivery-type and you may NOT use codes from other ValueSets.

Property methods: typeGet(), typeGetSwizzled(), typeIsValid(), typeNewObject(), typeSet()
property whenPrepared as HS.FHIR.DTL.vDSTU2.Model.Datatype.Period (XMLNAME = "whenPrepared", XMLPROJECTION = "ELEMENT");
Period

Dispensing time.

Property methods: whenPreparedGet(), whenPreparedGetSwizzled(), whenPreparedIsValid(), whenPreparedNewObject(), whenPreparedSet()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab