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 .

StructureDefinition: LIVD EntryDefinition

The official URL for this profile is:

http://hl7.org/fhir/uv/livd/StructureDefinition/entrydefinition-uv-livd

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

This structure is derived from EntryDefinition

Summary

Mandatory: 1 element (2 nested mandatory elements)
Must-Support: 1 element
Prohibited: 10 elements

This structure is derived from EntryDefinition

NameFlagsCard.TypeDescription & Constraintsdoco
.. EntryDefinition 0..*LIVD EntryDefinition
... identifier 0..0
... type 0..0
... referencedItem S1..1Reference(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

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. EntryDefinition I0..*LIVD EntryDefinition
... 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 (preferred)
... text 0..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
... orderable Σ1..1booleanWhether the entry represents an orderable item
... referencedItem SΣ1..1Reference(Device)The item itself

doco Documentation for this format

This structure is derived from EntryDefinition

Summary

Mandatory: 1 element (2 nested mandatory elements)
Must-Support: 1 element
Prohibited: 10 elements

Differential View

This structure is derived from EntryDefinition

NameFlagsCard.TypeDescription & Constraintsdoco
.. EntryDefinition 0..*LIVD EntryDefinition
... identifier 0..0
... type 0..0
... referencedItem S1..1Reference(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

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. EntryDefinition I0..*LIVD EntryDefinition
... 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 (preferred)
... text 0..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
... orderable Σ1..1booleanWhether the entry represents an orderable item
... referencedItem SΣ1..1Reference(Device)The item itself

doco Documentation for this format

 

Other representations of profile: Schematron

Terminology Bindings

PathNameConformanceValueSet
EntryDefinition.languageLanguagepreferredCommon Languages
EntryDefinition.relatedEntry.relationtypeEntryDefinitionRelationTyperequiredEntryDefinitionRelationType

Constraints

IdPathDetailsRequirements
dom-2EntryDefinitionIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-4EntryDefinitionIf 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-3EntryDefinitionIf 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-6EntryDefinitionA resource should have narrative for robust management
: text.div.exists()
dom-5EntryDefinitionIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()