Skip to main content

HS.FHIR.DTL.vDSTU2.Model.Resource.ClinicalImpression

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

Actions taken during assessment.

ReferralRequest | ProcedureRequest | Procedure | MedicationOrder | DiagnosticOrder | NutritionOrder | SupplyRequest | Appointment

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

The clinician performing the assessment.

Practitioner

Property methods: assessorGet(), assessorGetSwizzled(), assessorIsValid(), assessorNewObject(), assessorSet()
property date as %String (MAXLEN = 1000000, XMLNAME = "date", XMLPROJECTION = "ATTRIBUTE");
dateTime

When the assessment occurred.

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 finding as list of HS.FHIR.DTL.vDSTU2.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 investigations as list of HS.FHIR.DTL.vDSTU2.Model.Element.ClinicalImpression.investigations (XMLNAME = "investigations", XMLPROJECTION = "ELEMENT");
BackboneElement

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

Property methods: investigationsBuildValueArray(), investigationsCollectionToDisplay(), investigationsCollectionToOdbc(), investigationsDisplayToCollection(), investigationsGet(), investigationsGetObject(), investigationsGetObjectId(), investigationsGetSwizzled(), investigationsIsValid(), investigationsOdbcToCollection(), investigationsSet(), investigationsSetObject(), investigationsSetObjectId()
property patient as HS.FHIR.DTL.vDSTU2.Model.Base.Reference (XMLNAME = "patient", XMLPROJECTION = "ELEMENT") [ Required ];
Reference

The patient being assessed.

Patient

Property methods: patientGet(), patientGetSwizzled(), patientIsValid(), patientNewObject(), patientSet()
property plan as list of HS.FHIR.DTL.vDSTU2.Model.Base.Reference (XMLNAME = "plan", XMLPROJECTION = "ELEMENT");
Reference

Plan of action after assessment.

CarePlan | Appointment | CommunicationRequest | DeviceUseRequest | DiagnosticOrder | MedicationOrder | NutritionOrder | Order | ProcedureRequest | ProcessRequest | ReferralRequest | SupplyRequest | VisionPrescription

Property methods: planBuildValueArray(), planCollectionToDisplay(), planCollectionToOdbc(), planDisplayToCollection(), planGet(), planGetObject(), planGetObjectId(), planGetSwizzled(), planIsValid(), planOdbcToCollection(), planSet(), planSetObject(), planSetObjectId()
Reference

Reference to last assessment.

ClinicalImpression

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

General assessment of patient state.

Condition | AllergyIntolerance

Property methods: problemBuildValueArray(), problemCollectionToDisplay(), problemCollectionToOdbc(), problemDisplayToCollection(), problemGet(), problemGetObject(), problemGetObjectId(), problemGetSwizzled(), problemIsValid(), problemOdbcToCollection(), problemSet(), problemSetObject(), problemSetObjectId()
property prognosis as %String (MAXLEN = 1000000, XMLNAME = "prognosis", XMLPROJECTION = "ATTRIBUTE");
string

Estimate of likely outcome.

Property methods: prognosisDisplayToLogical(), prognosisGet(), prognosisIsValid(), prognosisLogicalToDisplay(), prognosisLogicalToOdbc(), prognosisNormalize(), prognosisSet()
property protocol as %String (MAXLEN = 1000000, XMLNAME = "protocol", XMLPROJECTION = "ATTRIBUTE");
uri

Clinical Protocol followed.

Property methods: protocolDisplayToLogical(), protocolGet(), protocolIsValid(), protocolLogicalToDisplay(), protocolLogicalToOdbc(), protocolNormalize(), protocolSet()
property resolved as list of HS.FHIR.DTL.vDSTU2.Model.Datatype.CodeableConcept (XMLNAME = "resolved", XMLPROJECTION = "ELEMENT");
CodeableConcept

Diagnoses/conditions resolved since previous assessment.

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

Property methods: resolvedBuildValueArray(), resolvedCollectionToDisplay(), resolvedCollectionToOdbc(), resolvedDisplayToCollection(), resolvedGet(), resolvedGetObject(), resolvedGetObjectId(), resolvedGetSwizzled(), resolvedIsValid(), resolvedOdbcToCollection(), resolvedSet(), resolvedSetObject(), resolvedSetObjectId()
property ruledOut as list of HS.FHIR.DTL.vDSTU2.Model.Element.ClinicalImpression.ruledOut (XMLNAME = "ruledOut", XMLPROJECTION = "ELEMENT");
BackboneElement

Diagnosis considered not possible.

Property methods: ruledOutBuildValueArray(), ruledOutCollectionToDisplay(), ruledOutCollectionToOdbc(), ruledOutDisplayToCollection(), ruledOutGet(), ruledOutGetObject(), ruledOutGetObjectId(), ruledOutGetSwizzled(), ruledOutIsValid(), ruledOutOdbcToCollection(), ruledOutSet(), ruledOutSetObject(), ruledOutSetObjectId()
property status as %String (MAXLEN = 1000000, XMLNAME = "status", XMLPROJECTION = "ATTRIBUTE") [ Required ];
code

in-progress | completed | entered-in-error

clinical-impression-status is the REQUIRED FHIR2 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 summary as %String (MAXLEN = 1000000, XMLNAME = "summary", XMLPROJECTION = "ATTRIBUTE");
string

Summary of the assessment.

Property methods: summaryDisplayToLogical(), summaryGet(), summaryIsValid(), summaryLogicalToDisplay(), summaryLogicalToOdbc(), summaryNormalize(), summarySet()
property triggerCodeableConcept as HS.FHIR.DTL.vDSTU2.Model.Datatype.CodeableConcept (XMLNAME = "triggerCodeableConcept", XMLPROJECTION = "ELEMENT");
CodeableConcept

Request or event that necessitated this assessment.

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

Property methods: triggerCodeableConceptGet(), triggerCodeableConceptGetSwizzled(), triggerCodeableConceptIsValid(), triggerCodeableConceptNewObject(), triggerCodeableConceptSet()
property triggerReference as HS.FHIR.DTL.vDSTU2.Model.Base.Reference (XMLNAME = "triggerReference", XMLPROJECTION = "ELEMENT");
Reference

Request or event that necessitated this assessment.

Any FHIR2 Resource may be indicated by this Reference.

Property methods: triggerReferenceGet(), triggerReferenceGetSwizzled(), triggerReferenceIsValid(), triggerReferenceNewObject(), triggerReferenceSet()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab