This page is part of the Quality Improvement Core Framework (v2.0.0: STU 2) based on FHIR R3. The current version which supercedes this version is 4.1.1. For a full list of available versions, see the Directory of published versions

D.4.1 StructureDefinition: qicore-deviceusestatement

Examples:

The provision of a wheelchair to a patient example

D.4.1.1 Formal Views of Profile Content

The official URL for this profile is:

http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-deviceusestatement

This profile builds on DeviceUseStatement.

This profile was published on Mon Aug 21 00:00:00 AEST 2017 as a draft by Health Level Seven International (Clinical Quality Information - QICore).

Description of Profiles, Differentials, and Snapshots.

Summary

Must-Support: 8 elements

Structures

This structure refers to these other structures:

NameFlagsCard.TypeDescription & Constraintsdoco
.. DeviceUseStatement I0..*Record of use of a device
... id Σ0..1idLogical id of this artifact
... meta Σ0..1MetaMetadata about the resource
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... language 0..1codeLanguage of the resource content
Binding: Common Languages (extensible)
... text I0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... extension 0..*ExtensionAdditional Content defined by implementations
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier 0..*IdentifierExternal identifier for this record
... status ?!SΣ1..1codeactive | completed | entered-in-error +
Binding: DeviceUseStatementStatus (required)
... subject S1..1Reference(QICore-Patient)Patient using device
... whenUsed S0..1PeriodPeriod device was used
... timing[x] S0..1Timing, Period, dateTimeHow often the device was used
... recordedOn S0..1dateTimeWhen statement was recorded
... source 0..1Reference(Patient), Reference(Practitioner), Reference(RelatedPerson)Who made the statement
... device S1..1Reference(QICore-Device)Reference to device used
... indication S0..*CodeableConceptWhy device was used
Binding: SNOMED CT Clinical Findings (preferred)
... bodySite S0..1CodeableConceptTarget body site
Binding: SNOMED CT Body Structures (example)
... note 0..*AnnotationAddition details (comments, instructions)

doco Documentation for this format

Summary

Must-Support: 8 elements

Structures

This structure refers to these other structures:

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. DeviceUseStatement I0..*Record of use of a device
... id Σ0..1idLogical id of this artifact
... meta Σ0..1MetaMetadata about the resource
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... language 0..1codeLanguage of the resource content
Binding: Common Languages (extensible)
... text I0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... extension 0..*ExtensionAdditional Content defined by implementations
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier 0..*IdentifierExternal identifier for this record
... status ?!SΣ1..1codeactive | completed | entered-in-error +
Binding: DeviceUseStatementStatus (required)
... subject S1..1Reference(QICore-Patient)Patient using device
... whenUsed S0..1PeriodPeriod device was used
... timing[x] S0..1Timing, Period, dateTimeHow often the device was used
... recordedOn S0..1dateTimeWhen statement was recorded
... source 0..1Reference(Patient), Reference(Practitioner), Reference(RelatedPerson)Who made the statement
... device S1..1Reference(QICore-Device)Reference to device used
... indication S0..*CodeableConceptWhy device was used
Binding: SNOMED CT Clinical Findings (preferred)
... bodySite S0..1CodeableConceptTarget body site
Binding: SNOMED CT Body Structures (example)
... note 0..*AnnotationAddition details (comments, instructions)

doco Documentation for this format

 

D.4.1.2 Terminology Bindings

Terminology Bindings

PathNameConformanceValueSet
DeviceUseStatement.languageCommon LanguagesextensibleCommon Languages
DeviceUseStatement.statusDeviceUseStatementStatusrequiredDeviceUseStatementStatus
DeviceUseStatement.indicationSNOMED CT Clinical FindingspreferredSNOMED CT Clinical Findings
DeviceUseStatement.bodySiteSNOMED CT Body StructuresexampleSNOMED CT Body Structures

D.4.1.3 Constraints

Constraints

IdPathDetailsRequirements
dom-2DeviceUseStatementIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-1DeviceUseStatementIf the resource is contained in another resource, it SHALL NOT contain any narrative
: contained.text.empty()
dom-4DeviceUseStatementIf 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-3DeviceUseStatementIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource
: contained.where(('#'+id in %resource.descendants().reference).not()).empty()