interface Observation {
    _effectiveDateTime?: Element;
    _effectiveInstant?: Element;
    _implicitRules?: Element;
    _issued?: Element;
    _language?: Element;
    _status?: Element;
    _valueBoolean?: Element;
    _valueDateTime?: Element;
    _valueInteger?: Element;
    _valueString?: Element;
    _valueTime?: Element;
    basedOn?: Reference[];
    bodySite?: CodeableConcept;
    category?: CodeableConcept[];
    code: CodeableConcept;
    component?: ObservationComponent[];
    contained?: ConcreteType[];
    dataAbsentReason?: CodeableConcept;
    derivedFrom?: Reference[];
    device?: Reference;
    effectiveDateTime?: dateTime;
    effectiveInstant?: instant;
    effectivePeriod?: Period;
    effectiveTiming?: Timing;
    encounter?: Reference;
    extension?: Extension[];
    focus?: Reference[];
    hasMember?: Reference[];
    id?: id;
    identifier?: Identifier[];
    implicitRules?: uri;
    interpretation?: CodeableConcept[];
    issued?: instant;
    language?: code;
    meta?: Meta;
    method?: CodeableConcept;
    modifierExtension?: Extension[];
    note?: Annotation[];
    partOf?: Reference[];
    performer?: Reference[];
    referenceRange?: ObservationReferenceRange[];
    resourceType: "Observation";
    specimen?: Reference;
    status: code;
    subject?: Reference;
    text?: Narrative;
    valueBoolean?: boolean;
    valueCodeableConcept?: CodeableConcept;
    valueDateTime?: dateTime;
    valueInteger?: integer;
    valuePeriod?: Period;
    valueQuantity?: Quantity;
    valueRange?: Range;
    valueRatio?: Ratio;
    valueSampledData?: SampledData;
    valueString?: string;
    valueTime?: time;
}

Properties

_effectiveDateTime?: Element

Clinically relevant time/time-period for observation

_effectiveInstant?: Element

Clinically relevant time/time-period for observation

_implicitRules?: Element

A set of rules under which this content was created

_issued?: Element

Date/Time this version was made available

_language?: Element

Language of the resource content

_status?: Element

registered | preliminary | final | amended +

_valueBoolean?: Element

Actual result

_valueDateTime?: Element

Actual result

_valueInteger?: Element

Actual result

_valueString?: Element

Actual result

_valueTime?: Element

Actual result

basedOn?: Reference[]

Fulfills plan, proposal or order

bodySite?: CodeableConcept

Observed body part

category?: CodeableConcept[]

Classification of type of observation

Type of observation (code / type)

component?: ObservationComponent[]

Component results

contained?: ConcreteType[]

Contained, inline Resources

dataAbsentReason?: CodeableConcept

Why the result is missing

derivedFrom?: Reference[]

Related measurements the observation is made from

device?: Reference

(Measurement) Device

effectiveDateTime?: dateTime

Clinically relevant time/time-period for observation

effectiveInstant?: instant

Clinically relevant time/time-period for observation

effectivePeriod?: Period

Clinically relevant time/time-period for observation

effectiveTiming?: Timing

Clinically relevant time/time-period for observation

encounter?: Reference

Healthcare event during which this observation is made

extension?: Extension[]

Additional content defined by implementations

focus?: Reference[]

What the observation is about, when it is not about the subject of record

hasMember?: Reference[]

Related resource that belongs to the Observation group

id?: id

Logical id of this artifact

identifier?: Identifier[]

Business Identifier for observation

implicitRules?: uri

A set of rules under which this content was created

interpretation?: CodeableConcept[]

High, low, normal, etc.

issued?: instant

Date/Time this version was made available

language?: code

Language of the resource content

meta?: Meta

Metadata about the resource

How it was done

modifierExtension?: Extension[]

Extensions that cannot be ignored

note?: Annotation[]

Comments about the observation

partOf?: Reference[]

Part of referenced event

performer?: Reference[]

Who is responsible for the observation

referenceRange?: ObservationReferenceRange[]

Provides guide for interpretation

resourceType
specimen?: Reference

Specimen used for this observation

status: code

registered | preliminary | final | amended +

subject?: Reference

Who and/or what the observation is about

text?: Narrative

Text summary of the resource, for human interpretation

valueBoolean?: boolean

Actual result

valueCodeableConcept?: CodeableConcept

Actual result

valueDateTime?: dateTime

Actual result

valueInteger?: integer

Actual result

valuePeriod?: Period

Actual result

valueQuantity?: Quantity

Actual result

valueRange?: Range

Actual result

valueRatio?: Ratio

Actual result

valueSampledData?: SampledData

Actual result

valueString?: string

Actual result

valueTime?: time

Actual result