DeviceUdiCarrier class

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

Annotations
  • @freezed

Constructors

DeviceUdiCarrier({@JsonKey(name: 'id') String? fhirId, @JsonKey(name: 'extension') List<FhirExtension>? extension_, List<FhirExtension>? modifierExtension, String? deviceIdentifier, @JsonKey(name: '_deviceIdentifier') Element? deviceIdentifierElement, FhirUri? issuer, @JsonKey(name: '_issuer') Element? issuerElement, FhirUri? jurisdiction, @JsonKey(name: '_jurisdiction') Element? jurisdictionElement, FhirBase64Binary? carrierAIDC, @JsonKey(name: '_carrierAIDC') Element? carrierAIDCElement, String? carrierHRF, @JsonKey(name: '_carrierHRF') Element? carrierHRFElement, FhirCode? entryType, @JsonKey(name: '_entryType') Element? entryTypeElement})
DeviceUdiCarrier 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
DeviceUdiCarrier.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
DeviceUdiCarrier.fromJsonString(String source)
Acts like a constructor, returns a DeviceUdiCarrier, accepts a String as an argument, mostly because I got tired of typing it out
factory
DeviceUdiCarrier.fromYaml(dynamic yaml)
Factory constructor that accepts a String in YAML format as an argument
factory

Properties

carrierAIDC FhirBase64Binary?
carrierAIDC The full UDI carrier of the Automatic Identification and Data Capture (AIDC) technology representation of the barcode string as printed on the packaging of the device - e.g., a barcode or RFID. Because of limitations on character sets in XML and the need to round-trip JSON data through XML, AIDC Formats SHALL be base64 encoded.
no setterinherited
carrierAIDCElement Element?
carrierAIDCElement ("_carrierAIDC") Extensions for carrierAIDC
no setterinherited
carrierHRF String?
carrierHRF The full UDI carrier as the human readable form (HRF) representation of the barcode string as printed on the packaging of the device.
no setterinherited
carrierHRFElement Element?
carrierHRFElement ("_carrierHRF") Extensions for carrierHRF
no setterinherited
copyWith → $DeviceUdiCarrierCopyWith<DeviceUdiCarrier>
no setterinherited
deviceIdentifier String?
deviceIdentifier The device identifier (DI) is a mandatory, fixed portion of a UDI that identifies the labeler and the specific version or model of a device.
no setterinherited
deviceIdentifierElement Element?
deviceIdentifierElement ("_deviceIdentifier") Extensions for deviceIdentifier
no setterinherited
entryType FhirCode?
entryType A coded entry to indicate how the data was entered.
no setterinherited
entryTypeElement Element?
entryTypeElement ("_entryType") Extensions for entryType
no setterinherited
extension_ List<FhirExtension>?
extension_ ("extension") May be used to represent additional information that is not part of the basic definition of the element. 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 String?
id Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
issuer FhirUri?
issuer Organization that is charged with issuing UDIs for devices. For example, the US FDA issuers include:
no setterinherited
issuerElement Element?
issuerElement ("_issuer") Extensions for issuer
no setterinherited
jurisdiction FhirUri?
jurisdiction The identity of the authoritative source for UDI generation within a jurisdiction. All UDIs are globally unique within a single namespace with the appropriate repository uri as the system. For example, UDIs of devices managed in the U.S. by the FDA, the value is http://hl7.org/fhir/NamingSystem/us-fda-udi or in the European Union by the European Commission http://hl7.org/fhir/NamingSystem/eu-ec-udi.
no setterinherited
jurisdictionElement Element?
jurisdictionElement ("_jurisdiction") Extensions for jurisdiction
no setterinherited
modifierExtension List<FhirExtension>?
modifierExtension May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained 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 can 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
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
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
toString() String
A string representation of this object.
inherited
toYaml() String
Produces a Yaml formatted String version of the object

Operators

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