Media
open class Media: DomainResourceA photo, video, or audio recording acquired or used in healthcare. The actual content may be inline or provided by direct reference.
- 
                  
                  A photo, video, or audio recording acquired or used in healthcare. The actual content may be inline or provided by direct reference. DeclarationSwift override open class var resourceType: String
- 
                  
                  Procedure that caused this media to be created. DeclarationSwift public var basedOn: [Reference]?
- 
                  
                  Body part in media. DeclarationSwift public var bodySite: CodeableConcept?
- 
                  
                  Actual Media - reference or data. DeclarationSwift public var content: Attachment?
- 
                  
                  Encounter / Episode associated with media. DeclarationSwift public var context: Reference?
- 
                  
                  Observing Device. DeclarationSwift public var device: Reference?
- 
                  
                  Length in seconds (audio / video). DeclarationSwift public var duration: FHIRInteger?
- 
                  
                  Number of frames if > 1 (photo). DeclarationSwift public var frames: FHIRInteger?
- 
                  
                  Height of the image in pixels (photo/video). DeclarationSwift public var height: FHIRInteger?
- 
                  
                  Identifier(s) for the image. DeclarationSwift public var identifier: [Identifier]?
- 
                  
                  Comments made about the media. DeclarationSwift public var note: [Annotation]?
- 
                  
                  When Media was collected. DeclarationSwift public var occurrenceDateTime: DateTime?
- 
                  
                  When Media was collected. DeclarationSwift public var occurrencePeriod: Period?
- 
                  
                  The person who generated the image. DeclarationSwift public var operator_fhir: Reference?
- 
                  
                  Why was event performed?. DeclarationSwift public var reasonCode: [CodeableConcept]?
- 
                  
                  Who/What this Media is a record of. DeclarationSwift public var subject: Reference?
- 
                  
                  The type of acquisition equipment/process. DeclarationSwift public var subtype: CodeableConcept?
- 
                  
                  Whether the media is a photo (still image), an audio recording, or a video recording. DeclarationSwift public var type: DigitalMediaType?
- 
                  
                  Imaging view, e.g. Lateral or Antero-posterior. DeclarationSwift public var view: CodeableConcept?
- 
                  
                  Width of the image in pixels (photo/video). DeclarationSwift public var width: FHIRInteger?
- 
                  
                  Convenience initializer, taking all required properties as arguments. DeclarationSwift public convenience init(content: Attachment, type: DigitalMediaType)
- 
                  
                  Convenience initializer, taking all required properties as arguments. DeclarationSwift override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
- 
                  
                  Undocumented DeclarationSwift open class Media: DomainResource
 View on GitHub
            View on GitHub
           Install in Dash
            Install in Dash
           Media Class Reference
      Media Class Reference