Skip to main content

HS.FHIR.vSTU3.Model.Resource.ClinicalImpression

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

THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
A record of a clinical assessment performed to determine what problem(s) may affect the patient and before planning the treatments or management strategies that are best to manage a patient's condition. Assessments are often 1:1 with a clinical consultation / encounter, but this varies greatly depending on the clinical workflow. This resource is called "ClinicalImpression" rather than "ClinicalAssessment" to avoid confusion with the recording of assessment tools such as Apgar score.
If the element is present, it must have either a @value, an @id, or extensions

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 = 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.

Properties

property action as list of HS.FHIR.vSTU3.Model.Base.Reference (XMLNAME = "action", XMLPROJECTION = "ELEMENT");
Action taken as part of assessment procedure.
Property methods: actionBuildValueArray(), actionCollectionToDisplay(), actionCollectionToOdbc(), actionDisplayToCollection(), actionGet(), actionGetObject(), actionGetObjectId(), actionGetSwizzled(), actionIsValid(), actionOdbcToCollection(), actionSet(), actionSetObject(), actionSetObjectId()
property assessor as HS.FHIR.vSTU3.Model.Base.Reference (XMLNAME = "assessor", XMLPROJECTION = "ELEMENT");
The clinician performing the assessment.
Property methods: assessorGet(), assessorGetSwizzled(), assessorIsValid(), assessorNewObject(), assessorSet()
property code as HS.FHIR.vSTU3.Model.Base.CodeableConcept (XMLNAME = "code", XMLPROJECTION = "ELEMENT");
Categorizes the type of clinical assessment performed.
Property methods: codeGet(), codeGetSwizzled(), codeIsValid(), codeNewObject(), codeSet()
property context as HS.FHIR.vSTU3.Model.Base.Reference (XMLNAME = "context", XMLPROJECTION = "ELEMENT");
The encounter or episode of care this impression was created as part of.
Property methods: contextGet(), contextGetSwizzled(), contextIsValid(), contextNewObject(), contextSet()
property date as HS.FHIR.vSTU3.Model.Datatype.DateTime (XMLNAME = "date", XMLPROJECTION = "ELEMENT");
Indicates when the documentation of the assessment was complete.
Property methods: dateGet(), dateGetSwizzled(), dateIsValid(), dateNewObject(), dateSet()
property description as HS.FHIR.vSTU3.Model.Datatype.String (XMLNAME = "description", XMLPROJECTION = "ELEMENT");
A summary of the context and/or cause of the assessment - why / where was it performed, and what patient events/status prompted it.
Property methods: descriptionGet(), descriptionGetSwizzled(), descriptionIsValid(), descriptionNewObject(), descriptionSet()
property effectiveDateTime as HS.FHIR.vSTU3.Model.Datatype.DateTime (XMLNAME = "effectiveDateTime", XMLPROJECTION = "ELEMENT");
Property methods: effectiveDateTimeGet(), effectiveDateTimeGetSwizzled(), effectiveDateTimeIsValid(), effectiveDateTimeNewObject(), effectiveDateTimeSet()
property effectivePeriod as HS.FHIR.vSTU3.Model.Base.Period (XMLNAME = "effectivePeriod", XMLPROJECTION = "ELEMENT");
Property methods: effectivePeriodGet(), effectivePeriodGetSwizzled(), effectivePeriodIsValid(), effectivePeriodNewObject(), effectivePeriodSet()
property finding as list of HS.FHIR.vSTU3.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 identifier as list of HS.FHIR.vSTU3.Model.Base.Identifier (XMLNAME = "identifier", XMLPROJECTION = "ELEMENT");
A unique identifier assigned to the clinical impression that remains consistent regardless of what server the impression is stored on.
Property methods: identifierBuildValueArray(), identifierCollectionToDisplay(), identifierCollectionToOdbc(), identifierDisplayToCollection(), identifierGet(), identifierGetObject(), identifierGetObjectId(), identifierGetSwizzled(), identifierIsValid(), identifierOdbcToCollection(), identifierSet(), identifierSetObject(), identifierSetObjectId()
property investigation as list of HS.FHIR.vSTU3.Model.Resource.ClinicalImpression.Investigation (XMLNAME = "investigation", 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: investigationBuildValueArray(), investigationCollectionToDisplay(), investigationCollectionToOdbc(), investigationDisplayToCollection(), investigationGet(), investigationGetObject(), investigationGetObjectId(), investigationGetSwizzled(), investigationIsValid(), investigationOdbcToCollection(), investigationSet(), investigationSetObject(), investigationSetObjectId()
property note as list of HS.FHIR.vSTU3.Model.Base.Annotation (XMLNAME = "note", XMLPROJECTION = "ELEMENT");
Commentary about the impression, typically recorded after the impression itself was made, though supplemental notes by the original author could also appear.
Property methods: noteBuildValueArray(), noteCollectionToDisplay(), noteCollectionToOdbc(), noteDisplayToCollection(), noteGet(), noteGetObject(), noteGetObjectId(), noteGetSwizzled(), noteIsValid(), noteOdbcToCollection(), noteSet(), noteSetObject(), noteSetObjectId()
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.vSTU3.Model.Base.Reference (XMLNAME = "problem", XMLPROJECTION = "ELEMENT");
This a list of the relevant problems/conditions for a patient.
Property methods: problemBuildValueArray(), problemCollectionToDisplay(), problemCollectionToOdbc(), problemDisplayToCollection(), problemGet(), problemGetObject(), problemGetObjectId(), problemGetSwizzled(), problemIsValid(), problemOdbcToCollection(), problemSet(), problemSetObject(), problemSetObjectId()
property prognosisCodeableConcept as list of HS.FHIR.vSTU3.Model.Base.CodeableConcept (XMLNAME = "prognosisCodeableConcept", XMLPROJECTION = "ELEMENT");
Estimate of likely outcome.
Property methods: prognosisCodeableConceptBuildValueArray(), prognosisCodeableConceptCollectionToDisplay(), prognosisCodeableConceptCollectionToOdbc(), prognosisCodeableConceptDisplayToCollection(), prognosisCodeableConceptGet(), prognosisCodeableConceptGetObject(), prognosisCodeableConceptGetObjectId(), prognosisCodeableConceptGetSwizzled(), prognosisCodeableConceptIsValid(), prognosisCodeableConceptOdbcToCollection(), prognosisCodeableConceptSet(), prognosisCodeableConceptSetObject(), prognosisCodeableConceptSetObjectId()
property prognosisReference as list of HS.FHIR.vSTU3.Model.Base.Reference (XMLNAME = "prognosisReference", XMLPROJECTION = "ELEMENT");
RiskAssessment expressing likely outcome.
Property methods: prognosisReferenceBuildValueArray(), prognosisReferenceCollectionToDisplay(), prognosisReferenceCollectionToOdbc(), prognosisReferenceDisplayToCollection(), prognosisReferenceGet(), prognosisReferenceGetObject(), prognosisReferenceGetObjectId(), prognosisReferenceGetSwizzled(), prognosisReferenceIsValid(), prognosisReferenceOdbcToCollection(), prognosisReferenceSet(), prognosisReferenceSetObject(), prognosisReferenceSetObjectId()
property protocol as list of HS.FHIR.vSTU3.Model.Datatype.Uri (XMLNAME = "protocol", XMLPROJECTION = "ELEMENT");
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: protocolBuildValueArray(), protocolCollectionToDisplay(), protocolCollectionToOdbc(), protocolDisplayToCollection(), protocolGet(), protocolGetObject(), protocolGetObjectId(), protocolGetSwizzled(), protocolIsValid(), protocolOdbcToCollection(), protocolSet(), protocolSetObject(), protocolSetObjectId()
property status as HS.FHIR.vSTU3.Model.Base.ClinicalImpressionStatus (XMLNAME = "status", XMLPROJECTION = "ELEMENT") [ Required ];
Identifies the workflow status of the assessment.
Property methods: statusGet(), statusGetSwizzled(), statusIsValid(), statusNewObject(), statusSet()
property subject as HS.FHIR.vSTU3.Model.Base.Reference (XMLNAME = "subject", XMLPROJECTION = "ELEMENT") [ Required ];
The patient or group of individuals assessed as part of this record.
Property methods: subjectGet(), subjectGetSwizzled(), subjectIsValid(), subjectNewObject(), subjectSet()
property summary as HS.FHIR.vSTU3.Model.Datatype.String (XMLNAME = "summary", XMLPROJECTION = "ELEMENT");
A text summary of the investigations and the diagnosis.
Property methods: summaryGet(), summaryGetSwizzled(), summaryIsValid(), summaryNewObject(), summarySet()

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 SetCode(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 "code" property.
deprecated method SetContext(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 "context" 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 SetEffectiveDateTime(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 "effectiveDateTime" property.
deprecated method SetEffectivePeriod(pStart As %String = "", pEnd As %String = "", pExtension As %RegisteredObject = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "effectivePeriod" property.
deprecated method SetIdentifier(pValue As %String = "", pSystem As %String = "", pUse As %String = "", pTypeCode As %String = "", pTypeSystem As %String = "", pTypeDisplay As %String = "", pTypeText As %String = "", pId As %String = "", pStart As %String = "", pEnd As %String = "", pAssignerReference As %String = "", pAssignerDisplay As %String = "", pExtension As %RegisteredObject = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Insert method for the "identifier" 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 SetPrognosisCodeableConcept(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 "prognosisCodeableConcept" property.
deprecated method SetPrognosisReference(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 "prognosisReference" 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.
Insert method for the "protocol" 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 SetSubject(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 "subject" 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.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab