Skip to main content

HS.FHIR.DTL.vR4.Model.Resource.ClinicalImpression

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

A clinical assessment performed when planning treatments and management strategies for 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 = 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 assessor as HS.FHIR.DTL.vR4.Model.Base.Reference (XMLNAME = "assessor", XMLPROJECTION = "ELEMENT");
Reference

The clinician performing the assessment.

Practitioner | PractitionerRole

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

Kind of assessment performed.

any FHIR4 code from any ValueSet may be used.

Property methods: codeGet(), codeGetSwizzled(), codeIsValid(), codeNewObject(), codeSet()
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.vR4.Model.Datatype.Period (XMLNAME = "effectivePeriod", XMLPROJECTION = "ELEMENT");
Period

Time of assessment.

Property methods: effectivePeriodGet(), effectivePeriodGetSwizzled(), effectivePeriodIsValid(), effectivePeriodNewObject(), effectivePeriodSet()
property encounter as HS.FHIR.DTL.vR4.Model.Base.Reference (XMLNAME = "encounter", XMLPROJECTION = "ELEMENT");
Reference

Encounter created as part of.

Encounter

Property methods: encounterGet(), encounterGetSwizzled(), encounterIsValid(), encounterNewObject(), encounterSet()
property finding as list of HS.FHIR.DTL.vR4.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.vR4.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.vR4.Model.Element.ClinicalImpression.investigation (XMLNAME = "investigation", XMLPROJECTION = "ELEMENT");
BackboneElement

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

Property methods: investigationBuildValueArray(), investigationCollectionToDisplay(), investigationCollectionToOdbc(), investigationDisplayToCollection(), investigationGet(), investigationGetObject(), investigationGetObjectId(), investigationGetSwizzled(), investigationIsValid(), investigationOdbcToCollection(), investigationSet(), investigationSetObject(), investigationSetObjectId()
property note as list of HS.FHIR.DTL.vR4.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.vR4.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.vR4.Model.Datatype.CodeableConcept (XMLNAME = "prognosisCodeableConcept", XMLPROJECTION = "ELEMENT");
CodeableConcept

Estimate of likely outcome.

any FHIR4 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.vR4.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

in-progress | completed | entered-in-error

clinicalimpression-status|4.0.1 is the REQUIRED FHIR4 ValueSet for codes; you may NOT extend clinicalimpression-status|4.0.1 and you may NOT use codes from other ValueSets.

Property methods: statusDisplayToLogical(), statusGet(), statusIsValid(), statusLogicalToDisplay(), statusLogicalToOdbc(), statusNormalize(), statusSet()
property statusReason as HS.FHIR.DTL.vR4.Model.Datatype.CodeableConcept (XMLNAME = "statusReason", XMLPROJECTION = "ELEMENT");
CodeableConcept

Reason for current status.

any FHIR4 code from any ValueSet may be used.

Property methods: statusReasonGet(), statusReasonGetSwizzled(), statusReasonIsValid(), statusReasonNewObject(), statusReasonSet()
property subject as HS.FHIR.DTL.vR4.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()
property supportingInfo as list of HS.FHIR.DTL.vR4.Model.Base.Reference (XMLNAME = "supportingInfo", XMLPROJECTION = "ELEMENT");
Reference

Information supporting the clinical impression.

Any FHIR4 Resource may be indicated by this Reference

Property methods: supportingInfoBuildValueArray(), supportingInfoCollectionToDisplay(), supportingInfoCollectionToOdbc(), supportingInfoDisplayToCollection(), supportingInfoGet(), supportingInfoGetObject(), supportingInfoGetObjectId(), supportingInfoGetSwizzled(), supportingInfoIsValid(), supportingInfoOdbcToCollection(), supportingInfoSet(), supportingInfoSetObject(), supportingInfoSetObjectId()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab