Extensions for Using Data Elements from FHIR R5 in FHIR R4 - Downloaded Version null See the Directory of published versions
| 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
Description of Profiles, Differentials, Snapshots and how the different presentations work.
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | DeviceDefinition(4.0.1) | An instance of a medical-related component of a medical device | |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |
![]() ![]() ![]() |
0..1 | markdown | R5: Additional information to describe the device (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-description Constraints: ext-1 | |
![]() ![]() ![]() |
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 | |
![]() ![]() ![]() |
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 | |
![]() ![]() ![]() |
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 | |
![]() ![]() ![]() |
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 | |
![]() ![]() ![]() |
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 | |
![]() ![]() ![]() |
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 | |
![]() ![]() ![]() |
0..* | (Complex) | R5: Allows packages within packages (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.packaging Constraints: ext-1 | |
![]() ![]() ![]() |
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 | |
![]() ![]() ![]() |
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 | |
![]() ![]() ![]() |
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 | |
![]() ![]() ![]() |
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 | |
![]() ![]() ![]() |
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 | |
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored Constraints: ext-1 |
Documentation for this format | ||||
| 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
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
0..* | DeviceDefinition(4.0.1) | An instance of a medical-related component of a medical device | |||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() |
0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): A human language.
| |||||
![]() ![]() |
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 | |||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() |
0..1 | markdown | R5: Additional information to describe the device (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-description Constraints: ext-1 | |||||
![]() ![]() ![]() |
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 | |||||
![]() ![]() ![]() |
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 | |||||
![]() ![]() ![]() |
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 | |||||
![]() ![]() ![]() |
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 | |||||
![]() ![]() ![]() |
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 | |||||
![]() ![]() ![]() |
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 | |||||
![]() ![]() ![]() |
0..* | (Complex) | R5: Allows packages within packages (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.packaging Constraints: ext-1 | |||||
![]() ![]() ![]() |
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 | |||||
![]() ![]() ![]() |
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 | |||||
![]() ![]() ![]() |
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 | |||||
![]() ![]() ![]() |
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 | |||||
![]() ![]() ![]() |
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 | |||||
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored Constraints: ext-1 | ||||
![]() ![]() |
0..* | Identifier | Instance identifier | |||||
![]() ![]() |
0..* | BackboneElement | Unique Device Identifier (UDI) Barcode string | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
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 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
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 | |||||
![]() ![]() ![]() |
1..1 | uri | The organization that assigns the identifier algorithm | |||||
![]() ![]() ![]() |
1..1 | uri | The jurisdiction to which the deviceIdentifier applies | |||||
![]() ![]() |
0..1 | Name of device manufacturer | ||||||
![]() ![]() ![]() |
string | |||||||
![]() ![]() ![]() |
Reference(Organization) | |||||||
![]() ![]() |
0..* | BackboneElement | A name given to the device to identify it | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
1..1 | string | The name of the device | |||||
![]() ![]() ![]() |
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. | |||||
![]() ![]() |
0..1 | string | The model number for the device | |||||
![]() ![]() |
0..1 | CodeableConcept | What kind of device or device system this is Binding: FHIRDeviceTypes (example): Type of device e.g. according to official classification. | |||||
![]() ![]() |
0..* | BackboneElement | The capabilities supported on a device, the standards to which the device conforms for a particular purpose, and used for the communication | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
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 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
1..1 | string | The standard that is used to operate and communicate | |||||
![]() ![]() ![]() |
0..1 | string | The version of the standard that is used to operate and communicate | |||||
![]() ![]() |
0..* | string | Available versions | |||||
![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() |
1..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
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 | |||||
![]() ![]() ![]() ![]() |
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 | |||||
![]() ![]() ![]() ![]() |
1..1 | string | R5: The version text (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.version.value Constraints: ext-1 | |||||
![]() ![]() ![]() |
0..1 | string | Primitive value for string Max Length:1048576 | |||||
![]() ![]() |
Σ | 0..* | CodeableConcept | Safety characteristics of the device Binding: DeviceSafety (example) | ||||
![]() ![]() |
0..* | ProductShelfLife | Shelf Life and storage information | |||||
![]() ![]() |
0..1 | ProdCharacteristic | Dimensions, color etc. | |||||
![]() ![]() |
0..* | CodeableConcept | Language code for the human-readable text strings produced by the device (all supported) | |||||
![]() ![]() |
0..* | BackboneElement | Device capabilities | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
1..1 | CodeableConcept | Type of capability | |||||
![]() ![]() ![]() |
0..* | CodeableConcept | Description of capability | |||||
![]() ![]() |
0..* | BackboneElement | The actual configuration settings of a device as it actually operates, e.g., regulation status, time properties | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
1..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
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 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
1..1 | CodeableConcept | Code that specifies the property DeviceDefinitionPropetyCode (Extensible) | |||||
![]() ![]() ![]() |
0..* | Quantity | Property value as a quantity | |||||
![]() ![]() ![]() |
0..* | CodeableConcept | Property value as a code, e.g., NTP4 (synced to NTP) | |||||
![]() ![]() |
0..1 | Reference(Organization) | Organization responsible for device | |||||
![]() ![]() |
0..* | ContactPoint | Details for human/organization for support | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..* | ContactDetail | R5: contact URL: http://hl7.org/fhir/StructureDefinition/artifact-contact Constraints: ext-1 | |||||
![]() ![]() ![]() |
ΣC | 0..1 | code | phone | fax | email | pager | url | sms | other Binding: ContactPointSystem (required): Telecommunications form for contact point. | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | The actual contact point details | ||||
![]() ![]() ![]() |
?!Σ | 0..1 | code | home | work | temp | old | mobile - purpose of this contact point Binding: ContactPointUse (required): Use of contact point. | ||||
![]() ![]() ![]() |
Σ | 0..1 | positiveInt | Specify preferred order of use (1 = highest) | ||||
![]() ![]() ![]() |
Σ | 0..1 | Period | Time period when the contact point was/is in use | ||||
![]() ![]() |
0..1 | uri | Network address to contact device | |||||
![]() ![]() |
0..1 | uri | Access to on-line information | |||||
![]() ![]() |
0..* | Annotation | Device notes and comments | |||||
![]() ![]() |
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) | |||||
![]() ![]() |
Σ | 0..1 | Reference(DeviceDefinition) | The parent device it can be part of | ||||
![]() ![]() |
0..* | BackboneElement | A substance used to create the material(s) of which the device is made | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
1..1 | CodeableConcept | The substance | |||||
![]() ![]() ![]() |
0..1 | boolean | Indicates an alternative material of the device | |||||
![]() ![]() ![]() |
0..1 | boolean | Whether the substance is a known or suspected allergen | |||||
Documentation for this format | ||||||||
| 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. |
| 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
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | DeviceDefinition(4.0.1) | An instance of a medical-related component of a medical device | |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |
![]() ![]() ![]() |
0..1 | markdown | R5: Additional information to describe the device (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-description Constraints: ext-1 | |
![]() ![]() ![]() |
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 | |
![]() ![]() ![]() |
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 | |
![]() ![]() ![]() |
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 | |
![]() ![]() ![]() |
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 | |
![]() ![]() ![]() |
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 | |
![]() ![]() ![]() |
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 | |
![]() ![]() ![]() |
0..* | (Complex) | R5: Allows packages within packages (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.packaging Constraints: ext-1 | |
![]() ![]() ![]() |
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 | |
![]() ![]() ![]() |
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 | |
![]() ![]() ![]() |
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 | |
![]() ![]() ![]() |
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 | |
![]() ![]() ![]() |
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 | |
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored Constraints: ext-1 |
Documentation for this format | ||||
| 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
Snapshot View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
0..* | DeviceDefinition(4.0.1) | An instance of a medical-related component of a medical device | |||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() |
0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): A human language.
| |||||
![]() ![]() |
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 | |||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() |
0..1 | markdown | R5: Additional information to describe the device (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-description Constraints: ext-1 | |||||
![]() ![]() ![]() |
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 | |||||
![]() ![]() ![]() |
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 | |||||
![]() ![]() ![]() |
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 | |||||
![]() ![]() ![]() |
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 | |||||
![]() ![]() ![]() |
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 | |||||
![]() ![]() ![]() |
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 | |||||
![]() ![]() ![]() |
0..* | (Complex) | R5: Allows packages within packages (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.packaging Constraints: ext-1 | |||||
![]() ![]() ![]() |
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 | |||||
![]() ![]() ![]() |
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 | |||||
![]() ![]() ![]() |
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 | |||||
![]() ![]() ![]() |
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 | |||||
![]() ![]() ![]() |
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 | |||||
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored Constraints: ext-1 | ||||
![]() ![]() |
0..* | Identifier | Instance identifier | |||||
![]() ![]() |
0..* | BackboneElement | Unique Device Identifier (UDI) Barcode string | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
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 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
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 | |||||
![]() ![]() ![]() |
1..1 | uri | The organization that assigns the identifier algorithm | |||||
![]() ![]() ![]() |
1..1 | uri | The jurisdiction to which the deviceIdentifier applies | |||||
![]() ![]() |
0..1 | Name of device manufacturer | ||||||
![]() ![]() ![]() |
string | |||||||
![]() ![]() ![]() |
Reference(Organization) | |||||||
![]() ![]() |
0..* | BackboneElement | A name given to the device to identify it | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
1..1 | string | The name of the device | |||||
![]() ![]() ![]() |
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. | |||||
![]() ![]() |
0..1 | string | The model number for the device | |||||
![]() ![]() |
0..1 | CodeableConcept | What kind of device or device system this is Binding: FHIRDeviceTypes (example): Type of device e.g. according to official classification. | |||||
![]() ![]() |
0..* | BackboneElement | The capabilities supported on a device, the standards to which the device conforms for a particular purpose, and used for the communication | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
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 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
1..1 | string | The standard that is used to operate and communicate | |||||
![]() ![]() ![]() |
0..1 | string | The version of the standard that is used to operate and communicate | |||||
![]() ![]() |
0..* | string | Available versions | |||||
![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() |
1..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
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 | |||||
![]() ![]() ![]() ![]() |
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 | |||||
![]() ![]() ![]() ![]() |
1..1 | string | R5: The version text (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.version.value Constraints: ext-1 | |||||
![]() ![]() ![]() |
0..1 | string | Primitive value for string Max Length:1048576 | |||||
![]() ![]() |
Σ | 0..* | CodeableConcept | Safety characteristics of the device Binding: DeviceSafety (example) | ||||
![]() ![]() |
0..* | ProductShelfLife | Shelf Life and storage information | |||||
![]() ![]() |
0..1 | ProdCharacteristic | Dimensions, color etc. | |||||
![]() ![]() |
0..* | CodeableConcept | Language code for the human-readable text strings produced by the device (all supported) | |||||
![]() ![]() |
0..* | BackboneElement | Device capabilities | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
1..1 | CodeableConcept | Type of capability | |||||
![]() ![]() ![]() |
0..* | CodeableConcept | Description of capability | |||||
![]() ![]() |
0..* | BackboneElement | The actual configuration settings of a device as it actually operates, e.g., regulation status, time properties | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
1..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
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 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
1..1 | CodeableConcept | Code that specifies the property DeviceDefinitionPropetyCode (Extensible) | |||||
![]() ![]() ![]() |
0..* | Quantity | Property value as a quantity | |||||
![]() ![]() ![]() |
0..* | CodeableConcept | Property value as a code, e.g., NTP4 (synced to NTP) | |||||
![]() ![]() |
0..1 | Reference(Organization) | Organization responsible for device | |||||
![]() ![]() |
0..* | ContactPoint | Details for human/organization for support | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..* | ContactDetail | R5: contact URL: http://hl7.org/fhir/StructureDefinition/artifact-contact Constraints: ext-1 | |||||
![]() ![]() ![]() |
ΣC | 0..1 | code | phone | fax | email | pager | url | sms | other Binding: ContactPointSystem (required): Telecommunications form for contact point. | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | The actual contact point details | ||||
![]() ![]() ![]() |
?!Σ | 0..1 | code | home | work | temp | old | mobile - purpose of this contact point Binding: ContactPointUse (required): Use of contact point. | ||||
![]() ![]() ![]() |
Σ | 0..1 | positiveInt | Specify preferred order of use (1 = highest) | ||||
![]() ![]() ![]() |
Σ | 0..1 | Period | Time period when the contact point was/is in use | ||||
![]() ![]() |
0..1 | uri | Network address to contact device | |||||
![]() ![]() |
0..1 | uri | Access to on-line information | |||||
![]() ![]() |
0..* | Annotation | Device notes and comments | |||||
![]() ![]() |
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) | |||||
![]() ![]() |
Σ | 0..1 | Reference(DeviceDefinition) | The parent device it can be part of | ||||
![]() ![]() |
0..* | BackboneElement | A substance used to create the material(s) of which the device is made | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
1..1 | CodeableConcept | The substance | |||||
![]() ![]() ![]() |
0..1 | boolean | Indicates an alternative material of the device | |||||
![]() ![]() ![]() |
0..1 | boolean | Whether the substance is a known or suspected allergen | |||||
Documentation for this format | ||||||||
| 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. |
| 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