interface Media {
    _createdDateTime?: Element;
    _deviceName?: Element;
    _duration?: Element;
    _frames?: Element;
    _height?: Element;
    _implicitRules?: Element;
    _issued?: Element;
    _language?: Element;
    _status?: Element;
    _width?: Element;
    basedOn?: Reference[];
    bodySite?: CodeableConcept;
    contained?: ConcreteType[];
    content: Attachment;
    createdDateTime?: dateTime;
    createdPeriod?: Period;
    device?: Reference;
    deviceName?: string;
    duration?: decimal;
    encounter?: Reference;
    extension?: Extension[];
    frames?: undefined;
    height?: undefined;
    id?: id;
    identifier?: Identifier[];
    implicitRules?: uri;
    issued?: instant;
    language?: code;
    meta?: Meta;
    modality?: CodeableConcept;
    modifierExtension?: Extension[];
    note?: Annotation[];
    operator?: Reference;
    partOf?: Reference[];
    reasonCode?: CodeableConcept[];
    resourceType: "Media";
    status: code;
    subject?: Reference;
    text?: Narrative;
    type?: CodeableConcept;
    view?: CodeableConcept;
    width?: undefined;
}

Properties

_createdDateTime?: Element

When Media was collected

_deviceName?: Element

Name of the device/manufacturer

_duration?: Element

Length in seconds (audio / video)

_frames?: Element

Number of frames if > 1 (photo)

_height?: Element

Height of the image in pixels (photo/video)

_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

preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown

_width?: Element

Width of the image in pixels (photo/video)

basedOn?: Reference[]

Procedure that caused this media to be created

bodySite?: CodeableConcept

Observed body part

contained?: ConcreteType[]

Contained, inline Resources

content: Attachment

Actual Media - reference or data

createdDateTime?: dateTime

When Media was collected

createdPeriod?: Period

When Media was collected

device?: Reference

Observing Device

deviceName?: string

Name of the device/manufacturer

duration?: decimal

Length in seconds (audio / video)

encounter?: Reference

Encounter associated with media

extension?: Extension[]

Additional content defined by implementations

frames?: undefined

Number of frames if > 1 (photo)

height?: undefined

Height of the image in pixels (photo/video)

id?: id

Logical id of this artifact

identifier?: Identifier[]

Identifier(s) for the image

implicitRules?: uri

A set of rules under which this content was created

issued?: instant

Date/Time this version was made available

language?: code

Language of the resource content

meta?: Meta

Metadata about the resource

modality?: CodeableConcept

The type of acquisition equipment/process

modifierExtension?: Extension[]

Extensions that cannot be ignored

note?: Annotation[]

Comments made about the media

operator?: Reference

The person who generated the image

partOf?: Reference[]

Part of referenced event

reasonCode?: CodeableConcept[]

Why was event performed?

resourceType
status: code

preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown

subject?: Reference

Who/What this Media is a record of

text?: Narrative

Text summary of the resource, for human interpretation

Classification of media as image, video, or audio

Imaging view, e.g. Lateral or Antero-posterior

width?: undefined

Width of the image in pixels (photo/video)