http://hl7.org/fhir/StructureDefinition/Media|4.0.1

A photo, video, or audio recording acquired or used in healthcare. The actual content may be inline or provided by direct reference.
description: A photo, video, or audio recording acquired or used in healthcare. The actual content may be inline or provided by direct reference.
derivation: specialization
name: Media
type: Media
elements:
  deviceName: {short: Name of the device/manufacturer, isSummary: true, index: 15}
  encounter: {short: Encounter associated with media, isSummary: true, index: 8}
  content: {short: Actual Media - reference or data, isSummary: true, index: 21}
  frames: {short: Number of frames if > 1 (photo), isSummary: true, index: 19}
  width: {short: Width of the image in pixels (photo/video), isSummary: true, index: 18}
  reasonCode:
    short: Why was event performed?
    array: true
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/procedure-reason'}
    isSummary: true
    index: 13
  type:
    short: Classification of media as image, video, or audio
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/media-type'}
    isSummary: true
    index: 4
  created:
    short: When Media was collected
    choices: []
    isSummary: true
    index: 10
  modality:
    short: The type of acquisition equipment/process
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/media-modality'}
    isSummary: true
    index: 5
  duration: {short: Length in seconds (audio / video), isSummary: true, index: 20}
  note: {short: Comments made about the media, array: true, index: 22}
  status:
    isModifier: true
    short: preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/event-status|4.0.1'}
    isModifierReason: This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid
    isSummary: true
    index: 3
  identifier: {short: Identifier(s) for the image, array: true, isSummary: true, index: 0}
  operator: {short: The person who generated the image, isSummary: true, index: 12}
  bodySite:
    short: Observed body part
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/body-site'}
    isSummary: true
    index: 14
  issued: {short: Date/Time this version was made available, isSummary: true, index: 11}
  device: {short: Observing Device, isSummary: true, index: 16}
  basedOn: {short: Procedure that caused this media to be created, array: true, isSummary: true, index: 1}
  partOf: {short: Part of referenced event, array: true, isSummary: true, index: 2}
  subject: {short: Who/What this Media is a record of, isSummary: true, index: 7}
  view:
    short: Imaging view, e.g. Lateral or Antero-posterior
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/media-view'}
    isSummary: true
    index: 6
  height: {short: Height of the image in pixels (photo/video), isSummary: true, index: 17}
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/Media
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 4.0.1
required: [status, content]