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/entrydefinition-uv-livd
Description of Profiles, Differentials, Snapshots and how the different presentations work.
This structure is derived from EntryDefinition
This structure is derived from EntryDefinition
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
EntryDefinition | 0..* | LIVD EntryDefinition | ||
identifier | 0..0 | |||
type | 0..0 | |||
referencedItem | S | 1..1 | Reference(Device) | The item itself |
additionalIdentifier | 0..0 | |||
classification | 0..0 | |||
status | 0..0 | |||
validityPeriod | 0..0 | |||
lastUpdated | 0..0 | |||
additionalCharacteristic | 0..0 | |||
additionalClassification | 0..0 | |||
relatedEntry | 0..0 | |||
Documentation for this format |
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
EntryDefinition | I | 0..* | LIVD EntryDefinition | |
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 | 0..* | Extension | Additional Content defined by implementations | |
modifierExtension | ?! | 0..* | Extension | Extensions that cannot be ignored |
orderable | Σ | 1..1 | boolean | Whether the entry represents an orderable item |
referencedItem | SΣ | 1..1 | Reference(Device) | The item itself |
Documentation for this format |
This structure is derived from EntryDefinition
Differential View
This structure is derived from EntryDefinition
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
EntryDefinition | 0..* | LIVD EntryDefinition | ||
identifier | 0..0 | |||
type | 0..0 | |||
referencedItem | S | 1..1 | Reference(Device) | The item itself |
additionalIdentifier | 0..0 | |||
classification | 0..0 | |||
status | 0..0 | |||
validityPeriod | 0..0 | |||
lastUpdated | 0..0 | |||
additionalCharacteristic | 0..0 | |||
additionalClassification | 0..0 | |||
relatedEntry | 0..0 | |||
Documentation for this format |
Snapshot View
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
EntryDefinition | I | 0..* | LIVD EntryDefinition | |
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 | 0..* | Extension | Additional Content defined by implementations | |
modifierExtension | ?! | 0..* | Extension | Extensions that cannot be ignored |
orderable | Σ | 1..1 | boolean | Whether the entry represents an orderable item |
referencedItem | SΣ | 1..1 | Reference(Device) | The item itself |
Documentation for this format |
Other representations of profile: Schematron
Path | Name | Conformance | ValueSet |
EntryDefinition.language | Language | preferred | Common Languages |
EntryDefinition.relatedEntry.relationtype | EntryDefinitionRelationType | required | EntryDefinitionRelationType |
Id | Path | Details | Requirements |
dom-2 | EntryDefinition | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
dom-4 | EntryDefinition | 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 | EntryDefinition | 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 | EntryDefinition | A resource should have narrative for robust management : text.div.exists() | |
dom-5 | EntryDefinition | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() |