Data Model Libraries
    Preparing search index...

    Class MeasureReportGroupStratifierStratumPopulationComponent

    MeasureReportGroupStratifierStratumPopulationComponent Class

    FHIR Specification

    • Short: Population results in this stratum
    • Definition: The populations that make up the stratum, one for each type of population appropriate to the measure.

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    linkId?: StringType

    MeasureReport.group.stratifier.stratum.population.linkId Element

    FHIR Specification

    • Short: Pointer to specific population from Measure
    • Definition: The population from the Measure that corresponds to this population in the MeasureReport resource.
    • FHIR Type: string
    • Cardinality: 0..1
    • isModifier: false
    • isSummary: false

    MeasureReport.group.stratifier.stratum.population.code Element

    FHIR Specification

    • Short: initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation
    • Definition: The type of the population.
    • FHIR Type: CodeableConcept
    • Cardinality: 0..1
    • isModifier: false
    • isSummary: false
    count?: IntegerType

    MeasureReport.group.stratifier.stratum.population.count Element

    FHIR Specification

    • Short: Size of the population
    • Definition: The number of members of the population in this stratum.
    • FHIR Type: integer
    • Cardinality: 0..1
    • isModifier: false
    • isSummary: false
    subjectResults?: Reference

    MeasureReport.group.stratifier.stratum.population.subjectResults Element

    FHIR Specification

    • Short: For subject-list reports, the subject results in this population
    • Definition: This element refers to a List of individual level MeasureReport resources, one for each subject in this population in this stratum.
    • FHIR Type: Reference
    • Cardinality: 0..1
    • isModifier: false
    • isSummary: false
    subjectReport?: Reference[]

    MeasureReport.group.stratifier.stratum.population.subjectReport Element

    FHIR Specification

    • Short: For subject-list reports, a subject result in this population
    • Definition: A reference to an individual level MeasureReport resource for a member of the population.
    • Comment: This element SHALL NOT be used in with subjectResults, either systems provide results as a List of MeasureReport, or as references to individual MeasureReports. Note that using this element introduces a constraint on the size of the subject-list MeasureReport; implementations would be free to return a TOO-COSTLY response if a request is made for a subject-list report with too many subjects.
    • FHIR Type: Reference
    • Cardinality: 0..*
    • isModifier: false
    • isSummary: false
    subjects?: Reference

    MeasureReport.group.stratifier.stratum.population.subjects Element

    FHIR Specification

    • Short: What individual(s) in the population
    • Definition: Optional Group identifying the individuals that make up the population.
    • Comment: Note that this element can only be used for summary and subject-list reports where the basis is of the same type as the populations (e.g. a Patient-based measure, rather than an Encounter-based measure). In addition, the referenced Group SHALL be an actual (as opposed to a definitional) group.
    • FHIR Type: Reference
    • Cardinality: 0..1
    • isModifier: false
    • isSummary: false

    Methods

    • Parse the provided MeasureReportGroupStratifierStratumPopulationComponent JSON to instantiate the MeasureReportGroupStratifierStratumPopulationComponent data model.

      Parameters

      • sourceJson: Value

        JSON representing FHIR MeasureReportGroupStratifierStratumPopulationComponent

      • OptionaloptSourceField: string

        Optional data source field (e.g. <complexTypeName>.<complexTypeFieldName>); defaults to MeasureReportGroupStratifierStratumPopulationComponent

      Returns undefined | MeasureReportGroupStratifierStratumPopulationComponent

      MeasureReportGroupStratifierStratumPopulationComponent data model or undefined for MeasureReportGroupStratifierStratumPopulationComponent

      JsonError if the provided JSON is not a valid JSON object

    • Assigns the provided SubjectResults object value to the subjectResults property.

      Parameters

      • value: undefined | Reference

        the subjectResults object value

      Returns this

      this

      @ReferenceTargets('MeasureReport.group.stratifier.stratum.population.subjectResults', ['List',])

      InvalidTypeError for invalid data type or reference value

    • Assigns the provided Reference array value to the subjectReport property.

      Parameters

      • value: undefined | Reference[]

        the subjectReport array value

      Returns this

      this

      @ReferenceTargets('MeasureReport.group.stratifier.stratum.population.subjectReport', ['MeasureReport',])

      InvalidTypeError for invalid data type or reference value

    • Determines if the modifierExtension property exists.

      Parameters

      • Optionalurl: string

        the url that identifies a specific Extension

      Returns boolean

      true if an Extension has the provided url; false otherwise

      If the url is provided, determines if an Extension having the provided url exists. If the url is not provided, determines if the modifierExtension property exists and has any values.

      AssertionError for invalid url

    • Returns undefined | string

      the id property value

    • Assigns the provided value to the id property.

      Parameters

      • value: undefined | string

        the id value

      Returns this

      this

      PrimitiveTypeError for invalid value

    • Returns boolean

      true if id exists and has a value; false otherwise

    • Determines if the extension property exists.

      Parameters

      • Optionalurl: string

        the url that identifies a specific Extension

      Returns boolean

      true if an Extension has the provided url; false otherwise

      If the url is provided, determines if an Extension having the provided url exists. If the url is not provided, determines if the extension property exists and has any values.

      AssertionError for invalid url

    • Determines if the extension property exists.

      Parameters

      • url: string

        the url that identifies a specific Extension

      Returns undefined | IExtension

      an Extension having the provided url

      If the url is provided, determines if an Extension having the provided url exists. If the url is not provided, determines if the extension property exists and has any values.

      AssertionError for invalid url

    • Adds the provided Extension to the extension property array.

      Parameters

      • extension: undefined | IExtension

        the Extension value to add to the extension property array

      Returns this

      this

    • Removes the Extension having the provided url from the extension property array.

      Parameters

      • url: string

        the url that identifies a specific Extension to remove

      Returns void

      AssertionError for invalid url

    • Returns boolean

      true if and only if the data model has required fields (min cardinality > 0) and at least one of those required fields in the instance is empty; false otherwise

    • Returns boolean

      true if the instance is a FHIR complex or primitive datatype; false otherwise