Extensions for Using Data Elements from FHIR R5 in FHIR R4
0.1.0 - STU International flag

Extensions for Using Data Elements from FHIR R5 in FHIR R4 - Downloaded Version null See the Directory of published versions

Resource Profile: Profile_R5_DeviceDefinition_R4

Official URL: http://hl7.org/fhir/5.0/StructureDefinition/profile-DeviceDefinition Version: 0.1.0
Standards status: Trial-use Maturity Level: 0 Computable Name: Profile_R5_DeviceDefinition_R4

This cross-version profile allows R5 DeviceDefinition content to be represented via FHIR R4 DeviceDefinition resources.

Usages:

You can also check for usages in the FHIR IG Statistics

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. DeviceDefinition 0..* DeviceDefinition(4.0.1) An instance of a medical-related component of a medical device
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
.... extension:description 0..1 markdown R5: Additional information to describe the device (new)
URL: http://hl7.org/fhir/StructureDefinition/artifact-description
Constraints: ext-1
.... extension:regulatoryIdentifier 0..* (Complex) R5: Regulatory identifier(s) associated with this device (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.regulatoryIdentifier
Constraints: ext-1
.... extension:partNumber 0..1 string R5: The part number or catalog number of the device (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.partNumber
Constraints: ext-1
.... extension:classification 0..* (Complex) R5: What kind of device or device system this is (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.classification
Constraints: ext-1
.... extension:hasPart 0..* (Complex) R5: A device, part of the current one (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.hasPart
Constraints: ext-1
.... extension:packaging 0..* (Complex) R5: Information about the packaging of the device, i.e. how the device is packaged (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.packaging
Constraints: ext-1
.... extension:udiDeviceIdentifier 0..* (Complex) R5: Unique Device Identifier (UDI) Barcode string on the packaging (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.udiDeviceIdentifier
Constraints: ext-1
.... extension:packaging 0..* (Complex) R5: Allows packages within packages (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.packaging
Constraints: ext-1
.... extension:link 0..* (Complex) R5: An associated device, attached to, used with, communicating with or linking a previous or new device model to the focal device (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.link
Constraints: ext-1
.... extension:productionIdentifierInUDI 0..* code R5: lot-number | manufactured-date | serial-number | expiration-date | biological-source | software-version (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.productionIdentifierInUDI
Binding: R5DeviceProductidentifierinudiForR4 (0.1.0) (required): The production identifier(s) that are expected to appear in the UDI carrier.
Constraints: ext-1
.... extension:guideline 0..1 (Complex) R5: Information aimed at providing directions for the usage of this model of device (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.guideline
Constraints: ext-1
.... extension:correctiveAction 0..1 (Complex) R5: Tracking of latest field safety corrective action (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.correctiveAction
Constraints: ext-1
.... extension:chargeItem 0..* (Complex) R5: Billing code or reference associated with the device (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.chargeItem
Constraints: ext-1
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
Constraints: ext-1

doco Documentation for this format

Constraints

Id Grade Path(s) Description Expression
dom-2 error DeviceDefinition If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error DeviceDefinition If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error DeviceDefinition If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error DeviceDefinition If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice DeviceDefinition A resource should have narrative for robust management text.`div`.exists()
ele-1 error DeviceDefinition.implicitRules, DeviceDefinition.extension, DeviceDefinition.extension:description, DeviceDefinition.extension:regulatoryIdentifier, DeviceDefinition.extension:partNumber, DeviceDefinition.extension:classification, DeviceDefinition.extension:hasPart, DeviceDefinition.extension:packaging, DeviceDefinition.extension:udiDeviceIdentifier, DeviceDefinition.extension:packaging, DeviceDefinition.extension:link, DeviceDefinition.extension:productionIdentifierInUDI, DeviceDefinition.extension:guideline, DeviceDefinition.extension:correctiveAction, DeviceDefinition.extension:chargeItem, DeviceDefinition.modifierExtension All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error DeviceDefinition.extension, DeviceDefinition.extension:description, DeviceDefinition.extension:regulatoryIdentifier, DeviceDefinition.extension:partNumber, DeviceDefinition.extension:classification, DeviceDefinition.extension:hasPart, DeviceDefinition.extension:packaging, DeviceDefinition.extension:udiDeviceIdentifier, DeviceDefinition.extension:packaging, DeviceDefinition.extension:link, DeviceDefinition.extension:productionIdentifierInUDI, DeviceDefinition.extension:guideline, DeviceDefinition.extension:correctiveAction, DeviceDefinition.extension:chargeItem, DeviceDefinition.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()

This structure is derived from DeviceDefinition

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. DeviceDefinition 0..* DeviceDefinition(4.0.1) An instance of a medical-related component of a medical device
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:description 0..1 markdown R5: Additional information to describe the device (new)
URL: http://hl7.org/fhir/StructureDefinition/artifact-description
.... extension:regulatoryIdentifier 0..* (Complex) R5: Regulatory identifier(s) associated with this device (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.regulatoryIdentifier
.... extension:partNumber 0..1 string R5: The part number or catalog number of the device (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.partNumber
.... extension:classification 0..* (Complex) R5: What kind of device or device system this is (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.classification
.... extension:hasPart 0..* (Complex) R5: A device, part of the current one (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.hasPart
.... extension:packaging 0..* (Complex) R5: Information about the packaging of the device, i.e. how the device is packaged (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.packaging
.... extension:udiDeviceIdentifier 0..* (Complex) R5: Unique Device Identifier (UDI) Barcode string on the packaging (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.udiDeviceIdentifier
.... extension:packaging 0..* (Complex) R5: Allows packages within packages (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.packaging
.... extension:link 0..* (Complex) R5: An associated device, attached to, used with, communicating with or linking a previous or new device model to the focal device (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.link
.... extension:productionIdentifierInUDI 0..* code R5: lot-number | manufactured-date | serial-number | expiration-date | biological-source | software-version (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.productionIdentifierInUDI
Binding: R5DeviceProductidentifierinudiForR4 (0.1.0) (required): The production identifier(s) that are expected to appear in the UDI carrier.
.... extension:guideline 0..1 (Complex) R5: Information aimed at providing directions for the usage of this model of device (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.guideline
.... extension:correctiveAction 0..1 (Complex) R5: Tracking of latest field safety corrective action (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.correctiveAction
.... extension:chargeItem 0..* (Complex) R5: Billing code or reference associated with the device (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.chargeItem
... udiDeviceIdentifier
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:marketDistribution 0..* (Complex) R5: Indicates whether and when the device is available on the market (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.udiDeviceIdentifier.marketDistribution
... specialization
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:conformsTo 0..* ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/device-conformsTo]] R5: Identifies the standards, specifications, or formal guidances for the capabilities supported by the device
URL: http://hl7.org/fhir/StructureDefinition/device-conformsTo
.... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:type 0..1 CodeableConcept R5: The type of the device version, e.g. manufacturer, approved, internal (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.version.type
..... extension:component 0..1 Identifier R5: The hardware or software module of the device to which the version applies (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.version.component
..... extension:value 1..1 string R5: The version text (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.version.value
... property
.... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:value 1..1 string, boolean, integer, Range, Attachment R5: Value of the property additional types
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.property.value
... contact
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:contact 0..* ContactDetail R5: contact
URL: http://hl7.org/fhir/StructureDefinition/artifact-contact

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. DeviceDefinition 0..* DeviceDefinition(4.0.1) An instance of a medical-related component of a medical device
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... language 0..1 code Language of the resource content
Binding: CommonLanguages . (preferred): A human language.
Additional BindingsPurpose
AllLanguages Max Binding
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
.... extension:description 0..1 markdown R5: Additional information to describe the device (new)
URL: http://hl7.org/fhir/StructureDefinition/artifact-description
Constraints: ext-1
.... extension:regulatoryIdentifier 0..* (Complex) R5: Regulatory identifier(s) associated with this device (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.regulatoryIdentifier
Constraints: ext-1
.... extension:partNumber 0..1 string R5: The part number or catalog number of the device (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.partNumber
Constraints: ext-1
.... extension:classification 0..* (Complex) R5: What kind of device or device system this is (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.classification
Constraints: ext-1
.... extension:hasPart 0..* (Complex) R5: A device, part of the current one (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.hasPart
Constraints: ext-1
.... extension:packaging 0..* (Complex) R5: Information about the packaging of the device, i.e. how the device is packaged (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.packaging
Constraints: ext-1
.... extension:udiDeviceIdentifier 0..* (Complex) R5: Unique Device Identifier (UDI) Barcode string on the packaging (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.udiDeviceIdentifier
Constraints: ext-1
.... extension:packaging 0..* (Complex) R5: Allows packages within packages (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.packaging
Constraints: ext-1
.... extension:link 0..* (Complex) R5: An associated device, attached to, used with, communicating with or linking a previous or new device model to the focal device (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.link
Constraints: ext-1
.... extension:productionIdentifierInUDI 0..* code R5: lot-number | manufactured-date | serial-number | expiration-date | biological-source | software-version (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.productionIdentifierInUDI
Binding: R5DeviceProductidentifierinudiForR4 (0.1.0) (required): The production identifier(s) that are expected to appear in the UDI carrier.
Constraints: ext-1
.... extension:guideline 0..1 (Complex) R5: Information aimed at providing directions for the usage of this model of device (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.guideline
Constraints: ext-1
.... extension:correctiveAction 0..1 (Complex) R5: Tracking of latest field safety corrective action (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.correctiveAction
Constraints: ext-1
.... extension:chargeItem 0..* (Complex) R5: Billing code or reference associated with the device (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.chargeItem
Constraints: ext-1
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
Constraints: ext-1
... identifier 0..* Identifier Instance identifier
... udiDeviceIdentifier 0..* BackboneElement Unique Device Identifier (UDI) Barcode string
.... id 0..1 string Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:marketDistribution 0..* (Complex) R5: Indicates whether and when the device is available on the market (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.udiDeviceIdentifier.marketDistribution
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... deviceIdentifier 1..1 string The identifier that is to be associated with every Device that references this DeviceDefintiion for the issuer and jurisdication porvided in the DeviceDefinition.udiDeviceIdentifier
.... issuer 1..1 uri The organization that assigns the identifier algorithm
.... jurisdiction 1..1 uri The jurisdiction to which the deviceIdentifier applies
... manufacturer[x] 0..1 Name of device manufacturer
.... manufacturerString string
.... manufacturerReference Reference(Organization)
... deviceName 0..* BackboneElement A name given to the device to identify it
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... name 1..1 string The name of the device
.... type 1..1 code udi-label-name | user-friendly-name | patient-reported-name | manufacturer-name | model-name | other
Binding: DeviceNameType (required): The type of name the device is referred by.
... modelNumber 0..1 string The model number for the device
... type 0..1 CodeableConcept What kind of device or device system this is
Binding: FHIRDeviceTypes (example): Type of device e.g. according to official classification.
... specialization 0..* BackboneElement The capabilities supported on a device, the standards to which the device conforms for a particular purpose, and used for the communication
.... id 0..1 string Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:conformsTo 0..* ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/device-conformsTo]] R5: Identifies the standards, specifications, or formal guidances for the capabilities supported by the device
URL: http://hl7.org/fhir/StructureDefinition/device-conformsTo
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... systemType 1..1 string The standard that is used to operate and communicate
.... version 0..1 string The version of the standard that is used to operate and communicate
... version 0..* string Available versions
.... id 0..1 string xml:id (or equivalent in JSON)
.... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:type 0..1 CodeableConcept R5: The type of the device version, e.g. manufacturer, approved, internal (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.version.type
Constraints: ext-1
..... extension:component 0..1 Identifier R5: The hardware or software module of the device to which the version applies (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.version.component
Constraints: ext-1
..... extension:value 1..1 string R5: The version text (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.version.value
Constraints: ext-1
.... value 0..1 string Primitive value for string
Max Length:1048576
... safety Σ 0..* CodeableConcept Safety characteristics of the device
Binding: DeviceSafety (example)
... shelfLifeStorage 0..* ProductShelfLife Shelf Life and storage information
... physicalCharacteristics 0..1 ProdCharacteristic Dimensions, color etc.
... languageCode 0..* CodeableConcept Language code for the human-readable text strings produced by the device (all supported)
... capability 0..* BackboneElement Device capabilities
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... type 1..1 CodeableConcept Type of capability
.... description 0..* CodeableConcept Description of capability
... property 0..* BackboneElement The actual configuration settings of a device as it actually operates, e.g., regulation status, time properties
.... id 0..1 string Unique id for inter-element referencing
.... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:value 1..1 string, boolean, integer, Range, Attachment R5: Value of the property additional types
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.property.value
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... type 1..1 CodeableConcept Code that specifies the property DeviceDefinitionPropetyCode (Extensible)
.... valueQuantity 0..* Quantity Property value as a quantity
.... valueCode 0..* CodeableConcept Property value as a code, e.g., NTP4 (synced to NTP)
... owner 0..1 Reference(Organization) Organization responsible for device
... contact 0..* ContactPoint Details for human/organization for support
.... id 0..1 string Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:contact 0..* ContactDetail R5: contact
URL: http://hl7.org/fhir/StructureDefinition/artifact-contact
Constraints: ext-1
.... system ΣC 0..1 code phone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): Telecommunications form for contact point.
.... value Σ 0..1 string The actual contact point details
.... use ?!Σ 0..1 code home | work | temp | old | mobile - purpose of this contact point
Binding: ContactPointUse (required): Use of contact point.
.... rank Σ 0..1 positiveInt Specify preferred order of use (1 = highest)
.... period Σ 0..1 Period Time period when the contact point was/is in use
... url 0..1 uri Network address to contact device
... onlineInformation 0..1 uri Access to on-line information
... note 0..* Annotation Device notes and comments
... quantity 0..1 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 Σ 0..1 Reference(DeviceDefinition) The parent device it can be part of
... material 0..* BackboneElement A substance used to create the material(s) of which the device is made
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... substance 1..1 CodeableConcept The substance
.... alternate 0..1 boolean Indicates an alternative material of the device
.... allergenicIndicator 0..1 boolean Whether the substance is a known or suspected allergen

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
DeviceDefinition.language Base preferred Common Languages . 📍4.0.1 tx.fhir.org
DeviceDefinition.deviceName.​type Base required DeviceNameType 📍4.0.1 FHIR Std.
DeviceDefinition.type Base example FHIR Device Types 📍4.0.1 FHIR Std.
DeviceDefinition.safety Base example Device safety 📍4.0.1 FHIR Std.
DeviceDefinition.contact.​system Base required ContactPointSystem 📍4.0.1 FHIR Std.
DeviceDefinition.contact.​use Base required ContactPointUse 📍4.0.1 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error DeviceDefinition If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error DeviceDefinition If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error DeviceDefinition If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error DeviceDefinition If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice DeviceDefinition A resource should have narrative for robust management text.`div`.exists()
ele-1 error DeviceDefinition.meta, DeviceDefinition.implicitRules, DeviceDefinition.language, DeviceDefinition.text, DeviceDefinition.extension, DeviceDefinition.extension:description, DeviceDefinition.extension:regulatoryIdentifier, DeviceDefinition.extension:partNumber, DeviceDefinition.extension:classification, DeviceDefinition.extension:hasPart, DeviceDefinition.extension:packaging, DeviceDefinition.extension:udiDeviceIdentifier, DeviceDefinition.extension:packaging, DeviceDefinition.extension:link, DeviceDefinition.extension:productionIdentifierInUDI, DeviceDefinition.extension:guideline, DeviceDefinition.extension:correctiveAction, DeviceDefinition.extension:chargeItem, DeviceDefinition.modifierExtension, DeviceDefinition.identifier, DeviceDefinition.udiDeviceIdentifier, DeviceDefinition.udiDeviceIdentifier.extension, DeviceDefinition.udiDeviceIdentifier.extension:marketDistribution, DeviceDefinition.udiDeviceIdentifier.modifierExtension, DeviceDefinition.udiDeviceIdentifier.deviceIdentifier, DeviceDefinition.udiDeviceIdentifier.issuer, DeviceDefinition.udiDeviceIdentifier.jurisdiction, DeviceDefinition.manufacturer[x], DeviceDefinition.deviceName, DeviceDefinition.deviceName.extension, DeviceDefinition.deviceName.modifierExtension, DeviceDefinition.deviceName.name, DeviceDefinition.deviceName.type, DeviceDefinition.modelNumber, DeviceDefinition.type, DeviceDefinition.specialization, DeviceDefinition.specialization.extension, DeviceDefinition.specialization.extension:conformsTo, DeviceDefinition.specialization.modifierExtension, DeviceDefinition.specialization.systemType, DeviceDefinition.specialization.version, DeviceDefinition.version, DeviceDefinition.version.extension, DeviceDefinition.version.extension:type, DeviceDefinition.version.extension:component, DeviceDefinition.version.extension:value, DeviceDefinition.safety, DeviceDefinition.shelfLifeStorage, DeviceDefinition.physicalCharacteristics, DeviceDefinition.languageCode, DeviceDefinition.capability, DeviceDefinition.capability.extension, DeviceDefinition.capability.modifierExtension, DeviceDefinition.capability.type, DeviceDefinition.capability.description, DeviceDefinition.property, DeviceDefinition.property.extension, DeviceDefinition.property.extension:value, DeviceDefinition.property.modifierExtension, DeviceDefinition.property.type, DeviceDefinition.property.valueQuantity, DeviceDefinition.property.valueCode, DeviceDefinition.owner, DeviceDefinition.contact, DeviceDefinition.contact.extension, DeviceDefinition.contact.extension:contact, DeviceDefinition.contact.system, DeviceDefinition.contact.value, DeviceDefinition.contact.use, DeviceDefinition.contact.rank, DeviceDefinition.contact.period, DeviceDefinition.url, DeviceDefinition.onlineInformation, DeviceDefinition.note, DeviceDefinition.quantity, DeviceDefinition.parentDevice, DeviceDefinition.material, DeviceDefinition.material.extension, DeviceDefinition.material.modifierExtension, DeviceDefinition.material.substance, DeviceDefinition.material.alternate, DeviceDefinition.material.allergenicIndicator All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error DeviceDefinition.extension, DeviceDefinition.extension:description, DeviceDefinition.extension:regulatoryIdentifier, DeviceDefinition.extension:partNumber, DeviceDefinition.extension:classification, DeviceDefinition.extension:hasPart, DeviceDefinition.extension:packaging, DeviceDefinition.extension:udiDeviceIdentifier, DeviceDefinition.extension:packaging, DeviceDefinition.extension:link, DeviceDefinition.extension:productionIdentifierInUDI, DeviceDefinition.extension:guideline, DeviceDefinition.extension:correctiveAction, DeviceDefinition.extension:chargeItem, DeviceDefinition.modifierExtension, DeviceDefinition.udiDeviceIdentifier.extension, DeviceDefinition.udiDeviceIdentifier.extension:marketDistribution, DeviceDefinition.udiDeviceIdentifier.modifierExtension, DeviceDefinition.deviceName.extension, DeviceDefinition.deviceName.modifierExtension, DeviceDefinition.specialization.extension, DeviceDefinition.specialization.extension:conformsTo, DeviceDefinition.specialization.modifierExtension, DeviceDefinition.version.extension, DeviceDefinition.version.extension:type, DeviceDefinition.version.extension:component, DeviceDefinition.version.extension:value, DeviceDefinition.capability.extension, DeviceDefinition.capability.modifierExtension, DeviceDefinition.property.extension, DeviceDefinition.property.extension:value, DeviceDefinition.property.modifierExtension, DeviceDefinition.contact.extension, DeviceDefinition.contact.extension:contact, DeviceDefinition.material.extension, DeviceDefinition.material.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()

This structure is derived from DeviceDefinition

Summary

Mandatory: 0 element(4 nested mandatory elements)

Extensions

This structure refers to these extensions:

Maturity: 0

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. DeviceDefinition 0..* DeviceDefinition(4.0.1) An instance of a medical-related component of a medical device
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
.... extension:description 0..1 markdown R5: Additional information to describe the device (new)
URL: http://hl7.org/fhir/StructureDefinition/artifact-description
Constraints: ext-1
.... extension:regulatoryIdentifier 0..* (Complex) R5: Regulatory identifier(s) associated with this device (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.regulatoryIdentifier
Constraints: ext-1
.... extension:partNumber 0..1 string R5: The part number or catalog number of the device (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.partNumber
Constraints: ext-1
.... extension:classification 0..* (Complex) R5: What kind of device or device system this is (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.classification
Constraints: ext-1
.... extension:hasPart 0..* (Complex) R5: A device, part of the current one (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.hasPart
Constraints: ext-1
.... extension:packaging 0..* (Complex) R5: Information about the packaging of the device, i.e. how the device is packaged (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.packaging
Constraints: ext-1
.... extension:udiDeviceIdentifier 0..* (Complex) R5: Unique Device Identifier (UDI) Barcode string on the packaging (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.udiDeviceIdentifier
Constraints: ext-1
.... extension:packaging 0..* (Complex) R5: Allows packages within packages (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.packaging
Constraints: ext-1
.... extension:link 0..* (Complex) R5: An associated device, attached to, used with, communicating with or linking a previous or new device model to the focal device (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.link
Constraints: ext-1
.... extension:productionIdentifierInUDI 0..* code R5: lot-number | manufactured-date | serial-number | expiration-date | biological-source | software-version (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.productionIdentifierInUDI
Binding: R5DeviceProductidentifierinudiForR4 (0.1.0) (required): The production identifier(s) that are expected to appear in the UDI carrier.
Constraints: ext-1
.... extension:guideline 0..1 (Complex) R5: Information aimed at providing directions for the usage of this model of device (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.guideline
Constraints: ext-1
.... extension:correctiveAction 0..1 (Complex) R5: Tracking of latest field safety corrective action (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.correctiveAction
Constraints: ext-1
.... extension:chargeItem 0..* (Complex) R5: Billing code or reference associated with the device (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.chargeItem
Constraints: ext-1
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
Constraints: ext-1

doco Documentation for this format

Constraints

Id Grade Path(s) Description Expression
dom-2 error DeviceDefinition If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error DeviceDefinition If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error DeviceDefinition If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error DeviceDefinition If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice DeviceDefinition A resource should have narrative for robust management text.`div`.exists()
ele-1 error DeviceDefinition.implicitRules, DeviceDefinition.extension, DeviceDefinition.extension:description, DeviceDefinition.extension:regulatoryIdentifier, DeviceDefinition.extension:partNumber, DeviceDefinition.extension:classification, DeviceDefinition.extension:hasPart, DeviceDefinition.extension:packaging, DeviceDefinition.extension:udiDeviceIdentifier, DeviceDefinition.extension:packaging, DeviceDefinition.extension:link, DeviceDefinition.extension:productionIdentifierInUDI, DeviceDefinition.extension:guideline, DeviceDefinition.extension:correctiveAction, DeviceDefinition.extension:chargeItem, DeviceDefinition.modifierExtension All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error DeviceDefinition.extension, DeviceDefinition.extension:description, DeviceDefinition.extension:regulatoryIdentifier, DeviceDefinition.extension:partNumber, DeviceDefinition.extension:classification, DeviceDefinition.extension:hasPart, DeviceDefinition.extension:packaging, DeviceDefinition.extension:udiDeviceIdentifier, DeviceDefinition.extension:packaging, DeviceDefinition.extension:link, DeviceDefinition.extension:productionIdentifierInUDI, DeviceDefinition.extension:guideline, DeviceDefinition.extension:correctiveAction, DeviceDefinition.extension:chargeItem, DeviceDefinition.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()

Differential View

This structure is derived from DeviceDefinition

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. DeviceDefinition 0..* DeviceDefinition(4.0.1) An instance of a medical-related component of a medical device
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:description 0..1 markdown R5: Additional information to describe the device (new)
URL: http://hl7.org/fhir/StructureDefinition/artifact-description
.... extension:regulatoryIdentifier 0..* (Complex) R5: Regulatory identifier(s) associated with this device (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.regulatoryIdentifier
.... extension:partNumber 0..1 string R5: The part number or catalog number of the device (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.partNumber
.... extension:classification 0..* (Complex) R5: What kind of device or device system this is (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.classification
.... extension:hasPart 0..* (Complex) R5: A device, part of the current one (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.hasPart
.... extension:packaging 0..* (Complex) R5: Information about the packaging of the device, i.e. how the device is packaged (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.packaging
.... extension:udiDeviceIdentifier 0..* (Complex) R5: Unique Device Identifier (UDI) Barcode string on the packaging (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.udiDeviceIdentifier
.... extension:packaging 0..* (Complex) R5: Allows packages within packages (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.packaging
.... extension:link 0..* (Complex) R5: An associated device, attached to, used with, communicating with or linking a previous or new device model to the focal device (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.link
.... extension:productionIdentifierInUDI 0..* code R5: lot-number | manufactured-date | serial-number | expiration-date | biological-source | software-version (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.productionIdentifierInUDI
Binding: R5DeviceProductidentifierinudiForR4 (0.1.0) (required): The production identifier(s) that are expected to appear in the UDI carrier.
.... extension:guideline 0..1 (Complex) R5: Information aimed at providing directions for the usage of this model of device (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.guideline
.... extension:correctiveAction 0..1 (Complex) R5: Tracking of latest field safety corrective action (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.correctiveAction
.... extension:chargeItem 0..* (Complex) R5: Billing code or reference associated with the device (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.chargeItem
... udiDeviceIdentifier
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:marketDistribution 0..* (Complex) R5: Indicates whether and when the device is available on the market (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.udiDeviceIdentifier.marketDistribution
... specialization
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:conformsTo 0..* ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/device-conformsTo]] R5: Identifies the standards, specifications, or formal guidances for the capabilities supported by the device
URL: http://hl7.org/fhir/StructureDefinition/device-conformsTo
.... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:type 0..1 CodeableConcept R5: The type of the device version, e.g. manufacturer, approved, internal (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.version.type
..... extension:component 0..1 Identifier R5: The hardware or software module of the device to which the version applies (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.version.component
..... extension:value 1..1 string R5: The version text (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.version.value
... property
.... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:value 1..1 string, boolean, integer, Range, Attachment R5: Value of the property additional types
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.property.value
... contact
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:contact 0..* ContactDetail R5: contact
URL: http://hl7.org/fhir/StructureDefinition/artifact-contact

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. DeviceDefinition 0..* DeviceDefinition(4.0.1) An instance of a medical-related component of a medical device
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... language 0..1 code Language of the resource content
Binding: CommonLanguages . (preferred): A human language.
Additional BindingsPurpose
AllLanguages Max Binding
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
.... extension:description 0..1 markdown R5: Additional information to describe the device (new)
URL: http://hl7.org/fhir/StructureDefinition/artifact-description
Constraints: ext-1
.... extension:regulatoryIdentifier 0..* (Complex) R5: Regulatory identifier(s) associated with this device (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.regulatoryIdentifier
Constraints: ext-1
.... extension:partNumber 0..1 string R5: The part number or catalog number of the device (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.partNumber
Constraints: ext-1
.... extension:classification 0..* (Complex) R5: What kind of device or device system this is (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.classification
Constraints: ext-1
.... extension:hasPart 0..* (Complex) R5: A device, part of the current one (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.hasPart
Constraints: ext-1
.... extension:packaging 0..* (Complex) R5: Information about the packaging of the device, i.e. how the device is packaged (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.packaging
Constraints: ext-1
.... extension:udiDeviceIdentifier 0..* (Complex) R5: Unique Device Identifier (UDI) Barcode string on the packaging (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.udiDeviceIdentifier
Constraints: ext-1
.... extension:packaging 0..* (Complex) R5: Allows packages within packages (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.packaging
Constraints: ext-1
.... extension:link 0..* (Complex) R5: An associated device, attached to, used with, communicating with or linking a previous or new device model to the focal device (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.link
Constraints: ext-1
.... extension:productionIdentifierInUDI 0..* code R5: lot-number | manufactured-date | serial-number | expiration-date | biological-source | software-version (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.productionIdentifierInUDI
Binding: R5DeviceProductidentifierinudiForR4 (0.1.0) (required): The production identifier(s) that are expected to appear in the UDI carrier.
Constraints: ext-1
.... extension:guideline 0..1 (Complex) R5: Information aimed at providing directions for the usage of this model of device (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.guideline
Constraints: ext-1
.... extension:correctiveAction 0..1 (Complex) R5: Tracking of latest field safety corrective action (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.correctiveAction
Constraints: ext-1
.... extension:chargeItem 0..* (Complex) R5: Billing code or reference associated with the device (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.chargeItem
Constraints: ext-1
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
Constraints: ext-1
... identifier 0..* Identifier Instance identifier
... udiDeviceIdentifier 0..* BackboneElement Unique Device Identifier (UDI) Barcode string
.... id 0..1 string Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:marketDistribution 0..* (Complex) R5: Indicates whether and when the device is available on the market (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.udiDeviceIdentifier.marketDistribution
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... deviceIdentifier 1..1 string The identifier that is to be associated with every Device that references this DeviceDefintiion for the issuer and jurisdication porvided in the DeviceDefinition.udiDeviceIdentifier
.... issuer 1..1 uri The organization that assigns the identifier algorithm
.... jurisdiction 1..1 uri The jurisdiction to which the deviceIdentifier applies
... manufacturer[x] 0..1 Name of device manufacturer
.... manufacturerString string
.... manufacturerReference Reference(Organization)
... deviceName 0..* BackboneElement A name given to the device to identify it
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... name 1..1 string The name of the device
.... type 1..1 code udi-label-name | user-friendly-name | patient-reported-name | manufacturer-name | model-name | other
Binding: DeviceNameType (required): The type of name the device is referred by.
... modelNumber 0..1 string The model number for the device
... type 0..1 CodeableConcept What kind of device or device system this is
Binding: FHIRDeviceTypes (example): Type of device e.g. according to official classification.
... specialization 0..* BackboneElement The capabilities supported on a device, the standards to which the device conforms for a particular purpose, and used for the communication
.... id 0..1 string Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:conformsTo 0..* ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/device-conformsTo]] R5: Identifies the standards, specifications, or formal guidances for the capabilities supported by the device
URL: http://hl7.org/fhir/StructureDefinition/device-conformsTo
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... systemType 1..1 string The standard that is used to operate and communicate
.... version 0..1 string The version of the standard that is used to operate and communicate
... version 0..* string Available versions
.... id 0..1 string xml:id (or equivalent in JSON)
.... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:type 0..1 CodeableConcept R5: The type of the device version, e.g. manufacturer, approved, internal (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.version.type
Constraints: ext-1
..... extension:component 0..1 Identifier R5: The hardware or software module of the device to which the version applies (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.version.component
Constraints: ext-1
..... extension:value 1..1 string R5: The version text (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.version.value
Constraints: ext-1
.... value 0..1 string Primitive value for string
Max Length:1048576
... safety Σ 0..* CodeableConcept Safety characteristics of the device
Binding: DeviceSafety (example)
... shelfLifeStorage 0..* ProductShelfLife Shelf Life and storage information
... physicalCharacteristics 0..1 ProdCharacteristic Dimensions, color etc.
... languageCode 0..* CodeableConcept Language code for the human-readable text strings produced by the device (all supported)
... capability 0..* BackboneElement Device capabilities
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... type 1..1 CodeableConcept Type of capability
.... description 0..* CodeableConcept Description of capability
... property 0..* BackboneElement The actual configuration settings of a device as it actually operates, e.g., regulation status, time properties
.... id 0..1 string Unique id for inter-element referencing
.... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:value 1..1 string, boolean, integer, Range, Attachment R5: Value of the property additional types
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.property.value
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... type 1..1 CodeableConcept Code that specifies the property DeviceDefinitionPropetyCode (Extensible)
.... valueQuantity 0..* Quantity Property value as a quantity
.... valueCode 0..* CodeableConcept Property value as a code, e.g., NTP4 (synced to NTP)
... owner 0..1 Reference(Organization) Organization responsible for device
... contact 0..* ContactPoint Details for human/organization for support
.... id 0..1 string Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:contact 0..* ContactDetail R5: contact
URL: http://hl7.org/fhir/StructureDefinition/artifact-contact
Constraints: ext-1
.... system ΣC 0..1 code phone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): Telecommunications form for contact point.
.... value Σ 0..1 string The actual contact point details
.... use ?!Σ 0..1 code home | work | temp | old | mobile - purpose of this contact point
Binding: ContactPointUse (required): Use of contact point.
.... rank Σ 0..1 positiveInt Specify preferred order of use (1 = highest)
.... period Σ 0..1 Period Time period when the contact point was/is in use
... url 0..1 uri Network address to contact device
... onlineInformation 0..1 uri Access to on-line information
... note 0..* Annotation Device notes and comments
... quantity 0..1 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 Σ 0..1 Reference(DeviceDefinition) The parent device it can be part of
... material 0..* BackboneElement A substance used to create the material(s) of which the device is made
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... substance 1..1 CodeableConcept The substance
.... alternate 0..1 boolean Indicates an alternative material of the device
.... allergenicIndicator 0..1 boolean Whether the substance is a known or suspected allergen

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
DeviceDefinition.language Base preferred Common Languages . 📍4.0.1 tx.fhir.org
DeviceDefinition.deviceName.​type Base required DeviceNameType 📍4.0.1 FHIR Std.
DeviceDefinition.type Base example FHIR Device Types 📍4.0.1 FHIR Std.
DeviceDefinition.safety Base example Device safety 📍4.0.1 FHIR Std.
DeviceDefinition.contact.​system Base required ContactPointSystem 📍4.0.1 FHIR Std.
DeviceDefinition.contact.​use Base required ContactPointUse 📍4.0.1 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error DeviceDefinition If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error DeviceDefinition If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error DeviceDefinition If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error DeviceDefinition If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice DeviceDefinition A resource should have narrative for robust management text.`div`.exists()
ele-1 error DeviceDefinition.meta, DeviceDefinition.implicitRules, DeviceDefinition.language, DeviceDefinition.text, DeviceDefinition.extension, DeviceDefinition.extension:description, DeviceDefinition.extension:regulatoryIdentifier, DeviceDefinition.extension:partNumber, DeviceDefinition.extension:classification, DeviceDefinition.extension:hasPart, DeviceDefinition.extension:packaging, DeviceDefinition.extension:udiDeviceIdentifier, DeviceDefinition.extension:packaging, DeviceDefinition.extension:link, DeviceDefinition.extension:productionIdentifierInUDI, DeviceDefinition.extension:guideline, DeviceDefinition.extension:correctiveAction, DeviceDefinition.extension:chargeItem, DeviceDefinition.modifierExtension, DeviceDefinition.identifier, DeviceDefinition.udiDeviceIdentifier, DeviceDefinition.udiDeviceIdentifier.extension, DeviceDefinition.udiDeviceIdentifier.extension:marketDistribution, DeviceDefinition.udiDeviceIdentifier.modifierExtension, DeviceDefinition.udiDeviceIdentifier.deviceIdentifier, DeviceDefinition.udiDeviceIdentifier.issuer, DeviceDefinition.udiDeviceIdentifier.jurisdiction, DeviceDefinition.manufacturer[x], DeviceDefinition.deviceName, DeviceDefinition.deviceName.extension, DeviceDefinition.deviceName.modifierExtension, DeviceDefinition.deviceName.name, DeviceDefinition.deviceName.type, DeviceDefinition.modelNumber, DeviceDefinition.type, DeviceDefinition.specialization, DeviceDefinition.specialization.extension, DeviceDefinition.specialization.extension:conformsTo, DeviceDefinition.specialization.modifierExtension, DeviceDefinition.specialization.systemType, DeviceDefinition.specialization.version, DeviceDefinition.version, DeviceDefinition.version.extension, DeviceDefinition.version.extension:type, DeviceDefinition.version.extension:component, DeviceDefinition.version.extension:value, DeviceDefinition.safety, DeviceDefinition.shelfLifeStorage, DeviceDefinition.physicalCharacteristics, DeviceDefinition.languageCode, DeviceDefinition.capability, DeviceDefinition.capability.extension, DeviceDefinition.capability.modifierExtension, DeviceDefinition.capability.type, DeviceDefinition.capability.description, DeviceDefinition.property, DeviceDefinition.property.extension, DeviceDefinition.property.extension:value, DeviceDefinition.property.modifierExtension, DeviceDefinition.property.type, DeviceDefinition.property.valueQuantity, DeviceDefinition.property.valueCode, DeviceDefinition.owner, DeviceDefinition.contact, DeviceDefinition.contact.extension, DeviceDefinition.contact.extension:contact, DeviceDefinition.contact.system, DeviceDefinition.contact.value, DeviceDefinition.contact.use, DeviceDefinition.contact.rank, DeviceDefinition.contact.period, DeviceDefinition.url, DeviceDefinition.onlineInformation, DeviceDefinition.note, DeviceDefinition.quantity, DeviceDefinition.parentDevice, DeviceDefinition.material, DeviceDefinition.material.extension, DeviceDefinition.material.modifierExtension, DeviceDefinition.material.substance, DeviceDefinition.material.alternate, DeviceDefinition.material.allergenicIndicator All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error DeviceDefinition.extension, DeviceDefinition.extension:description, DeviceDefinition.extension:regulatoryIdentifier, DeviceDefinition.extension:partNumber, DeviceDefinition.extension:classification, DeviceDefinition.extension:hasPart, DeviceDefinition.extension:packaging, DeviceDefinition.extension:udiDeviceIdentifier, DeviceDefinition.extension:packaging, DeviceDefinition.extension:link, DeviceDefinition.extension:productionIdentifierInUDI, DeviceDefinition.extension:guideline, DeviceDefinition.extension:correctiveAction, DeviceDefinition.extension:chargeItem, DeviceDefinition.modifierExtension, DeviceDefinition.udiDeviceIdentifier.extension, DeviceDefinition.udiDeviceIdentifier.extension:marketDistribution, DeviceDefinition.udiDeviceIdentifier.modifierExtension, DeviceDefinition.deviceName.extension, DeviceDefinition.deviceName.modifierExtension, DeviceDefinition.specialization.extension, DeviceDefinition.specialization.extension:conformsTo, DeviceDefinition.specialization.modifierExtension, DeviceDefinition.version.extension, DeviceDefinition.version.extension:type, DeviceDefinition.version.extension:component, DeviceDefinition.version.extension:value, DeviceDefinition.capability.extension, DeviceDefinition.capability.modifierExtension, DeviceDefinition.property.extension, DeviceDefinition.property.extension:value, DeviceDefinition.property.modifierExtension, DeviceDefinition.contact.extension, DeviceDefinition.contact.extension:contact, DeviceDefinition.material.extension, DeviceDefinition.material.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()

This structure is derived from DeviceDefinition

Summary

Mandatory: 0 element(4 nested mandatory elements)

Extensions

This structure refers to these extensions:

Maturity: 0

 

Other representations of profile: CSV, Excel, Schematron