Skip to main content

HS.FHIR.DTL.vR4.Model.Resource.MeasureReport

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

Results of a measure evaluation.

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 = MeasureReport;
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 = MeasureReport;
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 date as %String (MAXLEN = 1000000, XMLNAME = "date", XMLPROJECTION = "ATTRIBUTE");
dateTime

When the report was generated.

Property methods: dateDisplayToLogical(), dateGet(), dateIsValid(), dateLogicalToDisplay(), dateLogicalToOdbc(), dateNormalize(), dateSet()
property evaluatedResource as list of HS.FHIR.DTL.vR4.Model.Base.Reference (XMLNAME = "evaluatedResource", XMLPROJECTION = "ELEMENT");
Reference

What data was used to calculate the measure score.

Any FHIR4 Resource may be indicated by this Reference

Property methods: evaluatedResourceBuildValueArray(), evaluatedResourceCollectionToDisplay(), evaluatedResourceCollectionToOdbc(), evaluatedResourceDisplayToCollection(), evaluatedResourceGet(), evaluatedResourceGetObject(), evaluatedResourceGetObjectId(), evaluatedResourceGetSwizzled(), evaluatedResourceIsValid(), evaluatedResourceOdbcToCollection(), evaluatedResourceSet(), evaluatedResourceSetObject(), evaluatedResourceSetObjectId()
property group as list of HS.FHIR.DTL.vR4.Model.Element.MeasureReport.group (XMLNAME = "group", XMLPROJECTION = "ELEMENT");
BackboneElement

Measure results for each group.

Property methods: groupBuildValueArray(), groupCollectionToDisplay(), groupCollectionToOdbc(), groupDisplayToCollection(), groupGet(), groupGetObject(), groupGetObjectId(), groupGetSwizzled(), groupIsValid(), groupOdbcToCollection(), groupSet(), groupSetObject(), groupSetObjectId()
property identifier as list of HS.FHIR.DTL.vR4.Model.Datatype.Identifier (XMLNAME = "identifier", XMLPROJECTION = "ELEMENT");
Identifier

Additional identifier for the MeasureReport.

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

increase | decrease

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

Property methods: improvementNotationGet(), improvementNotationGetSwizzled(), improvementNotationIsValid(), improvementNotationNewObject(), improvementNotationSet()
property measure as %String (MAXLEN = 1000000, XMLNAME = "measure", XMLPROJECTION = "ATTRIBUTE") [ Required ];
canonical

What measure was calculated.

TO DO: Unrecognized value type for the FHIR4 model

Property methods: measureDisplayToLogical(), measureGet(), measureIsValid(), measureLogicalToDisplay(), measureLogicalToOdbc(), measureNormalize(), measureSet()
property period as HS.FHIR.DTL.vR4.Model.Datatype.Period (XMLNAME = "period", XMLPROJECTION = "ELEMENT") [ Required ];
Period

What period the report covers.

Property methods: periodGet(), periodGetSwizzled(), periodIsValid(), periodNewObject(), periodSet()
property reporter as HS.FHIR.DTL.vR4.Model.Base.Reference (XMLNAME = "reporter", XMLPROJECTION = "ELEMENT");
Reference

Who is reporting the data.

Practitioner | PractitionerRole | Location | Organization

Property methods: reporterGet(), reporterGetSwizzled(), reporterIsValid(), reporterNewObject(), reporterSet()
property status as %String (MAXLEN = 1000000, XMLNAME = "status", XMLPROJECTION = "ATTRIBUTE") [ Required ];
code

complete | pending | error

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

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

What individual(s) the report is for.

Patient | Practitioner | PractitionerRole | Location | Device | RelatedPerson | Group

Property methods: subjectGet(), subjectGetSwizzled(), subjectIsValid(), subjectNewObject(), subjectSet()
property type as %String (MAXLEN = 1000000, XMLNAME = "type", XMLPROJECTION = "ATTRIBUTE") [ Required ];
code

individual | subject-list | summary | data-collection

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

Property methods: typeDisplayToLogical(), typeGet(), typeIsValid(), typeLogicalToDisplay(), typeLogicalToOdbc(), typeNormalize(), typeSet()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab