Skip to main content

HS.FHIR.DTL.vSTU3.Model.Resource.ClinicalImpression

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

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.

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 = 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 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 = ClinicalImpression;
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 action as list of HS.FHIR.DTL.vSTU3.Model.Base.Reference (XMLNAME = "action", XMLPROJECTION = "ELEMENT");
Reference

Action taken as part of assessment procedure.

ReferralRequest | ProcedureRequest | Procedure | MedicationRequest | Appointment

Property methods: actionBuildValueArray(), actionCollectionToDisplay(), actionCollectionToOdbc(), actionDisplayToCollection(), actionGet(), actionGetObject(), actionGetObjectId(), actionGetSwizzled(), actionIsValid(), actionOdbcToCollection(), actionSet(), actionSetObject(), actionSetObjectId()
property assessor as HS.FHIR.DTL.vSTU3.Model.Base.Reference (XMLNAME = "assessor", XMLPROJECTION = "ELEMENT");
Reference

The clinician performing the assessment.

Practitioner

Property methods: assessorGet(), assessorGetSwizzled(), assessorIsValid(), assessorNewObject(), assessorSet()
property code as HS.FHIR.DTL.vSTU3.Model.Datatype.CodeableConcept (XMLNAME = "code", XMLPROJECTION = "ELEMENT");
CodeableConcept

Kind of assessment performed.

any FHIR3 code from any ValueSet may be used.

Property methods: codeGet(), codeGetSwizzled(), codeIsValid(), codeNewObject(), codeSet()
property context as HS.FHIR.DTL.vSTU3.Model.Base.Reference (XMLNAME = "context", XMLPROJECTION = "ELEMENT");
Reference

Encounter or Episode created from.

Encounter | EpisodeOfCare

Property methods: contextGet(), contextGetSwizzled(), contextIsValid(), contextNewObject(), contextSet()
property date as %String (MAXLEN = 1000000, XMLNAME = "date", XMLPROJECTION = "ATTRIBUTE");
dateTime

When the assessment was documented.

Property methods: dateDisplayToLogical(), dateGet(), dateIsValid(), dateLogicalToDisplay(), dateLogicalToOdbc(), dateNormalize(), dateSet()
property description as %String (MAXLEN = 1000000, XMLNAME = "description", XMLPROJECTION = "ATTRIBUTE");
string

Why/how the assessment was performed.

Property methods: descriptionDisplayToLogical(), descriptionGet(), descriptionIsValid(), descriptionLogicalToDisplay(), descriptionLogicalToOdbc(), descriptionNormalize(), descriptionSet()
property effectiveDateTime as %String (MAXLEN = 1000000, XMLNAME = "effectiveDateTime", XMLPROJECTION = "ATTRIBUTE");
dateTime

Time of assessment.

Property methods: effectiveDateTimeDisplayToLogical(), effectiveDateTimeGet(), effectiveDateTimeIsValid(), effectiveDateTimeLogicalToDisplay(), effectiveDateTimeLogicalToOdbc(), effectiveDateTimeNormalize(), effectiveDateTimeSet()
property effectivePeriod as HS.FHIR.DTL.vSTU3.Model.Datatype.Period (XMLNAME = "effectivePeriod", XMLPROJECTION = "ELEMENT");
Period

Time of assessment.

Property methods: effectivePeriodGet(), effectivePeriodGetSwizzled(), effectivePeriodIsValid(), effectivePeriodNewObject(), effectivePeriodSet()
property finding as list of HS.FHIR.DTL.vSTU3.Model.Element.ClinicalImpression.finding (XMLNAME = "finding", XMLPROJECTION = "ELEMENT");
BackboneElement

Possible or likely findings and diagnoses.

Property methods: findingBuildValueArray(), findingCollectionToDisplay(), findingCollectionToOdbc(), findingDisplayToCollection(), findingGet(), findingGetObject(), findingGetObjectId(), findingGetSwizzled(), findingIsValid(), findingOdbcToCollection(), findingSet(), findingSetObject(), findingSetObjectId()
property identifier as list of HS.FHIR.DTL.vSTU3.Model.Datatype.Identifier (XMLNAME = "identifier", XMLPROJECTION = "ELEMENT");
Identifier

Business identifier.

Property methods: identifierBuildValueArray(), identifierCollectionToDisplay(), identifierCollectionToOdbc(), identifierDisplayToCollection(), identifierGet(), identifierGetObject(), identifierGetObjectId(), identifierGetSwizzled(), identifierIsValid(), identifierOdbcToCollection(), identifierSet(), identifierSetObject(), identifierSetObjectId()
property investigation as list of HS.FHIR.DTL.vSTU3.Model.Element.ClinicalImpression.investigation (XMLNAME = "investigation", XMLPROJECTION = "ELEMENT");
BackboneElement

One or more sets of investigations (signs, symptions, etc.)

Property methods: investigationBuildValueArray(), investigationCollectionToDisplay(), investigationCollectionToOdbc(), investigationDisplayToCollection(), investigationGet(), investigationGetObject(), investigationGetObjectId(), investigationGetSwizzled(), investigationIsValid(), investigationOdbcToCollection(), investigationSet(), investigationSetObject(), investigationSetObjectId()
property note as list of HS.FHIR.DTL.vSTU3.Model.Datatype.Annotation (XMLNAME = "note", XMLPROJECTION = "ELEMENT");
Annotation

Comments made about the ClinicalImpression.

Property methods: noteBuildValueArray(), noteCollectionToDisplay(), noteCollectionToOdbc(), noteDisplayToCollection(), noteGet(), noteGetObject(), noteGetObjectId(), noteGetSwizzled(), noteIsValid(), noteOdbcToCollection(), noteSet(), noteSetObject(), noteSetObjectId()
Reference

Reference to last assessment.

ClinicalImpression

Property methods: previousGet(), previousGetSwizzled(), previousIsValid(), previousNewObject(), previousSet()
property problem as list of HS.FHIR.DTL.vSTU3.Model.Base.Reference (XMLNAME = "problem", XMLPROJECTION = "ELEMENT");
Reference

Relevant impressions of patient state.

Condition | AllergyIntolerance

Property methods: problemBuildValueArray(), problemCollectionToDisplay(), problemCollectionToOdbc(), problemDisplayToCollection(), problemGet(), problemGetObject(), problemGetObjectId(), problemGetSwizzled(), problemIsValid(), problemOdbcToCollection(), problemSet(), problemSetObject(), problemSetObjectId()
property prognosisCodeableConcept as list of HS.FHIR.DTL.vSTU3.Model.Datatype.CodeableConcept (XMLNAME = "prognosisCodeableConcept", XMLPROJECTION = "ELEMENT");
CodeableConcept

Estimate of likely outcome.

any FHIR3 code may be used; clinicalimpression-prognosis shows EXAMPLE codes, but you may use codes from any ValueSet.

Property methods: prognosisCodeableConceptBuildValueArray(), prognosisCodeableConceptCollectionToDisplay(), prognosisCodeableConceptCollectionToOdbc(), prognosisCodeableConceptDisplayToCollection(), prognosisCodeableConceptGet(), prognosisCodeableConceptGetObject(), prognosisCodeableConceptGetObjectId(), prognosisCodeableConceptGetSwizzled(), prognosisCodeableConceptIsValid(), prognosisCodeableConceptOdbcToCollection(), prognosisCodeableConceptSet(), prognosisCodeableConceptSetObject(), prognosisCodeableConceptSetObjectId()
property prognosisReference as list of HS.FHIR.DTL.vSTU3.Model.Base.Reference (XMLNAME = "prognosisReference", XMLPROJECTION = "ELEMENT");
Reference

RiskAssessment expressing likely outcome.

RiskAssessment

Property methods: prognosisReferenceBuildValueArray(), prognosisReferenceCollectionToDisplay(), prognosisReferenceCollectionToOdbc(), prognosisReferenceDisplayToCollection(), prognosisReferenceGet(), prognosisReferenceGetObject(), prognosisReferenceGetObjectId(), prognosisReferenceGetSwizzled(), prognosisReferenceIsValid(), prognosisReferenceOdbcToCollection(), prognosisReferenceSet(), prognosisReferenceSetObject(), prognosisReferenceSetObjectId()
property protocol as list of %String (MAXLEN = 1000000, XMLNAME = "protocol", XMLPROJECTION = "ELEMENT");
uri

Clinical Protocol followed.

Property methods: protocolBuildValueArray(), protocolCollectionToDisplay(), protocolCollectionToOdbc(), protocolDisplayToCollection(), protocolDisplayToLogical(), protocolGet(), protocolGetObject(), protocolGetObjectId(), protocolGetSwizzled(), protocolIsValid(), protocolLogicalToDisplay(), protocolLogicalToOdbc(), protocolNormalize(), protocolOdbcToCollection(), protocolSet(), protocolSetObject(), protocolSetObjectId()
property status as %String (MAXLEN = 1000000, XMLNAME = "status", XMLPROJECTION = "ATTRIBUTE") [ Required ];
code

draft | completed | entered-in-error

clinical-impression-status is the REQUIRED FHIR3 ValueSet for codes; you may NOT extend clinical-impression-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.vSTU3.Model.Base.Reference (XMLNAME = "subject", XMLPROJECTION = "ELEMENT") [ Required ];
Reference

Patient or group assessed.

Patient | Group

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

Summary of the assessment.

Property methods: summaryDisplayToLogical(), summaryGet(), summaryIsValid(), summaryLogicalToDisplay(), summaryLogicalToOdbc(), summaryNormalize(), summarySet()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab