UPTIS FHIR PoC Test Implementation Guide
1.0.0 - draft
UPTIS FHIR PoC Test Implementation Guide, published by TEHIK. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/TEHIK-EE/FHIR-PoC/ and changes regularly. See the Directory of published versions
Official URL: https://fhir.ee/StructureDefinition/ee-tis-device-tjt | Version: 1.0.0 | |||
Draft as of 2023-09-28 | Computable Name: EETISDeviceTJT |
Tervisejuhtimise töölaud (TJT). TJT as a device resource represents the software (microservice) where data is formed/exchanged independently without human intervention.
Usage:
Description of Profiles, Differentials, Snapshots and how the different presentations work.
This structure is derived from Device
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() |
0..* | Device | Item used in healthcare | |
![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() |
0..1 | string | The name used to display by default when the device is referenced Fixed Value: TJT | |
![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() |
0..1 | code | active | inactive | entered-in-error Fixed Value: active | |
![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() |
0..* | BackboneElement | Tervisejuhtimise töölaud | |
![]() ![]() ![]() ![]() |
1..1 | string | The term that names the device Fixed Value: TJT | |
![]() ![]() ![]() ![]() |
0..1 | boolean | TJT | |
![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() |
0..1 | Reference(EETISOrganization) | Organization responsible for device | |
![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() |
0..0 | |||
![]() |
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() |
C | 0..* | Device | Item used in healthcare dev-1: only one Device.name.display SHALL be true when there is more than one Device.name |
![]() ![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() ![]() |
0..* | Resource | Contained, inline Resources | |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() ![]() |
0..1 | string | The name used to display by default when the device is referenced Fixed Value: TJT | |
![]() ![]() ![]() |
?!Σ | 0..1 | code | active | inactive | entered-in-error Binding: FHIRDeviceStatus (required): The record status of the device. Fixed Value: active |
![]() ![]() ![]() |
C | 0..* | BackboneElement | Tervisejuhtimise töölaud |
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() ![]() |
Σ | 1..1 | string | The term that names the device Fixed Value: TJT |
![]() ![]() ![]() ![]() |
Σ | 1..1 | code | registered-name | user-friendly-name | patient-reported-name Binding: DeviceNameType (required): The type of name the device is referred by. |
![]() ![]() ![]() ![]() |
?!ΣC | 0..1 | boolean | TJT |
![]() ![]() ![]() |
0..1 | Reference(EETISOrganization) | Organization responsible for device | |
![]() |
Path | Conformance | ValueSet / Code | URI |
Device.status | required | Fixed Value: activehttp://hl7.org/fhir/ValueSet/device-status|5.0.0 from the FHIR Standard | |
Device.name.type | required | DeviceNameTypehttp://hl7.org/fhir/ValueSet/device-nametype|5.0.0 from the FHIR Standard | |
Device.conformsTo.specification | example | DeviceSpecificationTypehttp://hl7.org/fhir/ValueSet/device-specification-type from the FHIR Standard | |
Device.property.type | example | DeviceTypehttp://hl7.org/fhir/ValueSet/device-property-type from the FHIR Standard |
Id | Grade | Path(s) | Details | Requirements |
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 in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').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()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() |
Name | Flags | Card. | Type | Description & Constraints![]() | ||||
---|---|---|---|---|---|---|---|---|
![]() ![]() |
C | 0..* | Device | Item used in healthcare dev-1: only one Device.name.display SHALL be true when there is more than one Device.name | ||||
![]() ![]() ![]() |
Σ | 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: AllLanguages (required): IETF language tag for a human language
| |||||
![]() ![]() ![]() |
0..1 | Narrative | Text summary of the resource, for human interpretation | |||||
![]() ![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() |
0..1 | string | The name used to display by default when the device is referenced Fixed Value: TJT | |||||
![]() ![]() ![]() |
?!Σ | 0..1 | code | active | inactive | entered-in-error Binding: FHIRDeviceStatus (required): The record status of the device. Fixed Value: active | ||||
![]() ![]() ![]() |
C | 0..* | BackboneElement | Tervisejuhtimise töölaud | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() ![]() |
Σ | 1..1 | string | The term that names the device Fixed Value: TJT | ||||
![]() ![]() ![]() ![]() |
Σ | 1..1 | code | registered-name | user-friendly-name | patient-reported-name Binding: DeviceNameType (required): The type of name the device is referred by. | ||||
![]() ![]() ![]() ![]() |
?!ΣC | 0..1 | boolean | TJT | ||||
![]() ![]() ![]() |
0..* | CodeableConcept | Indicates a high-level grouping of the device Binding: FHIRDeviceCategory (example): Categories of medical devices. | |||||
![]() ![]() ![]() |
0..* | CodeableConcept | The kind or type of device Binding: DeviceType (example): Codes to identify medical devices. | |||||
![]() ![]() ![]() |
0..* | BackboneElement | The actual design of the device or software version running on the device | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() ![]() |
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. | |||||
![]() ![]() ![]() ![]() |
0..1 | Identifier | The hardware or software module of the device to which the version applies | |||||
![]() ![]() ![]() ![]() |
0..1 | dateTime | The date the version was installed on the device | |||||
![]() ![]() ![]() ![]() |
1..1 | string | The version text | |||||
![]() ![]() ![]() |
0..1 | Reference(EETISOrganization) | Organization responsible for device | |||||
![]() ![]() ![]() |
0..* | ContactPoint | Details for human/organization for support | |||||
![]() ![]() ![]() |
0..1 | uri | Network address to contact device | |||||
![]() ![]() ![]() |
0..* | Reference(Endpoint) | Technical endpoints providing access to electronic services provided by the device | |||||
![]() ![]() ![]() |
0..* | Annotation | Device notes and comments | |||||
![]() |
Path | Conformance | ValueSet / Code | URI |
Device.language | required | AllLanguageshttp://hl7.org/fhir/ValueSet/all-languages|5.0.0 from the FHIR Standard | |
Device.udiCarrier.entryType | required | UDIEntryTypehttp://hl7.org/fhir/ValueSet/udi-entry-type|5.0.0 from the FHIR Standard | |
Device.status | required | Fixed Value: activehttp://hl7.org/fhir/ValueSet/device-status|5.0.0 from the FHIR Standard | |
Device.name.type | required | DeviceNameTypehttp://hl7.org/fhir/ValueSet/device-nametype|5.0.0 from the FHIR Standard | |
Device.category | example | FHIRDeviceCategoryhttp://hl7.org/fhir/ValueSet/device-category from the FHIR Standard | |
Device.type | example | DeviceTypehttp://hl7.org/fhir/ValueSet/device-type from the FHIR Standard | |
Device.version.type | example | DeviceVersionTypehttp://hl7.org/fhir/ValueSet/device-versiontype from the FHIR Standard | |
Device.conformsTo.category | example | DeviceSpecificationCategoryhttp://hl7.org/fhir/ValueSet/device-specification-category from the FHIR Standard | |
Device.conformsTo.specification | example | DeviceSpecificationTypehttp://hl7.org/fhir/ValueSet/device-specification-type from the FHIR Standard | |
Device.property.type | example | DeviceTypehttp://hl7.org/fhir/ValueSet/device-property-type from the FHIR Standard |
Id | Grade | Path(s) | Details | Requirements |
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 in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').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()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() |
This structure is derived from Device
Differential View
This structure is derived from Device
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() |
0..* | Device | Item used in healthcare | |
![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() |
0..1 | string | The name used to display by default when the device is referenced Fixed Value: TJT | |
![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() |
0..1 | code | active | inactive | entered-in-error Fixed Value: active | |
![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() |
0..* | BackboneElement | Tervisejuhtimise töölaud | |
![]() ![]() ![]() ![]() |
1..1 | string | The term that names the device Fixed Value: TJT | |
![]() ![]() ![]() ![]() |
0..1 | boolean | TJT | |
![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() |
0..1 | Reference(EETISOrganization) | Organization responsible for device | |
![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() |
0..0 | |||
![]() |
Key Elements View
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() |
C | 0..* | Device | Item used in healthcare dev-1: only one Device.name.display SHALL be true when there is more than one Device.name |
![]() ![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() ![]() |
0..* | Resource | Contained, inline Resources | |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() ![]() |
0..1 | string | The name used to display by default when the device is referenced Fixed Value: TJT | |
![]() ![]() ![]() |
?!Σ | 0..1 | code | active | inactive | entered-in-error Binding: FHIRDeviceStatus (required): The record status of the device. Fixed Value: active |
![]() ![]() ![]() |
C | 0..* | BackboneElement | Tervisejuhtimise töölaud |
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() ![]() |
Σ | 1..1 | string | The term that names the device Fixed Value: TJT |
![]() ![]() ![]() ![]() |
Σ | 1..1 | code | registered-name | user-friendly-name | patient-reported-name Binding: DeviceNameType (required): The type of name the device is referred by. |
![]() ![]() ![]() ![]() |
?!ΣC | 0..1 | boolean | TJT |
![]() ![]() ![]() |
0..1 | Reference(EETISOrganization) | Organization responsible for device | |
![]() |
Path | Conformance | ValueSet / Code | URI |
Device.status | required | Fixed Value: activehttp://hl7.org/fhir/ValueSet/device-status|5.0.0 from the FHIR Standard | |
Device.name.type | required | DeviceNameTypehttp://hl7.org/fhir/ValueSet/device-nametype|5.0.0 from the FHIR Standard | |
Device.conformsTo.specification | example | DeviceSpecificationTypehttp://hl7.org/fhir/ValueSet/device-specification-type from the FHIR Standard | |
Device.property.type | example | DeviceTypehttp://hl7.org/fhir/ValueSet/device-property-type from the FHIR Standard |
Id | Grade | Path(s) | Details | Requirements |
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 in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').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()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() |
Snapshot View
Name | Flags | Card. | Type | Description & Constraints![]() | ||||
---|---|---|---|---|---|---|---|---|
![]() ![]() |
C | 0..* | Device | Item used in healthcare dev-1: only one Device.name.display SHALL be true when there is more than one Device.name | ||||
![]() ![]() ![]() |
Σ | 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: AllLanguages (required): IETF language tag for a human language
| |||||
![]() ![]() ![]() |
0..1 | Narrative | Text summary of the resource, for human interpretation | |||||
![]() ![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() |
0..1 | string | The name used to display by default when the device is referenced Fixed Value: TJT | |||||
![]() ![]() ![]() |
?!Σ | 0..1 | code | active | inactive | entered-in-error Binding: FHIRDeviceStatus (required): The record status of the device. Fixed Value: active | ||||
![]() ![]() ![]() |
C | 0..* | BackboneElement | Tervisejuhtimise töölaud | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() ![]() |
Σ | 1..1 | string | The term that names the device Fixed Value: TJT | ||||
![]() ![]() ![]() ![]() |
Σ | 1..1 | code | registered-name | user-friendly-name | patient-reported-name Binding: DeviceNameType (required): The type of name the device is referred by. | ||||
![]() ![]() ![]() ![]() |
?!ΣC | 0..1 | boolean | TJT | ||||
![]() ![]() ![]() |
0..* | CodeableConcept | Indicates a high-level grouping of the device Binding: FHIRDeviceCategory (example): Categories of medical devices. | |||||
![]() ![]() ![]() |
0..* | CodeableConcept | The kind or type of device Binding: DeviceType (example): Codes to identify medical devices. | |||||
![]() ![]() ![]() |
0..* | BackboneElement | The actual design of the device or software version running on the device | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() ![]() |
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. | |||||
![]() ![]() ![]() ![]() |
0..1 | Identifier | The hardware or software module of the device to which the version applies | |||||
![]() ![]() ![]() ![]() |
0..1 | dateTime | The date the version was installed on the device | |||||
![]() ![]() ![]() ![]() |
1..1 | string | The version text | |||||
![]() ![]() ![]() |
0..1 | Reference(EETISOrganization) | Organization responsible for device | |||||
![]() ![]() ![]() |
0..* | ContactPoint | Details for human/organization for support | |||||
![]() ![]() ![]() |
0..1 | uri | Network address to contact device | |||||
![]() ![]() ![]() |
0..* | Reference(Endpoint) | Technical endpoints providing access to electronic services provided by the device | |||||
![]() ![]() ![]() |
0..* | Annotation | Device notes and comments | |||||
![]() |
Path | Conformance | ValueSet / Code | URI |
Device.language | required | AllLanguageshttp://hl7.org/fhir/ValueSet/all-languages|5.0.0 from the FHIR Standard | |
Device.udiCarrier.entryType | required | UDIEntryTypehttp://hl7.org/fhir/ValueSet/udi-entry-type|5.0.0 from the FHIR Standard | |
Device.status | required | Fixed Value: activehttp://hl7.org/fhir/ValueSet/device-status|5.0.0 from the FHIR Standard | |
Device.name.type | required | DeviceNameTypehttp://hl7.org/fhir/ValueSet/device-nametype|5.0.0 from the FHIR Standard | |
Device.category | example | FHIRDeviceCategoryhttp://hl7.org/fhir/ValueSet/device-category from the FHIR Standard | |
Device.type | example | DeviceTypehttp://hl7.org/fhir/ValueSet/device-type from the FHIR Standard | |
Device.version.type | example | DeviceVersionTypehttp://hl7.org/fhir/ValueSet/device-versiontype from the FHIR Standard | |
Device.conformsTo.category | example | DeviceSpecificationCategoryhttp://hl7.org/fhir/ValueSet/device-specification-category from the FHIR Standard | |
Device.conformsTo.specification | example | DeviceSpecificationTypehttp://hl7.org/fhir/ValueSet/device-specification-type from the FHIR Standard | |
Device.property.type | example | DeviceTypehttp://hl7.org/fhir/ValueSet/device-property-type from the FHIR Standard |
Id | Grade | Path(s) | Details | Requirements |
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 in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').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()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() |
This structure is derived from Device
Other representations of profile: CSV, Excel, Schematron