interface ObservationDefinition {
    _implicitRules?: Element;
    _language?: Element;
    _multipleResultsAllowed?: Element;
    _permittedDataType?: Element[];
    _preferredReportName?: Element;
    abnormalCodedValueSet?: Reference;
    category?: CodeableConcept[];
    code: CodeableConcept;
    contained?: ConcreteType[];
    criticalCodedValueSet?: Reference;
    extension?: Extension[];
    id?: id;
    identifier?: Identifier[];
    implicitRules?: uri;
    language?: code;
    meta?: Meta;
    method?: CodeableConcept;
    modifierExtension?: Extension[];
    multipleResultsAllowed?: boolean;
    normalCodedValueSet?: Reference;
    permittedDataType?: code[];
    preferredReportName?: string;
    qualifiedInterval?: ObservationDefinitionQualifiedInterval[];
    quantitativeDetails?: ObservationDefinitionQuantitativeDetails;
    resourceType: "ObservationDefinition";
    text?: Narrative;
    validCodedValueSet?: Reference;
}

Properties

_implicitRules?: Element

A set of rules under which this content was created

_language?: Element

Language of the resource content

_multipleResultsAllowed?: Element

Multiple results allowed

_permittedDataType?: Element[]

Quantity | CodeableConcept | string | boolean | integer | Range | Ratio | SampledData | time | dateTime | Period

_preferredReportName?: Element

Preferred report name

abnormalCodedValueSet?: Reference

Value set of abnormal coded values for the observations conforming to this ObservationDefinition

category?: CodeableConcept[]

Category of observation

Type of observation (code / type)

contained?: ConcreteType[]

Contained, inline Resources

criticalCodedValueSet?: Reference

Value set of critical coded values for the observations conforming to this ObservationDefinition

extension?: Extension[]

Additional content defined by implementations

id?: id

Logical id of this artifact

identifier?: Identifier[]

Business identifier for this ObservationDefinition instance

implicitRules?: uri

A set of rules under which this content was created

language?: code

Language of the resource content

meta?: Meta

Metadata about the resource

Method used to produce the observation

modifierExtension?: Extension[]

Extensions that cannot be ignored

multipleResultsAllowed?: boolean

Multiple results allowed

normalCodedValueSet?: Reference

Value set of normal coded values for the observations conforming to this ObservationDefinition

permittedDataType?: code[]

Quantity | CodeableConcept | string | boolean | integer | Range | Ratio | SampledData | time | dateTime | Period

preferredReportName?: string

Preferred report name

Qualified range for continuous and ordinal observation results

Characteristics of quantitative results

resourceType
text?: Narrative

Text summary of the resource, for human interpretation

validCodedValueSet?: Reference

Value set of valid coded values for the observations conforming to this ObservationDefinition