DeviceUseStatement
open class DeviceUseStatement: DomainResource
Record of use of a device.
A record of a device being used by a patient where the record is the result of a report from the patient or another clinician.
-
Record of use of a device.
A record of a device being used by a patient where the record is the result of a report from the patient or another clinician.
Declaration
Swift
override open class var resourceType: String
-
Target body site.
Declaration
Swift
public var bodySite: CodeableConcept?
-
Reference to device used.
Declaration
Swift
public var device: Reference?
-
External identifier for this record.
Declaration
Swift
public var identifier: [Identifier]?
-
Why device was used.
Declaration
Swift
public var indication: [CodeableConcept]?
-
Addition details (comments, instructions).
Declaration
Swift
public var note: [Annotation]?
-
When statement was recorded.
Declaration
Swift
public var recordedOn: DateTime?
-
Who made the statement.
Declaration
Swift
public var source: Reference?
-
A code representing the patient or other source’s judgment about the state of the device used that this statement is about. Generally this will be active or completed.
Declaration
Swift
public var status: DeviceUseStatementStatus?
-
Patient using device.
Declaration
Swift
public var subject: Reference?
-
How often the device was used.
Declaration
Swift
public var timingDateTime: DateTime?
-
How often the device was used.
Declaration
Swift
public var timingPeriod: Period?
-
How often the device was used.
Declaration
Swift
public var timingTiming: Timing?
-
Period device was used.
Declaration
Swift
public var whenUsed: Period?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(device: Reference, status: DeviceUseStatementStatus, subject: Reference)
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
-
Undocumented
Declaration
Swift
open class DeviceUseStatement: DomainResource