Skip to main content

HS.FHIR.vDSTU2.Model.Resource.ClinicalImpression

deprecated class HS.FHIR.vDSTU2.Model.Resource.ClinicalImpression extends HS.FHIR.vDSTU2.Model.Base.DomainResource

THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.

Property Inventory

Method 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 = ClinicalImpression;
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 XMLSEQUENCE = 0;
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.

Properties

property action as list of HS.FHIR.vDSTU2.Model.Base.Reference (XMLNAME = "action", XMLPROJECTION = "ELEMENT");
Actions taken during assessment.
Property methods: actionBuildValueArray(), actionCollectionToDisplay(), actionCollectionToOdbc(), actionDisplayToCollection(), actionGet(), actionGetObject(), actionGetObjectId(), actionGetSwizzled(), actionIsValid(), actionOdbcToCollection(), actionSet(), actionSetObject(), actionSetObjectId()
property assessor as HS.FHIR.vDSTU2.Model.Base.Reference (XMLNAME = "assessor");
The clinician performing the assessment.
Property methods: assessorGet(), assessorGetSwizzled(), assessorIsValid(), assessorNewObject(), assessorSet()
property date as HS.FHIR.vDSTU2.Model.Datatype.DateTime (XMLNAME = "date") [ SqlFieldName = _date ];
The point in time at which the assessment was concluded (not when it was recorded).
Property methods: dateGet(), dateGetSwizzled(), dateIsValid(), dateNewObject(), dateSet()
property description as HS.FHIR.vDSTU2.Model.Datatype.String (XMLNAME = "description");
A summary of the context and/or cause of the assessment - why / where was it peformed, and what patient events/sstatus prompted it.
Property methods: descriptionGet(), descriptionGetSwizzled(), descriptionIsValid(), descriptionNewObject(), descriptionSet()
property finding as list of HS.FHIR.vDSTU2.Model.Resource.ClinicalImpression.Finding (XMLNAME = "finding", XMLPROJECTION = "ELEMENT");
Specific findings or diagnoses that was considered likely or relevant to ongoing treatment.
Property methods: findingBuildValueArray(), findingCollectionToDisplay(), findingCollectionToOdbc(), findingDisplayToCollection(), findingGet(), findingGetObject(), findingGetObjectId(), findingGetSwizzled(), findingIsValid(), findingOdbcToCollection(), findingSet(), findingSetObject(), findingSetObjectId()
property investigations as list of HS.FHIR.vDSTU2.Model.Resource.ClinicalImpression.Investigations (XMLNAME = "investigations", XMLPROJECTION = "ELEMENT");
One or more sets of investigations (signs, symptions, etc.). The actual grouping of investigations vary greatly depending on the type and context of the assessment. These investigations may include data generated during the assessment process, or data previously generated and recorded that is pertinent to the outcomes.
Property methods: investigationsBuildValueArray(), investigationsCollectionToDisplay(), investigationsCollectionToOdbc(), investigationsDisplayToCollection(), investigationsGet(), investigationsGetObject(), investigationsGetObjectId(), investigationsGetSwizzled(), investigationsIsValid(), investigationsOdbcToCollection(), investigationsSet(), investigationsSetObject(), investigationsSetObjectId()
property patient as HS.FHIR.vDSTU2.Model.Base.Reference (XMLNAME = "patient") [ Required ];
The patient being assessed.
Property methods: patientGet(), patientGetSwizzled(), patientIsValid(), patientNewObject(), patientSet()
property plan as list of HS.FHIR.vDSTU2.Model.Base.Reference (XMLNAME = "plan", XMLPROJECTION = "ELEMENT");
Plan of action after assessment.
Property methods: planBuildValueArray(), planCollectionToDisplay(), planCollectionToOdbc(), planDisplayToCollection(), planGet(), planGetObject(), planGetObjectId(), planGetSwizzled(), planIsValid(), planOdbcToCollection(), planSet(), planSetObject(), planSetObjectId()
A reference to the last assesment that was conducted bon this patient. Assessments are often/usually ongoing in nature; a care provider (practitioner or team) will make new assessments on an ongoing basis as new data arises or the patient's conditions changes.
Property methods: previousGet(), previousGetSwizzled(), previousIsValid(), previousNewObject(), previousSet()
property problem as list of HS.FHIR.vDSTU2.Model.Base.Reference (XMLNAME = "problem", XMLPROJECTION = "ELEMENT");
This a list of the general problems/conditions for a patient.
Property methods: problemBuildValueArray(), problemCollectionToDisplay(), problemCollectionToOdbc(), problemDisplayToCollection(), problemGet(), problemGetObject(), problemGetObjectId(), problemGetSwizzled(), problemIsValid(), problemOdbcToCollection(), problemSet(), problemSetObject(), problemSetObjectId()
property prognosis as HS.FHIR.vDSTU2.Model.Datatype.String (XMLNAME = "prognosis");
Estimate of likely outcome.
Property methods: prognosisGet(), prognosisGetSwizzled(), prognosisIsValid(), prognosisNewObject(), prognosisSet()
property protocol as HS.FHIR.vDSTU2.Model.Datatype.Uri (XMLNAME = "protocol");
Reference to a specific published clinical protocol that was followed during this assessment, and/or that provides evidence in support of the diagnosis.
Property methods: protocolGet(), protocolGetSwizzled(), protocolIsValid(), protocolNewObject(), protocolSet()
property resolved as list of HS.FHIR.vDSTU2.Model.Base.CodeableConcept (XMLNAME = "resolved", XMLPROJECTION = "ELEMENT");
Diagnoses/conditions resolved since the last assessment.
Property methods: resolvedBuildValueArray(), resolvedCollectionToDisplay(), resolvedCollectionToOdbc(), resolvedDisplayToCollection(), resolvedGet(), resolvedGetObject(), resolvedGetObjectId(), resolvedGetSwizzled(), resolvedIsValid(), resolvedOdbcToCollection(), resolvedSet(), resolvedSetObject(), resolvedSetObjectId()
property ruledOut as list of HS.FHIR.vDSTU2.Model.Resource.ClinicalImpression.RuledOut (XMLNAME = "ruledOut", XMLPROJECTION = "ELEMENT");
Diagnosis considered not possible.
Property methods: ruledOutBuildValueArray(), ruledOutCollectionToDisplay(), ruledOutCollectionToOdbc(), ruledOutDisplayToCollection(), ruledOutGet(), ruledOutGetObject(), ruledOutGetObjectId(), ruledOutGetSwizzled(), ruledOutIsValid(), ruledOutOdbcToCollection(), ruledOutSet(), ruledOutSetObject(), ruledOutSetObjectId()
property status as HS.FHIR.vDSTU2.Model.Base.ClinicalImpressionStatus (XMLNAME = "status") [ Required ];
Identifies the workflow status of the assessment.
Property methods: statusGet(), statusGetSwizzled(), statusIsValid(), statusNewObject(), statusSet()
property summary as HS.FHIR.vDSTU2.Model.Datatype.String (XMLNAME = "summary");
A text summary of the investigations and the diagnosis.
Property methods: summaryGet(), summaryGetSwizzled(), summaryIsValid(), summaryNewObject(), summarySet()
property triggerCodeableConcept as HS.FHIR.vDSTU2.Model.Base.CodeableConcept (XMLNAME = "triggerCodeableConcept");
Property methods: triggerCodeableConceptGet(), triggerCodeableConceptGetSwizzled(), triggerCodeableConceptIsValid(), triggerCodeableConceptNewObject(), triggerCodeableConceptSet()
property triggerReference as HS.FHIR.vDSTU2.Model.Base.Reference (XMLNAME = "triggerReference");
Property methods: triggerReferenceGet(), triggerReferenceGetSwizzled(), triggerReferenceIsValid(), triggerReferenceNewObject(), triggerReferenceSet()

Methods

deprecated method SetAction(pReference As %String = "", pDisplay As %String = "", pExtension As %RegisteredObject = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Insert method for the "action" property.
deprecated method SetAssessor(pReference As %String = "", pDisplay As %String = "", pExtension As %RegisteredObject = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "assessor" property.
deprecated method SetDate(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "date" property.
deprecated method SetDescription(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "description" property.
deprecated method SetPatient(pReference As %String = "", pDisplay As %String = "", pExtension As %RegisteredObject = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "patient" property.
deprecated method SetPlan(pReference As %String = "", pDisplay As %String = "", pExtension As %RegisteredObject = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Insert method for the "plan" property.
deprecated method SetPrevious(pReference As %String = "", pDisplay As %String = "", pExtension As %RegisteredObject = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "previous" property.
deprecated method SetProblem(pReference As %String = "", pDisplay As %String = "", pExtension As %RegisteredObject = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Insert method for the "problem" property.
deprecated method SetPrognosis(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "prognosis" property.
deprecated method SetProtocol(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "protocol" property.
deprecated method SetResolved(pCode As %String = "", pDisplay As %String = "", pSystem As %String = "", pText As %String = "", pVersion As %String = "", pUserSelected As %String = "", pId As %String = "", pExtension As %RegisteredObject = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Insert method for the "resolved" property.
deprecated method SetStatus(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "status" property.
deprecated method SetSummary(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "summary" property.
deprecated method SetTriggerCodeableConcept(pCode As %String = "", pDisplay As %String = "", pSystem As %String = "", pText As %String = "", pVersion As %String = "", pUserSelected As %String = "", pId As %String = "", pExtension As %RegisteredObject = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "triggerCodeableConcept" property.
deprecated method SetTriggerReference(pReference As %String = "", pDisplay As %String = "", pExtension As %RegisteredObject = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "triggerReference" property.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab