DigitalMediaType
public enum DigitalMediaType: String
Whether the media is a photo, video, or audio
URL: http://hl7.org/fhir/digital-media-type ValueSet: http://hl7.org/fhir/ValueSet/digital-media-type
-
The media consists of one or more unmoving images, including photographs, computer-generated graphs and charts, and scanned documents
Declaration
Swift
case photo = "photo"
-
The media consists of a series of frames that capture a moving image
Declaration
Swift
case video = "video"
-
The media consists of a sound recording
Declaration
Swift
case audio = "audio"