Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DataRequirement

Hierarchy

Index

Properties

Optional codeFilter

What codes are expected

Optional dateFilter

What dates/date ranges are expected

Optional extension

extension: Extension[]

Additional Content defined by implementations

Optional id

id: undefined | string

xml:id (or equivalent in JSON)

Optional limit

Number of results

Optional mustSupport

mustSupport: string[]

Indicates specific structure elements that are referenced by the knowledge module

Optional profile

profile: canonical[]

The profile of the required data

Optional sort

Order of the results

Optional subjectCodeableConcept

subjectCodeableConcept: CodeableConcept

E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device as CodeableConcept Only one of subjectCodeableConcept or subjectReference are allowed simultaneously

Optional subjectReference

subjectReference: Reference

E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device as Reference Only one of subjectCodeableConcept or subjectReference are allowed simultaneously

type

type: code

The type of the required data (http://hl7.org/fhir/R4/valueset-all-types.html)

Generated using TypeDoc