Class TTransport

Unit

Declaration

type TTransport = class(TDomainResource)

Description

Record of transport of item. If the element is present, it must have either a @value, an @id, or extensions

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;
Public property instantiatesCanonical : string read GetinstantiatesCanonical write SetinstantiatesCanonical;
Public property instantiatesCanonicalElement : Tcanonical read GetinstantiatesCanonicalElement write SetinstantiatesCanonicalElement;
Public property instantiatesUri : string read GetinstantiatesUri write SetinstantiatesUri;
Public property instantiatesUriElement : Turi read GetinstantiatesUriElement write SetinstantiatesUriElement;
Public property basedOn : TReferenceArray read GetbasedOnArray;
Public property groupIdentifier : TIdentifier read GetgroupIdentifier write SetgroupIdentifier;
Public property partOf : TReferenceArray read GetpartOfArray;
Public property status : string read Getstatus write Setstatus;
Public property statusElement : TTransportStatus read GetstatusElement write SetstatusElement;
Public property statusReason : TCodeableConcept read GetstatusReason write SetstatusReason;
Public property intent : string read Getintent write Setintent;
Public property intentElement : TTransportIntent read GetintentElement write SetintentElement;
Public property priority : string read Getpriority write Setpriority;
Public property priorityElement : TRequestPriority read GetpriorityElement write SetpriorityElement;
Public property code : TCodeableConcept read Getcode write Setcode;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
Public property focus : TReference read Getfocus write Setfocus;
Public property for_ : TReference read Getfor_ write Setfor_;
Public property encounter : TReference read Getencounter write Setencounter;
Public property completionTime : string read GetcompletionTime write SetcompletionTime;
Public property completionTimeElement : TdateTime_ read GetcompletionTimeElement write SetcompletionTimeElement;
Public property authoredOn : string read GetauthoredOn write SetauthoredOn;
Public property authoredOnElement : TdateTime_ read GetauthoredOnElement write SetauthoredOnElement;
Public property lastModified : string read GetlastModified write SetlastModified;
Public property lastModifiedElement : TdateTime_ read GetlastModifiedElement write SetlastModifiedElement;
Public property requester : TReference read Getrequester write Setrequester;
Public property performerType : TCodeableConceptArray read GetperformerTypeArray;
Public property owner : TReference read Getowner write Setowner;
Public property location : TReference read Getlocation write Setlocation;
Public property insurance : TReferenceArray read GetinsuranceArray;
Public property note : TAnnotationArray read GetnoteArray;
Public property relevantHistory : TReferenceArray read GetrelevantHistoryArray;
Public property restriction : TTransportRestriction read Getrestriction write Setrestriction;
Public property input : TTransportInputArray read GetinputArray;
Public property output : TTransportOutputArray read GetoutputArray;
Public property requestedLocation : TReference read GetrequestedLocation write SetrequestedLocation;
Public property currentLocation : TReference read GetcurrentLocation write SetcurrentLocation;
Public property reason : TCodeableReference read Getreason write Setreason;
Public property history : TReference read Gethistory write Sethistory;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

Identifier for the transport event that is used to identify it across multiple disparate systems.

Public property instantiatesCanonical : string read GetinstantiatesCanonical write SetinstantiatesCanonical;

The URL pointing to a *FHIR*-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this Transport.

Public property instantiatesCanonicalElement : Tcanonical read GetinstantiatesCanonicalElement write SetinstantiatesCanonicalElement;
 
Public property instantiatesUri : string read GetinstantiatesUri write SetinstantiatesUri;

The URL pointing to an *externally* maintained protocol, guideline, orderset or other definition that is adhered to in whole or in part by this Transport.

Public property instantiatesUriElement : Turi read GetinstantiatesUriElement write SetinstantiatesUriElement;
 
Public property basedOn : TReferenceArray read GetbasedOnArray;

BasedOn refers to a higher-level authorization that triggered the creation of the transport. It references a "request" resource such as a ServiceRequest or Transport, which is distinct from the "request" resource the Transport is seeking to fulfill. This latter resource is referenced by FocusOn. For example, based on a ServiceRequest (= BasedOn), a transport is created to fulfill a procedureRequest ( = FocusOn ) to transport a specimen to the lab.

Public property groupIdentifier : TIdentifier read GetgroupIdentifier write SetgroupIdentifier;

A shared identifier common to multiple independent Request instances that were activated/authorized more or less simultaneously by a single author. The presence of the same identifier on each request ties those requests together and may have business ramifications in terms of reporting of results, billing, etc. E.g. a requisition number shared by a set of lab tests ordered together, or a prescription number shared by all meds ordered at one time.

Public property partOf : TReferenceArray read GetpartOfArray;

A larger event of which this particular event is a component or step.

Public property status : string read Getstatus write Setstatus;

A code specifying the state of the transport event.

Public property statusElement : TTransportStatus read GetstatusElement write SetstatusElement;
 
Public property statusReason : TCodeableConcept read GetstatusReason write SetstatusReason;

An explanation as to why this transport is held, failed, was refused, etc.

Public property intent : string read Getintent write Setintent;

Indicates the "level" of actionability associated with the Transport, i.e. i+R[9]Cs this a proposed transport, a planned transport, an actionable transport, etc.

Public property intentElement : TTransportIntent read GetintentElement write SetintentElement;
 
Public property priority : string read Getpriority write Setpriority;

Indicates how quickly the Transport should be addressed with respect to other requests.

Public property priorityElement : TRequestPriority read GetpriorityElement write SetpriorityElement;
 
Public property code : TCodeableConcept read Getcode write Setcode;

A name or code (or both) briefly describing what the transport involves.

Public property description : string read Getdescription write Setdescription;

A free-text description of what is to be performed.

Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
 
Public property focus : TReference read Getfocus write Setfocus;

The request being actioned or the resource being manipulated by this transport.

Public property for_ : TReference read Getfor_ write Setfor_;

The entity who benefits from the performance of the service specified in the transport (e.g., the patient).

Public property encounter : TReference read Getencounter write Setencounter;

The healthcare event (e.g. a patient and healthcare provider interaction) during which this transport was created.

Public property completionTime : string read GetcompletionTime write SetcompletionTime;

Identifies the completion time of the event (the occurrence).

Public property completionTimeElement : TdateTime_ read GetcompletionTimeElement write SetcompletionTimeElement;
 
Public property authoredOn : string read GetauthoredOn write SetauthoredOn;

The date and time this transport was created.

Public property authoredOnElement : TdateTime_ read GetauthoredOnElement write SetauthoredOnElement;
 
Public property lastModified : string read GetlastModified write SetlastModified;

The date and time of last modification to this transport.

Public property lastModifiedElement : TdateTime_ read GetlastModifiedElement write SetlastModifiedElement;
 
Public property requester : TReference read Getrequester write Setrequester;

The creator of the transport.

Public property performerType : TCodeableConceptArray read GetperformerTypeArray;

The kind of participant that should perform the transport.

Public property owner : TReference read Getowner write Setowner;

Individual organization or Device currently responsible for transport execution.

Public property location : TReference read Getlocation write Setlocation;

Principal physical location where this transport is performed.

Public property insurance : TReferenceArray read GetinsuranceArray;

Insurance plans, coverage extensions, pre-authorizations and/or pre-determinations that may be relevant to the Transport.

Public property note : TAnnotationArray read GetnoteArray;

Free-text information captured about the transport as it progresses.

Public property relevantHistory : TReferenceArray read GetrelevantHistoryArray;

Links to Provenance records for past versions of this Transport that identify key state transitions or updates that are likely to be relevant to a user looking at the current version of the transport.

Public property restriction : TTransportRestriction read Getrestriction write Setrestriction;

If the Transport.focus is a request resource and the transport is seeking fulfillment (i.e. is asking for the request to be actioned), this element identifies any limitations on what parts of the referenced request should be actioned.

Public property input : TTransportInputArray read GetinputArray;

Additional information that may be needed in the execution of the transport.

Public property output : TTransportOutputArray read GetoutputArray;

Outputs produced by the Transport.

Public property requestedLocation : TReference read GetrequestedLocation write SetrequestedLocation;

The desired or final location for the transport.

Public property currentLocation : TReference read GetcurrentLocation write SetcurrentLocation;

The current location for the entity to be transported.

Public property reason : TCodeableReference read Getreason write Setreason;

A resource reference indicating why this transport needs to be performed.

Public property history : TReference read Gethistory write Sethistory;

The transport event prior to this one.


Generated by PasDoc 0.15.0.