Device class

Device 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.

Mixed in types
Annotations
  • @freezed

Constructors

Device({@Default(R5ResourceType.Device) @JsonKey(unknownEnumValue: R5ResourceType.Device) R5ResourceType resourceType, @JsonKey(includeFromJson: true, includeToJson: false) int? dbId, @JsonKey(name: 'id') FhirId? fhirId, FhirMeta? meta, FhirUri? implicitRules, @JsonKey(name: '_implicitRules') Element? implicitRulesElement, FhirCode? language, @JsonKey(name: '_language') Element? languageElement, Narrative? text, List<Resource>? contained, @JsonKey(name: 'extension') List<FhirExtension>? extension_, List<FhirExtension>? modifierExtension, List<Identifier>? identifier, String? displayName, @JsonKey(name: '_displayName') Element? displayNameElement, CodeableReference? definition, List<DeviceUdiCarrier>? udiCarrier, FhirCode? status, @JsonKey(name: '_status') Element? statusElement, CodeableConcept? availabilityStatus, Identifier? biologicalSourceEvent, String? manufacturer, @JsonKey(name: '_manufacturer') Element? manufacturerElement, FhirDateTime? manufactureDate, @JsonKey(name: '_manufactureDate') Element? manufactureDateElement, FhirDateTime? expirationDate, @JsonKey(name: '_expirationDate') Element? expirationDateElement, String? lotNumber, @JsonKey(name: '_lotNumber') Element? lotNumberElement, String? serialNumber, @JsonKey(name: '_serialNumber') Element? serialNumberElement, List<DeviceName>? name, String? modelNumber, @JsonKey(name: '_modelNumber') Element? modelNumberElement, String? partNumber, @JsonKey(name: '_partNumber') Element? partNumberElement, List<CodeableConcept>? category, List<CodeableConcept>? type, List<DeviceVersion>? version, List<DeviceConformsTo>? conformsTo, List<DeviceProperty>? property, CodeableConcept? mode, Count? cycle, FhirDuration? duration, Reference? owner, List<ContactPoint>? contact, Reference? location, FhirUri? url, @JsonKey(name: '_url') Element? urlElement, List<Reference>? endpoint, List<CodeableReference>? gateway, List<Annotation>? note, List<CodeableConcept>? safety, Reference? parent})
Device 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.
const
factory
Device.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
Device.fromJsonString(String source)
Acts like a constructor, returns a Device, accepts a String as an argument, mostly because I got tired of typing it out
factory
Device.fromYaml(dynamic yaml)
Factory constructor that accepts a String in YAML format as an argument
factory

Properties

availabilityStatus CodeableConcept?
availabilityStatus The availability of the device.
no setterinherited
biologicalSourceEvent Identifier?
biologicalSourceEvent An identifier that supports traceability to the event during which material in this product from one or more biological entities was obtained or pooled.
no setterinherited
category List<CodeableConcept>?
category Devices may be associated with one or more categories.
no setterinherited
conformsTo List<DeviceConformsTo>?
conformsTo Identifies the standards, specifications, or formal guidances for the capabilities supported by the device. The device may be certified as conformant to these specifications e.g., communication, performance, process, measurement, or specialization standards.
no setterinherited
contact List<ContactPoint>?
contact Contact details for an organization or a particular human that is responsible for the device.
no setterinherited
contained List<Resource>?
contained These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, nor can they have their own independent transaction scope. This is allowed to be a Parameters resource if and only if it is referenced by a resource that provides context/meaning.
no setterinherited
copyWith → $DeviceCopyWith<Device>
no setterinherited
cycle Count?
cycle The series of occurrences that repeats during the operation of the device.
no setterinherited
dbId int?
no setterinherited
definition CodeableReference?
definition The reference to the definition for the device.
no setterinherited
displayName String?
displayName The name used to display by default when the device is referenced. Based on intent of use by the resource creator, this may reflect one of the names in Device.name, or may be another simple name.
no setterinherited
displayNameElement Element?
displayNameElement ("_displayName") Extensions for displayName
no setterinherited
duration FhirDuration?
duration A measurement of time during the device's operation (e.g., days, hours, mins, etc.).
no setterinherited
endpoint List<Reference>?
endpoint Technical endpoints providing access to services provided by the device defined at this resource.
no setterinherited
expirationDate FhirDateTime?
expirationDate The date and time beyond which this device is no longer valid or should not be used (if applicable).
no setterinherited
expirationDateElement Element?
expirationDateElement ("_expirationDate") Extensions for expirationDate
no setterinherited
extension_ List<FhirExtension>?
extension_ ("extension") May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
no setterinherited
fhirId FhirId?
id The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.
no setterinherited
gateway List<CodeableReference>?
gateway The linked device acting as a communication controller, data collector, translator, or concentrator for the current device (e.g., mobile phone application that relays a blood pressure device's data).
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
identifier List<Identifier>?
identifier Unique instance identifiers assigned to a device by manufacturers other organizations or owners.
no setterinherited
implicitRules FhirUri?
implicitRules A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.
no setterinherited
implicitRulesElement Element?
implicitRulesElement ("_implicitRules") Extensions for implicitRules
no setterinherited
language FhirCode?
language The base language in which the resource is written.
no setterinherited
languageElement Element?
languageElement ("_language") Extensions for language
no setterinherited
location Reference?
location The place where the device can be found.
no setterinherited
lotNumber String?
lotNumber Lot number assigned by the manufacturer.
no setterinherited
lotNumberElement Element?
lotNumberElement ("_lotNumber") Extensions for lotNumber
no setterinherited
manufactureDate FhirDateTime?
manufactureDate The date and time when the device was manufactured.
no setterinherited
manufactureDateElement Element?
manufactureDateElement ("_manufactureDate") Extensions for manufactureDate
no setterinherited
manufacturer String?
manufacturer A name of the manufacturer or entity legally responsible for the device.
no setterinherited
manufacturerElement Element?
manufacturerElement ("_manufacturer") Extensions for manufacturer
no setterinherited
meta FhirMeta?
meta The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.
no setterinherited
mode CodeableConcept?
mode The designated condition for performing a task with the device.
no setterinherited
modelNumber String?
modelNumber The manufacturer's model number for the device.
no setterinherited
modelNumberElement Element?
modelNumberElement ("_modelNumber") Extensions for modelNumber
no setterinherited
modifierExtension List<FhirExtension>?
modifierExtension May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
no setterinherited
name List<DeviceName>?
name This represents the manufacturer's name of the device as provided by the device, from a UDI label, or by a person describing the Device. This typically would be used when a person provides the name(s) or when the device represents one of the names available from DeviceDefinition.
no setterinherited
note List<Annotation>?
note Descriptive information, usage information or implantation information that is not captured in an existing element.
no setterinherited
owner Reference?
owner An organization that is responsible for the provision and ongoing maintenance of the device.
no setterinherited
parent Reference?
parent The higher level or encompassing device that this device is a logical part of.
no setterinherited
partNumber String?
partNumber The part number or catalog number of the device.
no setterinherited
partNumberElement Element?
partNumberElement ("_partNumber") Extensions for partNumber
no setterinherited
path String
Local Reference for this Resource, form is "ResourceType/Id"
no setterinherited
property List<DeviceProperty>?
property Static or essentially fixed characteristics or features of the device (e.g., time or timing attributes, resolution, accuracy, intended use or instructions for use, and physical attributes) that are not otherwise captured in more specific attributes.
no setterinherited
resourceType R5ResourceType
resourceType This is a Device resource
no setterinherited
resourceTypeString String?
produce a string of the resourceType
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
safety List<CodeableConcept>?
safety Provides additional safety characteristics about a medical device. For example devices containing latex.
no setterinherited
serialNumber String?
serialNumber The serial number assigned by the organization when the device was manufactured.
no setterinherited
serialNumberElement Element?
serialNumberElement ("_serialNumber") Extensions for serialNumber
no setterinherited
status FhirCode?
status The Device record status. This is not the status of the device like availability.
no setterinherited
statusElement Element?
statusElement ("_status") Extensions for status
no setterinherited
text Narrative?
text A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.
no setterinherited
thisReference Reference
Convenience method to return a Reference referring to that Resource
no setterinherited
type List<CodeableConcept>?
type The kind or type of device. A device instance may have more than one type - in which case those are the types that apply to the specific instance of the device.
no setterinherited
udiCarrier List<DeviceUdiCarrier>?
udiCarrier Unique device identifier (UDI) assigned to device label or package. Note that the Device may include multiple udiCarriers as it either may include just the udiCarrier for the jurisdiction it is sold, or for multiple jurisdictions it could have been sold.
no setterinherited
url FhirUri?
url A network address on which the device may be contacted directly.
no setterinherited
urlElement Element?
urlElement ("_url") Extensions for url
no setterinherited
version List<DeviceVersion>?
version The actual design of the device or software version running on the device.
no setterinherited

Methods

newId() Resource
returns the same resource with a new ID (even if there is already an ID present)
inherited
newIdIfNoId() Resource
returns the same resource with a new ID if there is no current ID
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDbJson() Map<String, dynamic>
The normal toJson ignores the dbId, and produces the fhirId as the id However, if you're going to use this as a database entry, you have to switch those two ids
inherited
toJson() Map<String, dynamic>
inherited
toJsonString() String
Another convenience method because more and more I'm transmitting FHIR data as a String and not a Map
override
toString() String
A string representation of this object.
inherited
toYaml() String
Produces a Yaml formatted String version of the object
override
updateContactPointPeriod(Period period, [int index = 0]) Device
updateContactPointRank(FhirPositiveInt rank, [int index = 0]) Device
updateContactPointSystem(ContactPointSystem system, [int index = 0]) Device
updateContactPointUse(ContactPointUse use, [int index = 0]) Device
updateContactPointValue(String value, [int index = 0]) Device
updateVersion({FhirMeta? oldMeta}) Resource
Updates the meta field of this Resource, updates the meta.lastUpdated field, adds 1 to the version number
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited