| Official URL: https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_LAB_DeviceDefinition_Laboratory_Analyzer | Version: 1.0.0-update | |||
| Draft as of 2026-06-11 | Computable Name: KBV_PR_MIO_LAB_DeviceDefinition_Laboratory_Analyzer | |||
Copyright/Legal: Im folgenden Profil können Codes aus den Code-Systemen SNOMED CT®, LOINC, Ucum, ATC, ICD-10-GM, ICD-10-WHO, OPS, Alpha-ID/Alpha-ID-SE und ICF enthalten sein, die dem folgenden Urheberrecht unterliegen: This material includes SNOMED CT® Clinical Terms® (SNOMED CT® CT®) which is used by permission of SNOMED CT® International. All rights reserved. SNOMED CT® CT®, was originally created by The College of American Pathologists. SNOMED CT® and SNOMED CT® CT are registered trademarks of SNOMED CT® International. Implementers of these artefacts must have the appropriate SNOMED CT® CT Affiliate license. This material contains content from LOINC (http://LOINC.org). LOINC is copyright © 1995-2020, Regenstrief Institute, Inc. and the Logical Observation Identifiers Names and Codes (LOINC) Committee and is available at no cost under the license at http://LOINC.org/license. LOINC® is a registered United States trademark of Regenstrief Institute, Inc. This product includes all or a portion of the UCUM table, UCUM codes, and UCUM definitions or is derived from it, subject to a license from Regenstrief Institute, Inc. and The UCUM Organization. Your use of the UCUM table, UCUM codes, UCUM definitions also is subject to this license, a copy of which is available at http://unitsofmeasure.org. The current complete UCUM table, UCUM Specification are available for download at http://unitsofmeasure.org. The UCUM table and UCUM codes are copyright © 1995-2009, Regenstrief Institute, Inc. and the Unified Codes for Units of Measures (UCUM) Organization. All rights reserved. THE UCUM TABLE (IN ALL FORMATS), UCUM DEFINITIONS, AND SPECIFICATION ARE PROVIDED ‘AS IS.’ ANY EXPRESS OR IMPLIED WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. Dieses Material enthält Inhalte aus ATC. Die Erstellung erfolgte unter Verwendung der Datenträger der amtlichen Fassung der ATC-Klassifikation mit DDD des Bundesinstituts für Arzneimittel und Medizinprodukte (BfArM). Dieses Material enthält Inhalte aus ICD-10-GM, ICD-10-WHO, OPS Alpha-ID ans Alpha-ID-SE. Die Erstellung erfolgt unter Verwendung der maschinenlesbaren Fassung des Bundesinstituts für Arzneimittel und Medizinprodukte (BfArM). Dieses Material enthält Inhalte aus ICF. Die Erstellung erfolgt unter Verwendung der maschinenlesbaren Fassung des Deutschen Instituts für Medizinische Dokumentation und Information (DIMDI). ICF-Kodes, -Begriffe und -Texte © Weltgesundheitsorganisation, übersetzt und herausgegeben durch das Deutsche Institut für Medizinische Dokumentation und Information von der International classification of functioning, disability and health - ICF, herausgegeben durch die Weltgesundheitsorganisation. |
||||
Dieses Profil bildet das Modell eines Laboranalysegerätes ab.
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 | An instance of a medical-related component of a medical device | |
![]() ![]() |
SΣ | 0..1 | Meta | Metadata about the resource |
![]() ![]() ![]() |
SΣ | 0..1 | id | Version specific identifier |
![]() ![]() ![]() |
SΣ | 0..1 | instant | When the resource version last changed |
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() |
S | 0..1 | Reference(KBV_PR_MIO_LAB_Organization(1.0.0-update)) | Name of device manufacturer |
![]() ![]() |
S | 1..1 | CodeableConcept | Kategorie Binding: FHIRDeviceTypes (example): Type of device e.g. according to official classification. Required Pattern: At least the following |
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() |
SΣ | 1..1 | Coding | Code defined by a terminology system Fixed Value: (Complex) |
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | Identity of the terminology system Fixed Value: http://snomed.info/sct |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | string | Version of the system - if relevant Fixed Value: http://snomed.info/sct/11000274103/version/20251115 |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | code | Symbol in syntax defined by the system Fixed Value: 30234008 |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | string | Representation defined by the system Fixed Value: Medical laboratory analyzer, device (physical object) |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| DeviceDefinition.deviceName.type | Base | required | DeviceNameType | 📍4.0.1 | FHIR Std. |
| DeviceDefinition.type | Base | example | FHIR Device Types | 📍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 | **ALL** elements | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | **ALL** extensions | 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 | An instance of a medical-related component of a medical device | |
![]() ![]() |
S | 0..1 | Meta | Metadata about the resource |
![]() ![]() ![]() |
0..0 | Unique id for inter-element referencing | ||
![]() ![]() ![]() |
S | 0..1 | id | Version specific identifier |
![]() ![]() ![]() |
S | 0..1 | instant | When the resource version last changed |
![]() ![]() ![]() |
0..0 | Identifies where the resource comes from | ||
![]() ![]() |
0..0 | A set of rules under which this content was created | ||
![]() ![]() |
0..0 | Language of the resource content | ||
![]() ![]() |
||||
![]() ![]() ![]() |
1..1 | code | generated | extensions | additional | empty Required Pattern: extensions | |
![]() ![]() |
0..0 | Contained, inline Resources | ||
![]() ![]() |
0..0 | Instance identifier | ||
![]() ![]() |
0..0 | Unique Device Identifier (UDI) Barcode string | ||
![]() ![]() |
S | 0..1 | Reference(KBV_PR_MIO_LAB_Organization(1.0.0-update)) | Name of device manufacturer |
![]() ![]() |
0..0 | A name given to the device to identify it | ||
![]() ![]() |
0..0 | The model number for the device | ||
![]() ![]() |
S | 1..1 | CodeableConcept | Kategorie Required Pattern: At least the following |
![]() ![]() ![]() |
S | 1..1 | Coding | Code defined by a terminology system Fixed Value: (Complex) |
![]() ![]() ![]() ![]() |
S | 1..1 | uri | Identity of the terminology system Fixed Value: http://snomed.info/sct |
![]() ![]() ![]() ![]() |
S | 0..1 | string | Version of the system - if relevant Fixed Value: http://snomed.info/sct/11000274103/version/20251115 |
![]() ![]() ![]() ![]() |
S | 1..1 | code | Symbol in syntax defined by the system Fixed Value: 30234008 |
![]() ![]() ![]() ![]() |
S | 1..1 | string | Representation defined by the system Fixed Value: Medical laboratory analyzer, device (physical object) |
![]() ![]() ![]() ![]() |
0..0 | If this coding was chosen directly by the user | ||
![]() ![]() ![]() |
0..0 | Plain text representation of the concept | ||
![]() ![]() |
0..0 | The capabilities supported on a device, the standards to which the device conforms for a particular purpose, and used for the communication | ||
![]() ![]() |
0..0 | Available versions | ||
![]() ![]() |
0..0 | Safety characteristics of the device | ||
![]() ![]() |
0..0 | Shelf Life and storage information | ||
![]() ![]() |
0..0 | Dimensions, color etc. | ||
![]() ![]() |
0..0 | Language code for the human-readable text strings produced by the device (all supported) | ||
![]() ![]() |
0..0 | Device capabilities | ||
![]() ![]() |
0..0 | The actual configuration settings of a device as it actually operates, e.g., regulation status, time properties | ||
![]() ![]() |
0..0 | Organization responsible for device | ||
![]() ![]() |
0..0 | Details for human/organization for support | ||
![]() ![]() |
0..0 | Network address to contact device | ||
![]() ![]() |
0..0 | Access to on-line information | ||
![]() ![]() |
0..0 | Device notes and comments | ||
![]() ![]() |
0..0 | 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..0 | The parent device it can be part of | ||
![]() ![]() |
0..0 | A substance used to create the material(s) of which the device is made | ||
Documentation for this format | ||||
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | DeviceDefinition | An instance of a medical-related component of a medical device | |
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact |
![]() ![]() |
SΣ | 0..1 | Meta | Metadata about the resource |
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |
![]() ![]() ![]() |
SΣ | 0..1 | id | Version specific identifier |
![]() ![]() ![]() |
SΣ | 0..1 | instant | When the resource version last changed |
![]() ![]() ![]() |
Σ | 0..* | canonical(StructureDefinition) | Profiles this resource claims to conform to |
![]() ![]() ![]() |
Σ | 0..* | Coding | Security Labels applied to this resource Binding: All Security Labels (extensible): Security Labels from the Healthcare Privacy and Security Classification System. |
![]() ![]() ![]() |
Σ | 0..* | Coding | Tags applied to this resource Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones". |
![]() ![]() |
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..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |
![]() ![]() ![]() |
1..1 | code | generated | extensions | additional | empty Binding: NarrativeStatus (required): The status of a resource narrative. Required Pattern: extensions | |
![]() ![]() ![]() |
C | 1..1 | xhtml | Limited xhtml content Constraints: txt-1, txt-2 |
![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() |
S | 0..1 | Reference(KBV_PR_MIO_LAB_Organization(1.0.0-update)) | Name of device manufacturer |
![]() ![]() |
S | 1..1 | CodeableConcept | Kategorie Binding: FHIRDeviceTypes (example): Type of device e.g. according to official classification. Required Pattern: At least the following |
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |
![]() ![]() ![]() |
SΣ | 1..1 | Coding | Code defined by a terminology system Fixed Value: (Complex) |
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | Identity of the terminology system Fixed Value: http://snomed.info/sct |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | string | Version of the system - if relevant Fixed Value: http://snomed.info/sct/11000274103/version/20251115 |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | code | Symbol in syntax defined by the system Fixed Value: 30234008 |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | string | Representation defined by the system Fixed Value: Medical laboratory analyzer, device (physical object) |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| DeviceDefinition.meta.security | Base | extensible | SecurityLabels | 📍4.0.1 | FHIR Std. |
| DeviceDefinition.meta.tag | Base | example | Common Tags | 📍4.0.1 | FHIR Std. |
| DeviceDefinition.text.status | Base | required | NarrativeStatus | 📍4.0.1 | FHIR Std. |
| DeviceDefinition.deviceName.type | Base | required | DeviceNameType | 📍4.0.1 | FHIR Std. |
| DeviceDefinition.type | Base | example | FHIR Device Types | 📍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 | **ALL** elements | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
| txt-1 | error | DeviceDefinition.text.div | The narrative SHALL contain only the basic html formatting elements and attributes described in chapters 7-11 (except section 4 of chapter 9) and 15 of the HTML 4.0 standard, <a> elements (either name or href), images and internally contained style attributes |
htmlChecks()
|
| txt-2 | error | DeviceDefinition.text.div | The narrative SHALL have some non-whitespace content |
htmlChecks()
|
This structure is derived from DeviceDefinition
Key Elements View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | DeviceDefinition | An instance of a medical-related component of a medical device | |
![]() ![]() |
SΣ | 0..1 | Meta | Metadata about the resource |
![]() ![]() ![]() |
SΣ | 0..1 | id | Version specific identifier |
![]() ![]() ![]() |
SΣ | 0..1 | instant | When the resource version last changed |
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() |
S | 0..1 | Reference(KBV_PR_MIO_LAB_Organization(1.0.0-update)) | Name of device manufacturer |
![]() ![]() |
S | 1..1 | CodeableConcept | Kategorie Binding: FHIRDeviceTypes (example): Type of device e.g. according to official classification. Required Pattern: At least the following |
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() |
SΣ | 1..1 | Coding | Code defined by a terminology system Fixed Value: (Complex) |
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | Identity of the terminology system Fixed Value: http://snomed.info/sct |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | string | Version of the system - if relevant Fixed Value: http://snomed.info/sct/11000274103/version/20251115 |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | code | Symbol in syntax defined by the system Fixed Value: 30234008 |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | string | Representation defined by the system Fixed Value: Medical laboratory analyzer, device (physical object) |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| DeviceDefinition.deviceName.type | Base | required | DeviceNameType | 📍4.0.1 | FHIR Std. |
| DeviceDefinition.type | Base | example | FHIR Device Types | 📍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 | **ALL** elements | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
Differential View
This structure is derived from DeviceDefinition
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | DeviceDefinition | An instance of a medical-related component of a medical device | |
![]() ![]() |
S | 0..1 | Meta | Metadata about the resource |
![]() ![]() ![]() |
0..0 | Unique id for inter-element referencing | ||
![]() ![]() ![]() |
S | 0..1 | id | Version specific identifier |
![]() ![]() ![]() |
S | 0..1 | instant | When the resource version last changed |
![]() ![]() ![]() |
0..0 | Identifies where the resource comes from | ||
![]() ![]() |
0..0 | A set of rules under which this content was created | ||
![]() ![]() |
0..0 | Language of the resource content | ||
![]() ![]() |
||||
![]() ![]() ![]() |
1..1 | code | generated | extensions | additional | empty Required Pattern: extensions | |
![]() ![]() |
0..0 | Contained, inline Resources | ||
![]() ![]() |
0..0 | Instance identifier | ||
![]() ![]() |
0..0 | Unique Device Identifier (UDI) Barcode string | ||
![]() ![]() |
S | 0..1 | Reference(KBV_PR_MIO_LAB_Organization(1.0.0-update)) | Name of device manufacturer |
![]() ![]() |
0..0 | A name given to the device to identify it | ||
![]() ![]() |
0..0 | The model number for the device | ||
![]() ![]() |
S | 1..1 | CodeableConcept | Kategorie Required Pattern: At least the following |
![]() ![]() ![]() |
S | 1..1 | Coding | Code defined by a terminology system Fixed Value: (Complex) |
![]() ![]() ![]() ![]() |
S | 1..1 | uri | Identity of the terminology system Fixed Value: http://snomed.info/sct |
![]() ![]() ![]() ![]() |
S | 0..1 | string | Version of the system - if relevant Fixed Value: http://snomed.info/sct/11000274103/version/20251115 |
![]() ![]() ![]() ![]() |
S | 1..1 | code | Symbol in syntax defined by the system Fixed Value: 30234008 |
![]() ![]() ![]() ![]() |
S | 1..1 | string | Representation defined by the system Fixed Value: Medical laboratory analyzer, device (physical object) |
![]() ![]() ![]() ![]() |
0..0 | If this coding was chosen directly by the user | ||
![]() ![]() ![]() |
0..0 | Plain text representation of the concept | ||
![]() ![]() |
0..0 | The capabilities supported on a device, the standards to which the device conforms for a particular purpose, and used for the communication | ||
![]() ![]() |
0..0 | Available versions | ||
![]() ![]() |
0..0 | Safety characteristics of the device | ||
![]() ![]() |
0..0 | Shelf Life and storage information | ||
![]() ![]() |
0..0 | Dimensions, color etc. | ||
![]() ![]() |
0..0 | Language code for the human-readable text strings produced by the device (all supported) | ||
![]() ![]() |
0..0 | Device capabilities | ||
![]() ![]() |
0..0 | The actual configuration settings of a device as it actually operates, e.g., regulation status, time properties | ||
![]() ![]() |
0..0 | Organization responsible for device | ||
![]() ![]() |
0..0 | Details for human/organization for support | ||
![]() ![]() |
0..0 | Network address to contact device | ||
![]() ![]() |
0..0 | Access to on-line information | ||
![]() ![]() |
0..0 | Device notes and comments | ||
![]() ![]() |
0..0 | 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..0 | The parent device it can be part of | ||
![]() ![]() |
0..0 | A substance used to create the material(s) of which the device is made | ||
Documentation for this format | ||||
Snapshot View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | DeviceDefinition | An instance of a medical-related component of a medical device | |
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact |
![]() ![]() |
SΣ | 0..1 | Meta | Metadata about the resource |
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |
![]() ![]() ![]() |
SΣ | 0..1 | id | Version specific identifier |
![]() ![]() ![]() |
SΣ | 0..1 | instant | When the resource version last changed |
![]() ![]() ![]() |
Σ | 0..* | canonical(StructureDefinition) | Profiles this resource claims to conform to |
![]() ![]() ![]() |
Σ | 0..* | Coding | Security Labels applied to this resource Binding: All Security Labels (extensible): Security Labels from the Healthcare Privacy and Security Classification System. |
![]() ![]() ![]() |
Σ | 0..* | Coding | Tags applied to this resource Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones". |
![]() ![]() |
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..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |
![]() ![]() ![]() |
1..1 | code | generated | extensions | additional | empty Binding: NarrativeStatus (required): The status of a resource narrative. Required Pattern: extensions | |
![]() ![]() ![]() |
C | 1..1 | xhtml | Limited xhtml content Constraints: txt-1, txt-2 |
![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() |
S | 0..1 | Reference(KBV_PR_MIO_LAB_Organization(1.0.0-update)) | Name of device manufacturer |
![]() ![]() |
S | 1..1 | CodeableConcept | Kategorie Binding: FHIRDeviceTypes (example): Type of device e.g. according to official classification. Required Pattern: At least the following |
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |
![]() ![]() ![]() |
SΣ | 1..1 | Coding | Code defined by a terminology system Fixed Value: (Complex) |
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | Identity of the terminology system Fixed Value: http://snomed.info/sct |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | string | Version of the system - if relevant Fixed Value: http://snomed.info/sct/11000274103/version/20251115 |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | code | Symbol in syntax defined by the system Fixed Value: 30234008 |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | string | Representation defined by the system Fixed Value: Medical laboratory analyzer, device (physical object) |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| DeviceDefinition.meta.security | Base | extensible | SecurityLabels | 📍4.0.1 | FHIR Std. |
| DeviceDefinition.meta.tag | Base | example | Common Tags | 📍4.0.1 | FHIR Std. |
| DeviceDefinition.text.status | Base | required | NarrativeStatus | 📍4.0.1 | FHIR Std. |
| DeviceDefinition.deviceName.type | Base | required | DeviceNameType | 📍4.0.1 | FHIR Std. |
| DeviceDefinition.type | Base | example | FHIR Device Types | 📍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 | **ALL** elements | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
| txt-1 | error | DeviceDefinition.text.div | The narrative SHALL contain only the basic html formatting elements and attributes described in chapters 7-11 (except section 4 of chapter 9) and 15 of the HTML 4.0 standard, <a> elements (either name or href), images and internally contained style attributes |
htmlChecks()
|
| txt-2 | error | DeviceDefinition.text.div | The narrative SHALL have some non-whitespace content |
htmlChecks()
|
This structure is derived from DeviceDefinition
Other representations of profile: CSV, Excel, Schematron