DeviceDefinition constructor

const DeviceDefinition({
  1. @Default(R4ResourceType.DeviceDefinition) @JsonKey(unknownEnumValue: R4ResourceType.DeviceDefinition) R4ResourceType resourceType,
  2. @JsonKey(includeFromJson: true, includeToJson: false) int? dbId,
  3. @JsonKey(name: 'id') String? 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. List<DeviceDefinitionUdiDeviceIdentifier>? udiDeviceIdentifier,
  15. String? manufacturerString,
  16. @JsonKey(name: '_manufacturerString') Element? manufacturerStringElement,
  17. Reference? manufacturerReference,
  18. List<DeviceDefinitionDeviceName>? deviceName,
  19. String? modelNumber,
  20. @JsonKey(name: '_modelNumber') Element? modelNumberElement,
  21. CodeableConcept? type,
  22. List<DeviceDefinitionSpecialization>? specialization,
  23. List<String>? version,
  24. @JsonKey(name: '_version') List<Element?>? versionElement,
  25. List<CodeableConcept>? safety,
  26. List<ProductShelfLife>? shelfLifeStorage,
  27. ProdCharacteristic? physicalCharacteristics,
  28. List<CodeableConcept>? languageCode,
  29. List<DeviceDefinitionCapability>? capability,
  30. List<DeviceDefinitionProperty>? property,
  31. Reference? owner,
  32. List<ContactPoint>? contact,
  33. FhirUri? url,
  34. @JsonKey(name: '_url') Element? urlElement,
  35. FhirUri? onlineInformation,
  36. @JsonKey(name: '_onlineInformation') Element? onlineInformationElement,
  37. List<Annotation>? note,
  38. Quantity? quantity,
  39. Reference? parentDevice,
  40. List<DeviceDefinitionMaterial>? material,
})

DeviceDefinition The characteristics, operational status and capabilities of a medical-related component of a medical device.

resourceType This is a DeviceDefinition 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 Extensions for implicitRules

language The base language in which the resource is written.

languageElement 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, and nor can they have their own independent transaction scope.

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 manageable, 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 manageable, 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 the software, manufacturers, other organizations or owners. For example: handle ID.

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

manufacturerString A name of the manufacturer.

manufacturerStringElement Extensions for manufacturerString

manufacturerReference A name of the manufacturer.

deviceName A name given to the device to identify it.

modelNumber The model number for the device.

modelNumberElement Extensions for modelNumber

type What kind of device or device system this is.

specialization The capabilities supported on a device, the standards to which the device conforms for a particular purpose, and used for the communication.

version The available versions of the device, e.g., software versions.

versionElement Extensions for version

safety Safety characteristics of the device.

shelfLifeStorage Shelf Life and storage information.

physicalCharacteristics Dimensions, color etc.

languageCode Language code for the human-readable text strings produced by the device (all supported).

capability Device capabilities.

property The actual configuration settings of a device as it actually operates, e.g., regulation status, time properties.

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.

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

urlElement Extensions for url

onlineInformation Access to on-line information about the device.

onlineInformationElement Extensions for onlineInformation

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

quantity The quantity of the device present in the packaging (e.g. the number of devices present in a pack, or the number of devices in the same package of the medicinal product).

parentDevice The parent device it can be part of.

material A substance used to create the material(s) of which the device is made.

Implementation

const factory DeviceDefinition({
  @Default(R4ResourceType.DeviceDefinition)
  @JsonKey(unknownEnumValue: R4ResourceType.DeviceDefinition)

  /// [resourceType] This is a DeviceDefinition resource
  R4ResourceType 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') String? 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] Extensions for implicitRules
  @JsonKey(name: '_implicitRules') Element? implicitRulesElement,

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

  /// [languageElement] 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, and nor can they have their own independent transaction
  ///  scope.
  List<Resource>? contained,

  /// [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 manageable, 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
  /// manageable, 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 the
  /// software, manufacturers, other organizations or owners. For example:
  ///  handle ID.
  List<Identifier>? identifier,

  /// [udiDeviceIdentifier] 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<DeviceDefinitionUdiDeviceIdentifier>? udiDeviceIdentifier,

  /// [manufacturerString] A name of the manufacturer.
  String? manufacturerString,

  /// [manufacturerStringElement] Extensions for manufacturerString
  @JsonKey(name: '_manufacturerString') Element? manufacturerStringElement,

  /// [manufacturerReference] A name of the manufacturer.
  Reference? manufacturerReference,

  /// [deviceName] A name given to the device to identify it.
  List<DeviceDefinitionDeviceName>? deviceName,

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

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

  /// [type] What kind of device or device system this is.
  CodeableConcept? type,

  /// [specialization] The capabilities supported on a  device, the standards
  /// to which the device conforms for a particular purpose, and used for the
  ///  communication.
  List<DeviceDefinitionSpecialization>? specialization,

  /// [version] The available versions of the device, e.g., software versions.
  List<String>? version,

  /// [versionElement] Extensions for version
  @JsonKey(name: '_version') List<Element?>? versionElement,

  /// [safety] Safety characteristics of the device.
  List<CodeableConcept>? safety,

  /// [shelfLifeStorage] Shelf Life and storage information.
  List<ProductShelfLife>? shelfLifeStorage,

  /// [physicalCharacteristics] Dimensions, color etc.
  ProdCharacteristic? physicalCharacteristics,

  /// [languageCode] Language code for the human-readable text strings produced
  ///  by the device (all supported).
  List<CodeableConcept>? languageCode,

  /// [capability] Device capabilities.
  List<DeviceDefinitionCapability>? capability,

  /// [property] The actual configuration settings of a device as it actually
  ///  operates, e.g., regulation status, time properties.
  List<DeviceDefinitionProperty>? property,

  /// [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,

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

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

  /// [onlineInformation] Access to on-line information about the device.
  FhirUri? onlineInformation,

  /// [onlineInformationElement] Extensions for onlineInformation
  @JsonKey(name: '_onlineInformation') Element? onlineInformationElement,

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

  /// [quantity] The quantity of the device present in the packaging (e.g. the
  /// number of devices present in a pack, or the number of devices in the same
  ///  package of the medicinal product).
  Quantity? quantity,

  /// [parentDevice] The parent device it can be part of.
  Reference? parentDevice,

  /// [material] A substance used to create the material(s) of which the device
  ///  is made.
  List<DeviceDefinitionMaterial>? material,
}) = _DeviceDefinition;