Skip to main content

HS.FHIR.DTL.vDSTU2.Model.Resource.DeviceUseRequest

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

A request for a patient to use or be given a medical device.

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 = DeviceUseRequest;
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 = DeviceUseRequest;
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 bodySiteCodeableConcept as HS.FHIR.DTL.vDSTU2.Model.Datatype.CodeableConcept (XMLNAME = "bodySiteCodeableConcept", XMLPROJECTION = "ELEMENT");
CodeableConcept

Target body site.

any FHIR2 code from any ValueSet may be used.

Property methods: bodySiteCodeableConceptGet(), bodySiteCodeableConceptGetSwizzled(), bodySiteCodeableConceptIsValid(), bodySiteCodeableConceptNewObject(), bodySiteCodeableConceptSet()
property bodySiteReference as HS.FHIR.DTL.vDSTU2.Model.Base.Reference (XMLNAME = "bodySiteReference", XMLPROJECTION = "ELEMENT");
Reference

Target body site.

BodySite.

Property methods: bodySiteReferenceGet(), bodySiteReferenceGetSwizzled(), bodySiteReferenceIsValid(), bodySiteReferenceNewObject(), bodySiteReferenceSet()
property device as HS.FHIR.DTL.vDSTU2.Model.Base.Reference (XMLNAME = "device", XMLPROJECTION = "ELEMENT") [ Required ];
Reference

Device requested.

Device

Property methods: deviceGet(), deviceGetSwizzled(), deviceIsValid(), deviceNewObject(), deviceSet()
property encounter as HS.FHIR.DTL.vDSTU2.Model.Base.Reference (XMLNAME = "encounter", XMLPROJECTION = "ELEMENT");
Reference

Encounter motivating request.

Encounter

Property methods: encounterGet(), encounterGetSwizzled(), encounterIsValid(), encounterNewObject(), encounterSet()
property identifier as list of HS.FHIR.DTL.vDSTU2.Model.Datatype.Identifier (XMLNAME = "identifier", XMLPROJECTION = "ELEMENT");
Identifier

Request identifier.

Property methods: identifierBuildValueArray(), identifierCollectionToDisplay(), identifierCollectionToOdbc(), identifierDisplayToCollection(), identifierGet(), identifierGetObject(), identifierGetObjectId(), identifierGetSwizzled(), identifierIsValid(), identifierOdbcToCollection(), identifierSet(), identifierSetObject(), identifierSetObjectId()
property indication as list of HS.FHIR.DTL.vDSTU2.Model.Datatype.CodeableConcept (XMLNAME = "indication", XMLPROJECTION = "ELEMENT");
CodeableConcept

Reason for request.

any FHIR2 code from any ValueSet may be used.

Property methods: indicationBuildValueArray(), indicationCollectionToDisplay(), indicationCollectionToOdbc(), indicationDisplayToCollection(), indicationGet(), indicationGetObject(), indicationGetObjectId(), indicationGetSwizzled(), indicationIsValid(), indicationOdbcToCollection(), indicationSet(), indicationSetObject(), indicationSetObjectId()
property notes as list of %String (MAXLEN = 1000000, XMLNAME = "notes", XMLPROJECTION = "ELEMENT");
string

Notes or comments.

Property methods: notesBuildValueArray(), notesCollectionToDisplay(), notesCollectionToOdbc(), notesDisplayToCollection(), notesDisplayToLogical(), notesGet(), notesGetObject(), notesGetObjectId(), notesGetSwizzled(), notesIsValid(), notesLogicalToDisplay(), notesLogicalToOdbc(), notesNormalize(), notesOdbcToCollection(), notesSet(), notesSetObject(), notesSetObjectId()
property orderedOn as %String (MAXLEN = 1000000, XMLNAME = "orderedOn", XMLPROJECTION = "ATTRIBUTE");
dateTime

When ordered.

Property methods: orderedOnDisplayToLogical(), orderedOnGet(), orderedOnIsValid(), orderedOnLogicalToDisplay(), orderedOnLogicalToOdbc(), orderedOnNormalize(), orderedOnSet()
property priority as %String (MAXLEN = 1000000, XMLNAME = "priority", XMLPROJECTION = "ATTRIBUTE");
code

routine | urgent | stat | asap

device-use-request-priority is the REQUIRED FHIR2 ValueSet for codes; you may NOT extend device-use-request-priority and you may NOT use codes from other ValueSets.

Property methods: priorityDisplayToLogical(), priorityGet(), priorityIsValid(), priorityLogicalToDisplay(), priorityLogicalToOdbc(), priorityNormalize(), prioritySet()
property prnReason as list of HS.FHIR.DTL.vDSTU2.Model.Datatype.CodeableConcept (XMLNAME = "prnReason", XMLPROJECTION = "ELEMENT");
CodeableConcept

PRN.

any FHIR2 code from any ValueSet may be used.

Property methods: prnReasonBuildValueArray(), prnReasonCollectionToDisplay(), prnReasonCollectionToOdbc(), prnReasonDisplayToCollection(), prnReasonGet(), prnReasonGetObject(), prnReasonGetObjectId(), prnReasonGetSwizzled(), prnReasonIsValid(), prnReasonOdbcToCollection(), prnReasonSet(), prnReasonSetObject(), prnReasonSetObjectId()
property recordedOn as %String (MAXLEN = 1000000, XMLNAME = "recordedOn", XMLPROJECTION = "ATTRIBUTE");
dateTime

When recorded.

Property methods: recordedOnDisplayToLogical(), recordedOnGet(), recordedOnIsValid(), recordedOnLogicalToDisplay(), recordedOnLogicalToOdbc(), recordedOnNormalize(), recordedOnSet()
property status as %String (MAXLEN = 1000000, XMLNAME = "status", XMLPROJECTION = "ATTRIBUTE");
code

proposed | planned | requested | received | accepted | in-progress | completed | suspended | rejected | aborted

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

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

Focus of request.

Patient

Property methods: subjectGet(), subjectGetSwizzled(), subjectIsValid(), subjectNewObject(), subjectSet()
property timingDateTime as %String (MAXLEN = 1000000, XMLNAME = "timingDateTime", XMLPROJECTION = "ATTRIBUTE");
dateTime

Schedule for use.

Property methods: timingDateTimeDisplayToLogical(), timingDateTimeGet(), timingDateTimeIsValid(), timingDateTimeLogicalToDisplay(), timingDateTimeLogicalToOdbc(), timingDateTimeNormalize(), timingDateTimeSet()
property timingPeriod as HS.FHIR.DTL.vDSTU2.Model.Datatype.Period (XMLNAME = "timingPeriod", XMLPROJECTION = "ELEMENT");
Period

Schedule for use.

Property methods: timingPeriodGet(), timingPeriodGetSwizzled(), timingPeriodIsValid(), timingPeriodNewObject(), timingPeriodSet()
property timingTiming as HS.FHIR.DTL.vDSTU2.Model.Datatype.Timing (XMLNAME = "timingTiming", XMLPROJECTION = "ELEMENT");
Timing

Schedule for use.

Property methods: timingTimingGet(), timingTimingGetSwizzled(), timingTimingIsValid(), timingTimingNewObject(), timingTimingSet()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab