FHIR Imaging ServiceRequest Profile IG
0.1.0 - International flag

FHIR Imaging ServiceRequest Profile IG, published by HL7 International / Imaging Integration. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/imaging-service-request-ig/ and changes regularly. See the Directory of published versions

Resource Profile: Device - DICOM Scheduled Station Mapping ( Experimental )

Official URL: http://hl7.org/fhir/uv/imaging-service-request-ig/StructureDefinition/scheduled-station Version: 0.1.0
Computable Name: ScheduledStationProfile

DICOM MWL Scheduled Station Mapping to Device

Usages:

You can also check for usages in the FHIR IG Statistics

Formal Views of Profile Content

Description Differentials, Snapshots, and other representations.

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Device C 0..* Device Item used in healthcare
Constraints: dev-1
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... contained 0..* Resource Contained, inline Resources
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
... Slices for name C 1..* BackboneElement The name or names of the device as known to the manufacturer and/or patient
Slice: Unordered, Open by value:type
.... name:All Slices Content/Rules for all slices
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... value Σ 1..1 string The term that names the device
..... type Σ 1..1 CodeableConcept registered-name | user-friendly-name | patient-reported-name
Binding: DeviceNameType (extensible): The type of name the device is referred by.
..... display ?!ΣC 0..1 boolean The preferred device name
.... name:aeTitle C 1..1 BackboneElement AE Title
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... value Σ 1..1 string The term that names the device
..... type Σ 1..1 CodeableConcept registered-name | user-friendly-name | patient-reported-name
Binding: DeviceNameType (extensible): The type of name the device is referred by.
Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 0..1 uri Identity of the terminology system
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: registered-name
....... display 0..1 string Representation defined by the system
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... display ?!ΣC 0..1 boolean The preferred device name

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Device.status Base required FHIR Device Status 📍6.0.0-ballot3 FHIR Std.
Device.name.type Base extensible Device Name Type 📍6.0.0-ballot3 FHIR Std.
Device.name:aeTitle.​type Base extensible Device Name Type 📍6.0.0-ballot3 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dev-1 error Device only one Device.name.display SHALL be true when there is more than one Device.name name.where(display=true).count() <= 1
dom-2 error Device If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Device 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.trace('id') in %resource.descendants().select(reference | as(uri))) or descendants().where(reference='#' | as(uri)='#').exists()).not()).trace('unmatched', id).empty()
dom-4 error Device 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 Device If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Device A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Device 0..* Device Item used in healthcare
... Slices for name 1..* BackboneElement The name or names of the device as known to the manufacturer and/or patient
Slice: Unordered, Open by value:type
.... name:aeTitle 1..1 BackboneElement AE Title
..... type 1..1 CodeableConcept registered-name | user-friendly-name | patient-reported-name
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: registered-name

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Device C 0..* Device Item used in healthcare
Constraints: dev-1
... 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: AllLanguages (required): IETF language tag for a human language
Additional BindingsPurpose
CommonLanguages Starter
... 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
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
... identifier 0..* Identifier Instance identifier
... definition 0..1 Reference(DeviceDefinition) The reference to the definition for the device
... udiCarrier Σ 0..* BackboneElement Unique Device Identifier (UDI) value
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... deviceIdentifier Σ 1..1 string Mandatory fixed portion of UDI
.... deviceIdentifierSystem 0..1 uri The namespace for the device identifier value
.... issuer Σ 1..1 uri UDI Issuing Organization
.... jurisdiction 0..1 uri Regional UDI authority
.... carrierAIDC Σ 0..1 base64Binary UDI Machine Readable value
.... carrierHRF Σ 0..1 string UDI Human Readable Barcode String
.... entryType 0..1 code barcode | rfid | manual | card | self-reported | electronic-transmission | unknown
Binding: UDIEntryType (required): Codes to identify how UDI data was entered.
... status ?!Σ 0..1 code active | inactive | entered-in-error
Binding: FHIRDeviceStatus (required): The record status of the device.
... availabilityStatus 0..1 CodeableConcept lost | damaged | destroyed | available
Binding: FHIRDeviceAvailabilityStatus (extensible): The availability status reason of the device.
... biologicalSourceEvent 0..1 Identifier A production identifier of the donation, collection, or pooling event from which biological material in this device was derived
... manufacturer 0..1 string Name of device manufacturer
... manufactureDate 0..1 dateTime Date when the device was made
... expirationDate 0..1 dateTime Date and time of expiry of this device (if applicable)
... lotNumber 0..1 string Lot number of manufacture
... serialNumber 0..1 string Serial number assigned by the manufacturer
... Slices for name C 1..* BackboneElement The name or names of the device as known to the manufacturer and/or patient
Slice: Unordered, Open by value:type
.... name:All Slices Content/Rules for all slices
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... value Σ 1..1 string The term that names the device
..... type Σ 1..1 CodeableConcept registered-name | user-friendly-name | patient-reported-name
Binding: DeviceNameType (extensible): The type of name the device is referred by.
..... display ?!ΣC 0..1 boolean The preferred device name
.... name:aeTitle C 1..1 BackboneElement AE Title
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... value Σ 1..1 string The term that names the device
..... type Σ 1..1 CodeableConcept registered-name | user-friendly-name | patient-reported-name
Binding: DeviceNameType (extensible): The type of name the device is referred by.
Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 0..1 uri Identity of the terminology system
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: registered-name
....... display 0..1 string Representation defined by the system
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... display ?!ΣC 0..1 boolean The preferred device name
... modelNumber 0..1 string The manufacturer's model number for the device
... partNumber 0..1 string The part number or catalog number of the device
... category 0..* CodeableConcept Indicates a high-level grouping of the device
Binding: FHIRDeviceCategory (example): Categories of medical devices.
... type 0..* CodeableConcept The kind or type of device
Binding: DeviceType (example): Codes to identify medical devices.
... deviceVersion 0..* BackboneElement The actual design of the device or software version running on the device
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... type 0..1 CodeableConcept The type of the device version, e.g. manufacturer, approved, internal
Binding: DeviceVersionType (example): The type of version indicated for the device.
.... component 0..1 Identifier The hardware or software module of the device to which the version applies
.... installDate 0..1 dateTime The date the version was installed on the device
.... value 1..1 string The version text
... conformsTo 0..* BackboneElement Identifies the standards, specifications, or formal guidances for the capabilities supported by the device
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... category 0..1 CodeableConcept Describes the common type of the standard, specification, or formal guidance. communication | performance | measurement
Binding: DeviceSpecificationCategory (example): The kind of standards used by the device.
.... specification 1..1 CodeableConcept Identifies the standard, specification, or formal guidance that the device adheres to
Binding: DeviceSpecificationType (example): The type of version indicated for the device.
.... version 0..1 string Specific form or variant of the standard
... property 0..* BackboneElement Inherent, essentially fixed, characteristics of the device. e.g., time properties, size, material, etc.
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... type 1..1 CodeableConcept Code that specifies the property being represented
Binding: DeviceType (example): Device property type.
.... value[x] 1..1 Value of the property
..... valueQuantity Quantity
..... valueCodeableConcept CodeableConcept
..... valueString string
..... valueBoolean boolean
..... valueInteger integer
..... valueRange Range
..... valueAttachment Attachment
... additive 0..* BackboneElement Material added to a container device
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... type 1..1 CodeableReference(Substance) The additive substance
Binding: SubstanceCode (example): Device additive substance type codes.
.... quantity 0..1 SimpleQuantity(6.0.0-ballot3) Quantity of additive substance within container
.... performer 0..1 Reference(Practitioner | PractitionerRole | Organization | Patient | RelatedPerson) Entity adding substance to the container
.... performed 0..1 dateTime When the additive substance was added to the container
... contact 0..* ContactPoint Details for human/organization for support
... location 0..1 Reference(Location) Where the device is found
... note 0..* Annotation Device notes and comments
... safety Σ 0..* CodeableConcept Safety Characteristics of Device
Binding: DeviceSafety (example)
... parent 0..1 Reference(Device) The higher level or encompassing device that this device is a logical part of

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Device.language Base required All Languages 📍6.0.0-ballot3 FHIR Std.
Device.udiCarrier.entryType Base required UDI Entry Type 📍6.0.0-ballot3 FHIR Std.
Device.status Base required FHIR Device Status 📍6.0.0-ballot3 FHIR Std.
Device.availabilityStatus Base extensible FHIR Device Availability Status 📍6.0.0-ballot3 FHIR Std.
Device.name.type Base extensible Device Name Type 📍6.0.0-ballot3 FHIR Std.
Device.name:aeTitle.​type Base extensible Device Name Type 📍6.0.0-ballot3 FHIR Std.
Device.category Base example FHIR Device Category 📍6.0.0-ballot3 FHIR Std.
Device.type Base example Device Type 📍6.0.0-ballot3 FHIR Std.
Device.deviceVersion.​type Base example Device Version Type 📍6.0.0-ballot3 FHIR Std.
Device.conformsTo.category Base example Device Specification Category 📍6.0.0-ballot3 FHIR Std.
Device.conformsTo.specification Base example Device Specification Type 📍6.0.0-ballot3 FHIR Std.
Device.property.type Base example Device Property Type 📍6.0.0-ballot3 FHIR Std.
Device.additive.type Base example Substance Code 📍6.0.0-ballot3 FHIR Std.
Device.safety Base example Device Safety 📍6.0.0-ballot3 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dev-1 error Device only one Device.name.display SHALL be true when there is more than one Device.name name.where(display=true).count() <= 1
dom-2 error Device If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Device 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.trace('id') in %resource.descendants().select(reference | as(uri))) or descendants().where(reference='#' | as(uri)='#').exists()).not()).trace('unmatched', id).empty()
dom-4 error Device 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 Device If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Device A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())

Summary

Mandatory: 2 elements

Slices

This structure defines the following Slices:

  • The element 1 is sliced based on the value of Device.name

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Device C 0..* Device Item used in healthcare
Constraints: dev-1
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... contained 0..* Resource Contained, inline Resources
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
... Slices for name C 1..* BackboneElement The name or names of the device as known to the manufacturer and/or patient
Slice: Unordered, Open by value:type
.... name:All Slices Content/Rules for all slices
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... value Σ 1..1 string The term that names the device
..... type Σ 1..1 CodeableConcept registered-name | user-friendly-name | patient-reported-name
Binding: DeviceNameType (extensible): The type of name the device is referred by.
..... display ?!ΣC 0..1 boolean The preferred device name
.... name:aeTitle C 1..1 BackboneElement AE Title
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... value Σ 1..1 string The term that names the device
..... type Σ 1..1 CodeableConcept registered-name | user-friendly-name | patient-reported-name
Binding: DeviceNameType (extensible): The type of name the device is referred by.
Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 0..1 uri Identity of the terminology system
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: registered-name
....... display 0..1 string Representation defined by the system
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... display ?!ΣC 0..1 boolean The preferred device name

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Device.status Base required FHIR Device Status 📍6.0.0-ballot3 FHIR Std.
Device.name.type Base extensible Device Name Type 📍6.0.0-ballot3 FHIR Std.
Device.name:aeTitle.​type Base extensible Device Name Type 📍6.0.0-ballot3 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dev-1 error Device only one Device.name.display SHALL be true when there is more than one Device.name name.where(display=true).count() <= 1
dom-2 error Device If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Device 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.trace('id') in %resource.descendants().select(reference | as(uri))) or descendants().where(reference='#' | as(uri)='#').exists()).not()).trace('unmatched', id).empty()
dom-4 error Device 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 Device If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Device A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())

Differential View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Device 0..* Device Item used in healthcare
... Slices for name 1..* BackboneElement The name or names of the device as known to the manufacturer and/or patient
Slice: Unordered, Open by value:type
.... name:aeTitle 1..1 BackboneElement AE Title
..... type 1..1 CodeableConcept registered-name | user-friendly-name | patient-reported-name
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: registered-name

doco Documentation for this format

Snapshot ViewView

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Device C 0..* Device Item used in healthcare
Constraints: dev-1
... 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: AllLanguages (required): IETF language tag for a human language
Additional BindingsPurpose
CommonLanguages Starter
... 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
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
... identifier 0..* Identifier Instance identifier
... definition 0..1 Reference(DeviceDefinition) The reference to the definition for the device
... udiCarrier Σ 0..* BackboneElement Unique Device Identifier (UDI) value
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... deviceIdentifier Σ 1..1 string Mandatory fixed portion of UDI
.... deviceIdentifierSystem 0..1 uri The namespace for the device identifier value
.... issuer Σ 1..1 uri UDI Issuing Organization
.... jurisdiction 0..1 uri Regional UDI authority
.... carrierAIDC Σ 0..1 base64Binary UDI Machine Readable value
.... carrierHRF Σ 0..1 string UDI Human Readable Barcode String
.... entryType 0..1 code barcode | rfid | manual | card | self-reported | electronic-transmission | unknown
Binding: UDIEntryType (required): Codes to identify how UDI data was entered.
... status ?!Σ 0..1 code active | inactive | entered-in-error
Binding: FHIRDeviceStatus (required): The record status of the device.
... availabilityStatus 0..1 CodeableConcept lost | damaged | destroyed | available
Binding: FHIRDeviceAvailabilityStatus (extensible): The availability status reason of the device.
... biologicalSourceEvent 0..1 Identifier A production identifier of the donation, collection, or pooling event from which biological material in this device was derived
... manufacturer 0..1 string Name of device manufacturer
... manufactureDate 0..1 dateTime Date when the device was made
... expirationDate 0..1 dateTime Date and time of expiry of this device (if applicable)
... lotNumber 0..1 string Lot number of manufacture
... serialNumber 0..1 string Serial number assigned by the manufacturer
... Slices for name C 1..* BackboneElement The name or names of the device as known to the manufacturer and/or patient
Slice: Unordered, Open by value:type
.... name:All Slices Content/Rules for all slices
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... value Σ 1..1 string The term that names the device
..... type Σ 1..1 CodeableConcept registered-name | user-friendly-name | patient-reported-name
Binding: DeviceNameType (extensible): The type of name the device is referred by.
..... display ?!ΣC 0..1 boolean The preferred device name
.... name:aeTitle C 1..1 BackboneElement AE Title
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... value Σ 1..1 string The term that names the device
..... type Σ 1..1 CodeableConcept registered-name | user-friendly-name | patient-reported-name
Binding: DeviceNameType (extensible): The type of name the device is referred by.
Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 0..1 uri Identity of the terminology system
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: registered-name
....... display 0..1 string Representation defined by the system
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... display ?!ΣC 0..1 boolean The preferred device name
... modelNumber 0..1 string The manufacturer's model number for the device
... partNumber 0..1 string The part number or catalog number of the device
... category 0..* CodeableConcept Indicates a high-level grouping of the device
Binding: FHIRDeviceCategory (example): Categories of medical devices.
... type 0..* CodeableConcept The kind or type of device
Binding: DeviceType (example): Codes to identify medical devices.
... deviceVersion 0..* BackboneElement The actual design of the device or software version running on the device
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... type 0..1 CodeableConcept The type of the device version, e.g. manufacturer, approved, internal
Binding: DeviceVersionType (example): The type of version indicated for the device.
.... component 0..1 Identifier The hardware or software module of the device to which the version applies
.... installDate 0..1 dateTime The date the version was installed on the device
.... value 1..1 string The version text
... conformsTo 0..* BackboneElement Identifies the standards, specifications, or formal guidances for the capabilities supported by the device
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... category 0..1 CodeableConcept Describes the common type of the standard, specification, or formal guidance. communication | performance | measurement
Binding: DeviceSpecificationCategory (example): The kind of standards used by the device.
.... specification 1..1 CodeableConcept Identifies the standard, specification, or formal guidance that the device adheres to
Binding: DeviceSpecificationType (example): The type of version indicated for the device.
.... version 0..1 string Specific form or variant of the standard
... property 0..* BackboneElement Inherent, essentially fixed, characteristics of the device. e.g., time properties, size, material, etc.
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... type 1..1 CodeableConcept Code that specifies the property being represented
Binding: DeviceType (example): Device property type.
.... value[x] 1..1 Value of the property
..... valueQuantity Quantity
..... valueCodeableConcept CodeableConcept
..... valueString string
..... valueBoolean boolean
..... valueInteger integer
..... valueRange Range
..... valueAttachment Attachment
... additive 0..* BackboneElement Material added to a container device
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... type 1..1 CodeableReference(Substance) The additive substance
Binding: SubstanceCode (example): Device additive substance type codes.
.... quantity 0..1 SimpleQuantity(6.0.0-ballot3) Quantity of additive substance within container
.... performer 0..1 Reference(Practitioner | PractitionerRole | Organization | Patient | RelatedPerson) Entity adding substance to the container
.... performed 0..1 dateTime When the additive substance was added to the container
... contact 0..* ContactPoint Details for human/organization for support
... location 0..1 Reference(Location) Where the device is found
... note 0..* Annotation Device notes and comments
... safety Σ 0..* CodeableConcept Safety Characteristics of Device
Binding: DeviceSafety (example)
... parent 0..1 Reference(Device) The higher level or encompassing device that this device is a logical part of

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Device.language Base required All Languages 📍6.0.0-ballot3 FHIR Std.
Device.udiCarrier.entryType Base required UDI Entry Type 📍6.0.0-ballot3 FHIR Std.
Device.status Base required FHIR Device Status 📍6.0.0-ballot3 FHIR Std.
Device.availabilityStatus Base extensible FHIR Device Availability Status 📍6.0.0-ballot3 FHIR Std.
Device.name.type Base extensible Device Name Type 📍6.0.0-ballot3 FHIR Std.
Device.name:aeTitle.​type Base extensible Device Name Type 📍6.0.0-ballot3 FHIR Std.
Device.category Base example FHIR Device Category 📍6.0.0-ballot3 FHIR Std.
Device.type Base example Device Type 📍6.0.0-ballot3 FHIR Std.
Device.deviceVersion.​type Base example Device Version Type 📍6.0.0-ballot3 FHIR Std.
Device.conformsTo.category Base example Device Specification Category 📍6.0.0-ballot3 FHIR Std.
Device.conformsTo.specification Base example Device Specification Type 📍6.0.0-ballot3 FHIR Std.
Device.property.type Base example Device Property Type 📍6.0.0-ballot3 FHIR Std.
Device.additive.type Base example Substance Code 📍6.0.0-ballot3 FHIR Std.
Device.safety Base example Device Safety 📍6.0.0-ballot3 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dev-1 error Device only one Device.name.display SHALL be true when there is more than one Device.name name.where(display=true).count() <= 1
dom-2 error Device If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Device 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.trace('id') in %resource.descendants().select(reference | as(uri))) or descendants().where(reference='#' | as(uri)='#').exists()).not()).trace('unmatched', id).empty()
dom-4 error Device 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 Device If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Device A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())

Summary

Mandatory: 2 elements

Slices

This structure defines the following Slices:

  • The element 1 is sliced based on the value of Device.name

 

Other representations of profile: CSV, Excel, Schematron