Device

open class Device: DomainResource

Item used in healthcare.

This resource identifies an instance or a type of a manufactured item that is used in the provision of healthcare without being substantially changed through that activity. The device may be a medical or non-medical device. Medical devices include durable (reusable) medical equipment, implantable devices, as well as disposable equipment used for diagnostic, treatment, and research for healthcare and public health. Non-medical devices may include items such as a machine, cellphone, computer, application, etc.

  • Item used in healthcare.

    This resource identifies an instance or a type of a manufactured item that is used in the provision of healthcare without being substantially changed through that activity. The device may be a medical or non-medical device. Medical devices include durable (reusable) medical equipment, implantable devices, as well as disposable equipment used for diagnostic, treatment, and research for healthcare and public health. Non-medical devices may include items such as a machine, cellphone, computer, application, etc.

    Declaration

    Swift

    override open class var resourceType: String
  • Details for human/organization for support.

    Declaration

    Swift

    public var contact: [ContactPoint]?
  • Date and time of expiry of this device (if applicable).

    Declaration

    Swift

    public var expirationDate: DateTime?
  • Instance identifier.

    Declaration

    Swift

    public var identifier: [Identifier]?
  • Where the resource is found.

    Declaration

    Swift

    public var location: Reference?
  • Lot number of manufacture.

    Declaration

    Swift

    public var lotNumber: FHIRString?
  • Date when the device was made.

    Declaration

    Swift

    public var manufactureDate: DateTime?
  • Name of device manufacturer.

    Declaration

    Swift

    public var manufacturer: FHIRString?
  • Model id assigned by the manufacturer.

    Declaration

    Swift

    public var model: FHIRString?
  • Device notes and comments.

    Declaration

    Swift

    public var note: [Annotation]?
  • Organization responsible for device.

    Declaration

    Swift

    public var owner: Reference?
  • Patient to whom Device is affixed.

    Declaration

    Swift

    public var patient: Reference?
  • Safety Characteristics of Device.

    Declaration

    Swift

    public var safety: [CodeableConcept]?
  • Status of the Device availability.

    Declaration

    Swift

    public var status: FHIRDeviceStatus?
  • What kind of device this is.

    Declaration

    Swift

    public var type: CodeableConcept?
  • udi

    Unique Device Identifier (UDI) Barcode string.

    Declaration

    Swift

    public var udi: DeviceUdi?
  • url

    Network address to contact device.

    Declaration

    Swift

    public var url: FHIRURL?
  • Version number (i.e. software).

    Declaration

    Swift

    public var version: FHIRString?
  • Version number (i.e. software).

    Declaration

    Swift

    override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
  • Undocumented

    Declaration

    Swift

    open class Device: DomainResource