This page is part of the Loinc/IVD Mapping FHIR IG (v0.1.0: STU 1 Draft) based on FHIR v3.5.0. . For a full list of available versions, see the Directory of published versions
This is a pre-release version (Draft for Comment) of Loinc/IVD Mapping (LIVD) R1 (STU). There is no current official version.
For a full list of available versions, see the Directory of published versions .
The official URL for this profile is:
http://hl7.org/fhir/uv/livd/StructureDefinition/devicemetric-uv-livd
Description of Profiles, Differentials, Snapshots and how the different presentations work.
This structure is derived from DeviceMetric
This structure is derived from DeviceMetric
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
DeviceMetric | 0..* | LIVD DeviceMetric | ||
extension | Extension | Slice: Unordered, Open by value:value | ||
ext-capability | S | 1..* | Reference(LIVD ObservationDefinition) | Extension URL: http://hl7.org/fhir/uv/livd/StructureDefinition/ext-capability |
identifier | 0..0 | |||
type | 1..1 | CodeableConcept | Identity of metric, for example Heart Rate or PEEP Setting | |
unit | 0..0 | |||
source | S | 1..1 | Reference(Device) | Describes the link to the source Device |
parent | 0..0 | |||
operationalStatus | 0..0 | |||
color | 0..0 | |||
category | S | 1..1 | code | measurement |
measurementPeriod | 0..0 | |||
calibration | 0..0 | |||
Documentation for this format |
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
DeviceMetric | I | 0..* | LIVD DeviceMetric | |
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: Common Languages (preferred) | |
text | 0..1 | Narrative | Text summary of the resource, for human interpretation | |
contained | 0..* | Resource | Contained, inline Resources | |
extension | Extension | Extension Slice: Unordered, Open by value:value | ||
ext-capability | SI | 1..* | Reference(LIVD ObservationDefinition) | Extension URL: http://hl7.org/fhir/uv/livd/StructureDefinition/ext-capability |
modifierExtension | ?! | 0..* | Extension | Extensions that cannot be ignored |
type | Σ | 1..1 | CodeableConcept | Identity of metric, for example Heart Rate or PEEP Setting Binding: DeviceMetricAndComponentTypes (preferred) |
source | SΣ | 1..1 | Reference(Device) | Describes the link to the source Device |
category | SΣ | 1..1 | code | measurement Binding: DeviceMetricCategory (required) |
Documentation for this format |
This structure is derived from DeviceMetric
Differential View
This structure is derived from DeviceMetric
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
DeviceMetric | 0..* | LIVD DeviceMetric | ||
extension | Extension | Slice: Unordered, Open by value:value | ||
ext-capability | S | 1..* | Reference(LIVD ObservationDefinition) | Extension URL: http://hl7.org/fhir/uv/livd/StructureDefinition/ext-capability |
identifier | 0..0 | |||
type | 1..1 | CodeableConcept | Identity of metric, for example Heart Rate or PEEP Setting | |
unit | 0..0 | |||
source | S | 1..1 | Reference(Device) | Describes the link to the source Device |
parent | 0..0 | |||
operationalStatus | 0..0 | |||
color | 0..0 | |||
category | S | 1..1 | code | measurement |
measurementPeriod | 0..0 | |||
calibration | 0..0 | |||
Documentation for this format |
Snapshot View
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
DeviceMetric | I | 0..* | LIVD DeviceMetric | |
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: Common Languages (preferred) | |
text | 0..1 | Narrative | Text summary of the resource, for human interpretation | |
contained | 0..* | Resource | Contained, inline Resources | |
extension | Extension | Extension Slice: Unordered, Open by value:value | ||
ext-capability | SI | 1..* | Reference(LIVD ObservationDefinition) | Extension URL: http://hl7.org/fhir/uv/livd/StructureDefinition/ext-capability |
modifierExtension | ?! | 0..* | Extension | Extensions that cannot be ignored |
type | Σ | 1..1 | CodeableConcept | Identity of metric, for example Heart Rate or PEEP Setting Binding: DeviceMetricAndComponentTypes (preferred) |
source | SΣ | 1..1 | Reference(Device) | Describes the link to the source Device |
category | SΣ | 1..1 | code | measurement Binding: DeviceMetricCategory (required) |
Documentation for this format |
Other representations of profile: Schematron
Path | Name | Conformance | ValueSet |
DeviceMetric.language | Language | preferred | Common Languages |
DeviceMetric.type | Device Metric and Component Types | preferred | DeviceMetricAndComponentTypes |
DeviceMetric.category | DeviceMetricCategory | required | DeviceMetricCategory |
DeviceMetric.calibration.type | DeviceMetricCalibrationType | required | DeviceMetricCalibrationType |
DeviceMetric.calibration.state | DeviceMetricCalibrationState | required | DeviceMetricCalibrationState |
Id | Path | Details | Requirements |
dom-2 | DeviceMetric | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
dom-4 | DeviceMetric | 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-3 | DeviceMetric | 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-6 | DeviceMetric | A resource should have narrative for robust management : text.div.exists() | |
dom-5 | DeviceMetric | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() | |
ele-1 | DeviceMetric.extension | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | DeviceMetric.extension | Must have either extensions or value[x], not both : extension.exists() != value.exists() | |
ele-1 | DeviceMetric.extension | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | DeviceMetric.extension | Must have either extensions or value[x], not both : extension.exists() != value.exists() |