DeviceComponent
open class DeviceComponent: DomainResource
An instance of a medical-related component of a medical device.
The characteristics, operational status and capabilities of a medical-related component of a medical device.
-
An instance of a medical-related component of a medical device.
The characteristics, operational status and capabilities of a medical-related component of a medical device.
Declaration
Swift
override open class var resourceType: String
-
Instance id assigned by the software stack.
Declaration
Swift
public var identifier: Identifier?
-
Language code for the human-readable text strings produced by the device.
Declaration
Swift
public var languageCode: CodeableConcept?
-
Recent system change timestamp.
Declaration
Swift
public var lastSystemChange: Instant?
-
The physical principle of the measurement. For example: thermal, chemical, acoustical, etc.
Declaration
Swift
public var measurementPrinciple: MeasmntPrinciple?
-
Current operational status of the component, for example On, Off or Standby.
Declaration
Swift
public var operationalStatus: [CodeableConcept]?
-
Current supported parameter group.
Declaration
Swift
public var parameterGroup: CodeableConcept?
-
Parent resource link.
Declaration
Swift
public var parent: Reference?
-
Specification details such as Component Revisions, or Serial Numbers.
Declaration
Swift
public var productionSpecification: [DeviceComponentProductionSpecification]?
-
Top-level device resource link.
Declaration
Swift
public var source: Reference?
-
What kind of component it is.
Declaration
Swift
public var type: CodeableConcept?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(identifier: Identifier, type: CodeableConcept)
-
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 DeviceComponent: DomainResource