Device constructor

const Device({
  1. @Default(R5ResourceType.Device) @JsonKey(unknownEnumValue: R5ResourceType.Device) R5ResourceType resourceType,
  2. @JsonKey(includeFromJson: true, includeToJson: false) int? dbId,
  3. @JsonKey(name: 'id') FhirId? fhirId,
  4. FhirMeta? meta,
  5. FhirUri? implicitRules,
  6. @JsonKey(name: '_implicitRules') Element? implicitRulesElement,
  7. FhirCode? language,
  8. @JsonKey(name: '_language') Element? languageElement,
  9. Narrative? text,
  10. List<Resource>? contained,
  11. @JsonKey(name: 'extension') List<FhirExtension>? extension_,
  12. List<FhirExtension>? modifierExtension,
  13. List<Identifier>? identifier,
  14. String? displayName,
  15. @JsonKey(name: '_displayName') Element? displayNameElement,
  16. CodeableReference? definition,
  17. List<DeviceUdiCarrier>? udiCarrier,
  18. FhirCode? status,
  19. @JsonKey(name: '_status') Element? statusElement,
  20. CodeableConcept? availabilityStatus,
  21. Identifier? biologicalSourceEvent,
  22. String? manufacturer,
  23. @JsonKey(name: '_manufacturer') Element? manufacturerElement,
  24. FhirDateTime? manufactureDate,
  25. @JsonKey(name: '_manufactureDate') Element? manufactureDateElement,
  26. FhirDateTime? expirationDate,
  27. @JsonKey(name: '_expirationDate') Element? expirationDateElement,
  28. String? lotNumber,
  29. @JsonKey(name: '_lotNumber') Element? lotNumberElement,
  30. String? serialNumber,
  31. @JsonKey(name: '_serialNumber') Element? serialNumberElement,
  32. List<DeviceName>? name,
  33. String? modelNumber,
  34. @JsonKey(name: '_modelNumber') Element? modelNumberElement,
  35. String? partNumber,
  36. @JsonKey(name: '_partNumber') Element? partNumberElement,
  37. List<CodeableConcept>? category,
  38. List<CodeableConcept>? type,
  39. List<DeviceVersion>? version,
  40. List<DeviceConformsTo>? conformsTo,
  41. List<DeviceProperty>? property,
  42. CodeableConcept? mode,
  43. Count? cycle,
  44. FhirDuration? duration,
  45. Reference? owner,
  46. List<ContactPoint>? contact,
  47. Reference? location,
  48. FhirUri? url,
  49. @JsonKey(name: '_url') Element? urlElement,
  50. List<Reference>? endpoint,
  51. List<CodeableReference>? gateway,
  52. List<Annotation>? note,
  53. List<CodeableConcept>? safety,
  54. 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.

resourceType This is a Device resource

id The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.

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.

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.

implicitRulesElement ("_implicitRules") Extensions for implicitRules

language The base language in which the resource is written.

languageElement ("_language") Extensions for language

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.

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.

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.

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

identifier Unique instance identifiers assigned to a device by manufacturers other organizations or owners.

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.

displayNameElement ("_displayName") Extensions for displayName

definition The reference to the definition for the device.

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.

status The Device record status. This is not the status of the device like availability.

statusElement ("_status") Extensions for status

availabilityStatus The availability of the device.

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.

manufacturer A name of the manufacturer or entity legally responsible for the device.

manufacturerElement ("_manufacturer") Extensions for manufacturer

manufactureDate The date and time when the device was manufactured.

manufactureDateElement ("_manufactureDate") Extensions for manufactureDate

expirationDate The date and time beyond which this device is no longer valid or should not be used (if applicable).

expirationDateElement ("_expirationDate") Extensions for expirationDate

lotNumber Lot number assigned by the manufacturer.

lotNumberElement ("_lotNumber") Extensions for lotNumber

serialNumber The serial number assigned by the organization when the device was manufactured.

serialNumberElement ("_serialNumber") Extensions for serialNumber

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.

modelNumber The manufacturer's model number for the device.

modelNumberElement ("_modelNumber") Extensions for modelNumber

partNumber The part number or catalog number of the device.

partNumberElement ("_partNumber") Extensions for partNumber

category Devices may be associated with one or more categories.

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.

version The actual design of the device or software version running on the device.

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.

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.

mode The designated condition for performing a task with the device.

cycle The series of occurrences that repeats during the operation of the device.

duration A measurement of time during the device's operation (e.g., days, hours, mins, etc.).

owner An organization that is responsible for the provision and ongoing maintenance of the device.

contact Contact details for an organization or a particular human that is responsible for the device.

location The place where the device can be found.

url A network address on which the device may be contacted directly.

urlElement ("_url") Extensions for url

endpoint Technical endpoints providing access to services provided by the device defined at this resource.

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

note Descriptive information, usage information or implantation information that is not captured in an existing element.

safety Provides additional safety characteristics about a medical device. For example devices containing latex.

parent The higher level or encompassing device that this device is a logical part of.

Implementation

const factory Device({
  /// [resourceType] This is a Device resource
  @Default(R5ResourceType.Device)
  @JsonKey(unknownEnumValue: R5ResourceType.Device)
  R5ResourceType resourceType,
  @JsonKey(includeFromJson: true, includeToJson: false) int? dbId,

  /// [id] The logical id of the resource, as used in the URL for the
  ///  resource. Once assigned, this value never changes.
  @JsonKey(name: 'id') FhirId? fhirId,

  /// [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.
  FhirMeta? meta,

  /// [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.
  FhirUri? implicitRules,

  /// [implicitRulesElement] ("_implicitRules") Extensions for implicitRules
  @JsonKey(name: '_implicitRules') Element? implicitRulesElement,

  /// [language] The base language in which the resource is written.
  FhirCode? language,

  /// [languageElement] ("_language") Extensions for language
  @JsonKey(name: '_language') Element? languageElement,

  /// [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.
  Narrative? text,

  /// [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.
  List<Resource>? contained,

  /// [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.
  @JsonKey(name: 'extension') List<FhirExtension>? extension_,

  /// [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).
  List<FhirExtension>? modifierExtension,

  /// [identifier] Unique instance identifiers assigned to a device by
  ///  manufacturers other organizations or owners.
  List<Identifier>? identifier,

  /// [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.
  String? displayName,

  /// [displayNameElement] ("_displayName") Extensions for displayName
  @JsonKey(name: '_displayName') Element? displayNameElement,

  /// [definition] The reference to the definition for the device.
  CodeableReference? definition,

  /// [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.
  List<DeviceUdiCarrier>? udiCarrier,

  /// [status] The Device record status. This is not the status of the device
  ///  like availability.
  FhirCode? status,

  /// [statusElement] ("_status") Extensions for status
  @JsonKey(name: '_status') Element? statusElement,

  /// [availabilityStatus] The availability of the device.
  CodeableConcept? availabilityStatus,

  /// [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.
  Identifier? biologicalSourceEvent,

  /// [manufacturer] A name of the manufacturer or entity legally responsible
  ///  for the device.
  String? manufacturer,

  /// [manufacturerElement] ("_manufacturer") Extensions for manufacturer
  @JsonKey(name: '_manufacturer') Element? manufacturerElement,

  /// [manufactureDate] The date and time when the device was manufactured.
  FhirDateTime? manufactureDate,

  /// [manufactureDateElement] ("_manufactureDate") Extensions for
  ///  manufactureDate
  @JsonKey(name: '_manufactureDate') Element? manufactureDateElement,

  /// [expirationDate] The date and time beyond which this device is no
  ///  longer valid or should not be used (if applicable).
  FhirDateTime? expirationDate,

  /// [expirationDateElement] ("_expirationDate") Extensions for
  ///  expirationDate
  @JsonKey(name: '_expirationDate') Element? expirationDateElement,

  /// [lotNumber] Lot number assigned by the manufacturer.
  String? lotNumber,

  /// [lotNumberElement] ("_lotNumber") Extensions for lotNumber
  @JsonKey(name: '_lotNumber') Element? lotNumberElement,

  /// [serialNumber] The serial number assigned by the organization when the
  ///  device was manufactured.
  String? serialNumber,

  /// [serialNumberElement] ("_serialNumber") Extensions for serialNumber
  @JsonKey(name: '_serialNumber') Element? serialNumberElement,

  /// [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.
  List<DeviceName>? name,

  /// [modelNumber] The manufacturer's model number for the device.
  String? modelNumber,

  /// [modelNumberElement] ("_modelNumber") Extensions for modelNumber
  @JsonKey(name: '_modelNumber') Element? modelNumberElement,

  /// [partNumber] The part number or catalog number of the device.
  String? partNumber,

  /// [partNumberElement] ("_partNumber") Extensions for partNumber
  @JsonKey(name: '_partNumber') Element? partNumberElement,

  /// [category] Devices may be associated with one or more categories.
  List<CodeableConcept>? category,

  /// [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.
  List<CodeableConcept>? type,

  /// [version] The actual design of the device or software version running
  ///  on the device.
  List<DeviceVersion>? version,

  /// [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.
  List<DeviceConformsTo>? conformsTo,

  /// [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.
  List<DeviceProperty>? property,

  /// [mode] The designated condition for performing a task with the device.
  CodeableConcept? mode,

  /// [cycle] The series of occurrences that repeats during the operation of
  ///  the device.
  Count? cycle,

  /// [duration] A measurement of time during the device's operation (e.g.,
  ///  days, hours, mins, etc.).
  FhirDuration? duration,

  /// [owner] An organization that is responsible for the provision and
  ///  ongoing maintenance of the device.
  Reference? owner,

  /// [contact] Contact details for an organization or a particular human
  ///  that is responsible for the device.
  List<ContactPoint>? contact,

  /// [location] The place where the device can be found.
  Reference? location,

  /// [url] A network address on which the device may be contacted directly.
  FhirUri? url,

  /// [urlElement] ("_url") Extensions for url
  @JsonKey(name: '_url') Element? urlElement,

  /// [endpoint] Technical endpoints providing access to services provided by
  ///  the device defined at this resource.
  List<Reference>? endpoint,

  /// [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).
  List<CodeableReference>? gateway,

  /// [note] Descriptive information, usage information or implantation
  ///  information that is not captured in an existing element.
  List<Annotation>? note,

  /// [safety] Provides additional safety characteristics about a medical
  ///  device.  For example devices containing latex.
  List<CodeableConcept>? safety,

  /// [parent] The higher level or encompassing device that this device is a
  ///  logical part of.
  Reference? parent,
}) = _Device;