Skip to main content

HS.FHIR.DTL.vR4.Model.Resource.DetectedIssue

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

Clinical issue with action.

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 = DetectedIssue;
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 = DetectedIssue;
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 author as HS.FHIR.DTL.vR4.Model.Base.Reference (XMLNAME = "author", XMLPROJECTION = "ELEMENT");
Reference

The provider or device that identified the issue.

Practitioner | PractitionerRole | Device

Property methods: authorGet(), authorGetSwizzled(), authorIsValid(), authorNewObject(), authorSet()
property code as HS.FHIR.DTL.vR4.Model.Datatype.CodeableConcept (XMLNAME = "code", XMLPROJECTION = "ELEMENT");
CodeableConcept

Issue Category, e.g. drug-drug, duplicate therapy, etc.

detectedissue-category is the PREFERRED FHIR4 ValueSet for codes, but if you need to express meanings not found in detectedissue-category, you may use codes from any ValueSet.

Property methods: codeGet(), codeGetSwizzled(), codeIsValid(), codeNewObject(), codeSet()
property detail as %String (MAXLEN = 1000000, XMLNAME = "detail", XMLPROJECTION = "ATTRIBUTE");
string

Description and context.

Property methods: detailDisplayToLogical(), detailGet(), detailIsValid(), detailLogicalToDisplay(), detailLogicalToOdbc(), detailNormalize(), detailSet()
property evidence as list of HS.FHIR.DTL.vR4.Model.Element.DetectedIssue.evidence (XMLNAME = "evidence", XMLPROJECTION = "ELEMENT");
BackboneElement

Supporting evidence.

Property methods: evidenceBuildValueArray(), evidenceCollectionToDisplay(), evidenceCollectionToOdbc(), evidenceDisplayToCollection(), evidenceGet(), evidenceGetObject(), evidenceGetObjectId(), evidenceGetSwizzled(), evidenceIsValid(), evidenceOdbcToCollection(), evidenceSet(), evidenceSetObject(), evidenceSetObjectId()
property identifiedDateTime as %String (MAXLEN = 1000000, XMLNAME = "identifiedDateTime", XMLPROJECTION = "ATTRIBUTE");
dateTime

When identified.

Property methods: identifiedDateTimeDisplayToLogical(), identifiedDateTimeGet(), identifiedDateTimeIsValid(), identifiedDateTimeLogicalToDisplay(), identifiedDateTimeLogicalToOdbc(), identifiedDateTimeNormalize(), identifiedDateTimeSet()
property identifiedPeriod as HS.FHIR.DTL.vR4.Model.Datatype.Period (XMLNAME = "identifiedPeriod", XMLPROJECTION = "ELEMENT");
Period

When identified.

Property methods: identifiedPeriodGet(), identifiedPeriodGetSwizzled(), identifiedPeriodIsValid(), identifiedPeriodNewObject(), identifiedPeriodSet()
property identifier as list of HS.FHIR.DTL.vR4.Model.Datatype.Identifier (XMLNAME = "identifier", XMLPROJECTION = "ELEMENT");
Identifier

Unique id for the detected issue.

Property methods: identifierBuildValueArray(), identifierCollectionToDisplay(), identifierCollectionToOdbc(), identifierDisplayToCollection(), identifierGet(), identifierGetObject(), identifierGetObjectId(), identifierGetSwizzled(), identifierIsValid(), identifierOdbcToCollection(), identifierSet(), identifierSetObject(), identifierSetObjectId()
property implicated as list of HS.FHIR.DTL.vR4.Model.Base.Reference (XMLNAME = "implicated", XMLPROJECTION = "ELEMENT");
Reference

Problem resource.

Any FHIR4 Resource may be indicated by this Reference

Property methods: implicatedBuildValueArray(), implicatedCollectionToDisplay(), implicatedCollectionToOdbc(), implicatedDisplayToCollection(), implicatedGet(), implicatedGetObject(), implicatedGetObjectId(), implicatedGetSwizzled(), implicatedIsValid(), implicatedOdbcToCollection(), implicatedSet(), implicatedSetObject(), implicatedSetObjectId()
property mitigation as list of HS.FHIR.DTL.vR4.Model.Element.DetectedIssue.mitigation (XMLNAME = "mitigation", XMLPROJECTION = "ELEMENT");
BackboneElement

Step taken to address.

Property methods: mitigationBuildValueArray(), mitigationCollectionToDisplay(), mitigationCollectionToOdbc(), mitigationDisplayToCollection(), mitigationGet(), mitigationGetObject(), mitigationGetObjectId(), mitigationGetSwizzled(), mitigationIsValid(), mitigationOdbcToCollection(), mitigationSet(), mitigationSetObject(), mitigationSetObjectId()
property patient as HS.FHIR.DTL.vR4.Model.Base.Reference (XMLNAME = "patient", XMLPROJECTION = "ELEMENT");
Reference

Associated patient.

Patient

Property methods: patientGet(), patientGetSwizzled(), patientIsValid(), patientNewObject(), patientSet()
property reference as %String (MAXLEN = 1000000, XMLNAME = "reference", XMLPROJECTION = "ATTRIBUTE");
uri

Authority for issue.

Property methods: referenceDisplayToLogical(), referenceGet(), referenceIsValid(), referenceLogicalToDisplay(), referenceLogicalToOdbc(), referenceNormalize(), referenceSet()
property severity as %String (MAXLEN = 1000000, XMLNAME = "severity", XMLPROJECTION = "ATTRIBUTE");
code

high | moderate | low

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

Property methods: severityDisplayToLogical(), severityGet(), severityIsValid(), severityLogicalToDisplay(), severityLogicalToOdbc(), severityNormalize(), severitySet()
property status as %String (MAXLEN = 1000000, XMLNAME = "status", XMLPROJECTION = "ATTRIBUTE") [ Required ];
code

registered | preliminary | final | amended +

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

Property methods: statusDisplayToLogical(), statusGet(), statusIsValid(), statusLogicalToDisplay(), statusLogicalToOdbc(), statusNormalize(), statusSet()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab