Skip to main content

HS.FHIR.DTL.vDSTU2.Model.Resource.Procedure

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

An action that is being or was performed on a patient.

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

Target body sites.

any FHIR2 code may be used; body-site shows EXAMPLE codes, but you may use codes from any ValueSet.

Property methods: bodySiteBuildValueArray(), bodySiteCollectionToDisplay(), bodySiteCollectionToOdbc(), bodySiteDisplayToCollection(), bodySiteGet(), bodySiteGetObject(), bodySiteGetObjectId(), bodySiteGetSwizzled(), bodySiteIsValid(), bodySiteOdbcToCollection(), bodySiteSet(), bodySiteSetObject(), bodySiteSetObjectId()
property category as HS.FHIR.DTL.vDSTU2.Model.Datatype.CodeableConcept (XMLNAME = "category", XMLPROJECTION = "ELEMENT");
CodeableConcept

Classification of the procedure.

any FHIR2 code may be used; procedure-category shows EXAMPLE codes, but you may use codes from any ValueSet.

Property methods: categoryGet(), categoryGetSwizzled(), categoryIsValid(), categoryNewObject(), categorySet()
property code as HS.FHIR.DTL.vDSTU2.Model.Datatype.CodeableConcept (XMLNAME = "code", XMLPROJECTION = "ELEMENT") [ Required ];
CodeableConcept

Identification of the procedure.

any FHIR2 code may be used; procedure-code shows EXAMPLE codes, but you may use codes from any ValueSet.

Property methods: codeGet(), codeGetSwizzled(), codeIsValid(), codeNewObject(), codeSet()
property complication as list of HS.FHIR.DTL.vDSTU2.Model.Datatype.CodeableConcept (XMLNAME = "complication", XMLPROJECTION = "ELEMENT");
CodeableConcept

Complication following the procedure.

any FHIR2 code may be used; condition-code shows EXAMPLE codes, but you may use codes from any ValueSet.

Property methods: complicationBuildValueArray(), complicationCollectionToDisplay(), complicationCollectionToOdbc(), complicationDisplayToCollection(), complicationGet(), complicationGetObject(), complicationGetObjectId(), complicationGetSwizzled(), complicationIsValid(), complicationOdbcToCollection(), complicationSet(), complicationSetObject(), complicationSetObjectId()
property encounter as HS.FHIR.DTL.vDSTU2.Model.Base.Reference (XMLNAME = "encounter", XMLPROJECTION = "ELEMENT");
Reference

The encounter associated with the procedure.

Encounter

Property methods: encounterGet(), encounterGetSwizzled(), encounterIsValid(), encounterNewObject(), encounterSet()
property focalDevice as list of HS.FHIR.DTL.vDSTU2.Model.Element.Procedure.focalDevice (XMLNAME = "focalDevice", XMLPROJECTION = "ELEMENT");
BackboneElement

Device changed in procedure.

Property methods: focalDeviceBuildValueArray(), focalDeviceCollectionToDisplay(), focalDeviceCollectionToOdbc(), focalDeviceDisplayToCollection(), focalDeviceGet(), focalDeviceGetObject(), focalDeviceGetObjectId(), focalDeviceGetSwizzled(), focalDeviceIsValid(), focalDeviceOdbcToCollection(), focalDeviceSet(), focalDeviceSetObject(), focalDeviceSetObjectId()
property followUp as list of HS.FHIR.DTL.vDSTU2.Model.Datatype.CodeableConcept (XMLNAME = "followUp", XMLPROJECTION = "ELEMENT");
CodeableConcept

Instructions for follow up.

any FHIR2 code may be used; procedure-followup shows EXAMPLE codes, but you may use codes from any ValueSet.

Property methods: followUpBuildValueArray(), followUpCollectionToDisplay(), followUpCollectionToOdbc(), followUpDisplayToCollection(), followUpGet(), followUpGetObject(), followUpGetObjectId(), followUpGetSwizzled(), followUpIsValid(), followUpOdbcToCollection(), followUpSet(), followUpSetObject(), followUpSetObjectId()
property identifier as list of HS.FHIR.DTL.vDSTU2.Model.Datatype.Identifier (XMLNAME = "identifier", XMLPROJECTION = "ELEMENT");
Identifier

External Identifiers for this procedure.

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

Where the procedure happened.

Location

Property methods: locationGet(), locationGetSwizzled(), locationIsValid(), locationNewObject(), locationSet()
property notPerformed as %Boolean (XMLNAME = "notPerformed", XMLPROJECTION = "ATTRIBUTE");
boolean

True if procedure was not performed as scheduled.

Property methods: notPerformedDisplayToLogical(), notPerformedGet(), notPerformedIsValid(), notPerformedLogicalToDisplay(), notPerformedLogicalToXSD(), notPerformedNormalize(), notPerformedSet(), notPerformedXSDToLogical()
property notes as list of HS.FHIR.DTL.vDSTU2.Model.Datatype.Annotation (XMLNAME = "notes", XMLPROJECTION = "ELEMENT");
Annotation

Additional information about the procedure.

Property methods: notesBuildValueArray(), notesCollectionToDisplay(), notesCollectionToOdbc(), notesDisplayToCollection(), notesGet(), notesGetObject(), notesGetObjectId(), notesGetSwizzled(), notesIsValid(), notesOdbcToCollection(), notesSet(), notesSetObject(), notesSetObjectId()
property outcome as HS.FHIR.DTL.vDSTU2.Model.Datatype.CodeableConcept (XMLNAME = "outcome", XMLPROJECTION = "ELEMENT");
CodeableConcept

The result of procedure.

any FHIR2 code may be used; procedure-outcome shows EXAMPLE codes, but you may use codes from any ValueSet.

Property methods: outcomeGet(), outcomeGetSwizzled(), outcomeIsValid(), outcomeNewObject(), outcomeSet()
property performedDateTime as %String (MAXLEN = 1000000, XMLNAME = "performedDateTime", XMLPROJECTION = "ATTRIBUTE");
dateTime

Date/Period the procedure was performed.

Property methods: performedDateTimeDisplayToLogical(), performedDateTimeGet(), performedDateTimeIsValid(), performedDateTimeLogicalToDisplay(), performedDateTimeLogicalToOdbc(), performedDateTimeNormalize(), performedDateTimeSet()
property performedPeriod as HS.FHIR.DTL.vDSTU2.Model.Datatype.Period (XMLNAME = "performedPeriod", XMLPROJECTION = "ELEMENT");
Period

Date/Period the procedure was performed.

Property methods: performedPeriodGet(), performedPeriodGetSwizzled(), performedPeriodIsValid(), performedPeriodNewObject(), performedPeriodSet()
property performer as list of HS.FHIR.DTL.vDSTU2.Model.Element.Procedure.performer (XMLNAME = "performer", XMLPROJECTION = "ELEMENT");
BackboneElement

The people who performed the procedure.

Property methods: performerBuildValueArray(), performerCollectionToDisplay(), performerCollectionToOdbc(), performerDisplayToCollection(), performerGet(), performerGetObject(), performerGetObjectId(), performerGetSwizzled(), performerIsValid(), performerOdbcToCollection(), performerSet(), performerSetObject(), performerSetObjectId()
property reasonCodeableConcept as HS.FHIR.DTL.vDSTU2.Model.Datatype.CodeableConcept (XMLNAME = "reasonCodeableConcept", XMLPROJECTION = "ELEMENT");
CodeableConcept

Reason procedure performed.

any FHIR2 code may be used; procedure-reason shows EXAMPLE codes, but you may use codes from any ValueSet.

Property methods: reasonCodeableConceptGet(), reasonCodeableConceptGetSwizzled(), reasonCodeableConceptIsValid(), reasonCodeableConceptNewObject(), reasonCodeableConceptSet()
property reasonNotPerformed as list of HS.FHIR.DTL.vDSTU2.Model.Datatype.CodeableConcept (XMLNAME = "reasonNotPerformed", XMLPROJECTION = "ELEMENT");
CodeableConcept

Reason procedure was not performed.

any FHIR2 code may be used; procedure-not-performed-reason shows EXAMPLE codes, but you may use codes from any ValueSet.

Property methods: reasonNotPerformedBuildValueArray(), reasonNotPerformedCollectionToDisplay(), reasonNotPerformedCollectionToOdbc(), reasonNotPerformedDisplayToCollection(), reasonNotPerformedGet(), reasonNotPerformedGetObject(), reasonNotPerformedGetObjectId(), reasonNotPerformedGetSwizzled(), reasonNotPerformedIsValid(), reasonNotPerformedOdbcToCollection(), reasonNotPerformedSet(), reasonNotPerformedSetObject(), reasonNotPerformedSetObjectId()
property reasonReference as HS.FHIR.DTL.vDSTU2.Model.Base.Reference (XMLNAME = "reasonReference", XMLPROJECTION = "ELEMENT");
Reference

Reason procedure performed.

Condition.

Property methods: reasonReferenceGet(), reasonReferenceGetSwizzled(), reasonReferenceIsValid(), reasonReferenceNewObject(), reasonReferenceSet()
property report as list of HS.FHIR.DTL.vDSTU2.Model.Base.Reference (XMLNAME = "report", XMLPROJECTION = "ELEMENT");
Reference

Any report resulting from the procedure.

DiagnosticReport

Property methods: reportBuildValueArray(), reportCollectionToDisplay(), reportCollectionToOdbc(), reportDisplayToCollection(), reportGet(), reportGetObject(), reportGetObjectId(), reportGetSwizzled(), reportIsValid(), reportOdbcToCollection(), reportSet(), reportSetObject(), reportSetObjectId()
property request as HS.FHIR.DTL.vDSTU2.Model.Base.Reference (XMLNAME = "request", XMLPROJECTION = "ELEMENT");
Reference

A request for this procedure.

CarePlan | DiagnosticOrder | ProcedureRequest | ReferralRequest

Property methods: requestGet(), requestGetSwizzled(), requestIsValid(), requestNewObject(), requestSet()
property status as %String (MAXLEN = 1000000, XMLNAME = "status", XMLPROJECTION = "ATTRIBUTE") [ Required ];
code

in-progress | aborted | completed | entered-in-error

procedure-status is the REQUIRED FHIR2 ValueSet for codes; you may NOT extend procedure-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

Who the procedure was performed on.

Patient | Group

Property methods: subjectGet(), subjectGetSwizzled(), subjectIsValid(), subjectNewObject(), subjectSet()
property used as list of HS.FHIR.DTL.vDSTU2.Model.Base.Reference (XMLNAME = "used", XMLPROJECTION = "ELEMENT");
Reference

Items used during procedure.

Device | Medication | Substance

Property methods: usedBuildValueArray(), usedCollectionToDisplay(), usedCollectionToOdbc(), usedDisplayToCollection(), usedGet(), usedGetObject(), usedGetObjectId(), usedGetSwizzled(), usedIsValid(), usedOdbcToCollection(), usedSet(), usedSetObject(), usedSetObjectId()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab