interface DataRequirement {
    _limit?: Element;
    _mustSupport?: Element[];
    _profile?: Element[];
    _type?: Element;
    codeFilter?: DataRequirementCodeFilter[];
    dateFilter?: DataRequirementDateFilter[];
    extension?: Extension[];
    id?: id;
    limit?: undefined;
    mustSupport?: string[];
    profile?: canonical[];
    sort?: DataRequirementSort[];
    subjectCodeableConcept?: CodeableConcept;
    subjectReference?: Reference;
    type: code;
}

Properties

_limit?: Element

Number of results

_mustSupport?: Element[]

Indicates specific structure elements that are referenced by the knowledge module

_profile?: Element[]

The profile of the required data

_type?: Element

The type of the required data

What codes are expected

What dates/date ranges are expected

extension?: Extension[]

Additional content defined by implementations

id?: id

Unique id for inter-element referencing

limit?: undefined

Number of results

mustSupport?: string[]

Indicates specific structure elements that are referenced by the knowledge module

profile?: canonical[]

The profile of the required data

Order of the results

subjectCodeableConcept?: CodeableConcept

E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device

subjectReference?: Reference

E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device

type: code

The type of the required data