This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R4B R4 R3 R2

6.2.5 Resource Media - Formal Definitions

Formal definitions for the elements in the Media resource.

Media
DefinitionA photo, video, or audio recording acquired or used in healthcare. The actual content may be inline or provided by direct reference.
Control1..1
InvariantsDefined on this element
Inv-1: Height can only be used for a photo or video (xpath: not(f:type/@value='audio') or not(f:height))
Inv-2: Width can only be used for a photo or video (xpath: not(f:type/@value='audio') or not(f:width))
Inv-3: Frames can only be used for a photo (xpath: (f:type/@value='photo') or not(f:frames))
Inv-4: Length can only be used for an audio or a video (xpath: not(f:type/@value='photo') or not(f:length))
Media.type
DefinitionWhether the media is a photo (still image), an audio recording, or a video recording.
Control1..1
BindingMediaType: Whether the Media is a photo, video, or audio (see http://hl7.org/fhir/media-type for values)
Typecode
Summarytrue
Media.subtype
DefinitionDetails of the type of the media - usually, how it was acquired (what type of device). If images sourced from a DICOM system, are wrapped in a Media resource, then this is the modality.
Control0..1
BindingMediaSubtype: (See http://hl7.org/fhir/vs/media-subtype)
TypeCodeableConcept
Summarytrue
Media.identifier
DefinitionIdentifiers associated with the image - these may include identifiers for the image itself, identifiers for the context of its collection (e.g. series ids) and context ids such as accession numbers or other workflow identifiers.
Control0..*
TypeIdentifier
Summarytrue
CommentsThe identifier label and use can be used to determine what kind of identifier it is.
Media.dateTime
DefinitionWhen the media was originally recorded. For video and audio, if the length of the recording is not insignificant, this is the end of the recording.
Control0..1
TypedateTime
Summarytrue
CommentsFor an image including multiple frames, this is the start time.
Media.subject
DefinitionWho/What this Media is a record of.
Control0..1
TypeResource(Patient | Practitioner | Group | Device | Specimen)
Summarytrue
Media.operator
DefinitionThe person who administered the collection of the image.
Control0..1
TypeResource(Practitioner)
Summarytrue
Media.view
DefinitionThe name of the imaging view e.g Lateral or Antero-posterior (AP).
Control0..1
BindingMediaView: (See http://hl7.org/fhir/vs/media-view)
TypeCodeableConcept
Summarytrue
Media.deviceName
DefinitionThe name of the device / manufacturer of the device that was used to make the recording.
Control0..1
Typestring
Summarytrue
Media.height
DefinitionHeight of the image in pixels(photo/video).
Control0..1
Typeinteger
Summarytrue
InvariantsAffect this element
Inv-1: Height can only be used for a photo or video (xpath: not(f:type/@value='audio') or not(f:height))
Media.width
DefinitionWidth of the image in pixels (photo/video).
Control0..1
Typeinteger
Summarytrue
InvariantsAffect this element
Inv-2: Width can only be used for a photo or video (xpath: not(f:type/@value='audio') or not(f:width))
Media.frames
DefinitionThe number of frames in a photo. This is used with a multi-page fax, or an imaging acquisition context that takes multiple slices in a single image, or an animated gif. If there is more than one frame, this SHALL have a value in order to alert interface software that a multi-frame capable rendering widget is required.
Control0..1
Typeinteger
Summarytrue
InvariantsAffect this element
Inv-3: Frames can only be used for a photo (xpath: (f:type/@value='photo') or not(f:frames))
Media.length
DefinitionThe length of the recording in seconds - for audio and video.
Control0..1
Typeinteger
Summarytrue
InvariantsAffect this element
Inv-4: Length can only be used for an audio or a video (xpath: not(f:type/@value='photo') or not(f:length))
Media.content
DefinitionThe actual content of the media - inline or by direct reference to the media source file.
Control1..1
TypeAttachment
CommentsRecommended content types: image/jpeg, image/png, image/tiff, video/mpeg, audio/mp4, application/dicom. Application/dicom can contain the transfer syntax as a parameter.

comments powered by Disqus