LOINC – IVD Test Code (LIVD) Mapping
1.0.0-ballot - ballot International flag

This page is part of the Loinc/IVD Mapping FHIR IG (v1.0.0-ballot: STU1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions

Resource Profile: LIVD Catalog

Official URL: http://hl7.org/fhir/uv/livd/StructureDefinition/catalog-uv-livd Version: 1.0.0-ballot
Active as of 2018-08-14 Computable Name: LIVDCatalog

Profile on the Composition resource to specify and organize the sections and references to the necessary resource content to express the LIVD catalog.

Description

The LIVD Catalog is a profile on the Composition resource to specify and organize the sections and references to the necessary resource content to express the LIVD catalog.

Usage:

  • This Resource Profile is not used by any profiles in this Implementation Guide

Formal Views of Profile Content

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

This structure is derived from Composition

NameFlagsCard.TypeDescription & Constraintsdoco
.. Composition 0..*CompositionLIVDCatalog
... language S1..1codePublication Language
... Slices for extension S0..*ExtensionExtension
Slice: Unordered, Open by value:url
... CatalogRegion S0..*CodeableConceptLIVD Region
URL: http://hl7.org/fhir/uv/livd/StructureDefinition/ext-region
.... use 0..0
.... type 0..0
.... system S1..1uriPublication Identifier Name Space
.... value S1..1stringPublication Identifier Value
.... period 0..0
.... assigner S1..1Reference(Organization)Organization that issued id (may be just text)
..... reference 0..0
..... identifier 0..0
..... display S1..1stringPublication Vendor Name
... status S1..1codepreliminary | final | amended | entered-in-error
... type S1..1CodeableConceptKind of composition (LOINC if possible)
.... coding S1..1CodingCode defined by a terminology system
..... system S1..1uriLOINC Coding System
..... version S1..1stringLOINC Code Version
..... code S1..1codeLIVD Mapping Publication LOINC Code
..... display S1..1stringRepresentation defined by the system
..... userSelected 0..0
.... text 0..0
... category 0..0
... subject 0..0
... encounter 0..0
... date S1..1dateTimeComposition editing time
... author S1..1Reference(Organization)Who and/or what authored the composition
.... reference 0..0
.... identifier 0..0
.... display S1..1stringVendor Name
... title S1..1stringLIVD Mapping Publication Title
... confidentiality 0..0
... attester 0..0
... custodian 0..0
... relatesTo 0..0
... event 0..0
... section S1..*BackboneElementComposition is broken into sections
.... title S1..1stringLabel for section (e.g. for Devices)
.... code S1..1CodeableConceptdevices | concept-map | loinc-codes | ivd-test-codes | entry-definitions
Binding: Types of sections for the LIVD catalog (required): The type of sections used in the LIVD Mapping Publication

.... text 0..0
.... mode 0..0
.... orderedBy 0..0
.... entry S1..*Reference(Resource)A reference to data that supports this section
..... reference S1..1stringLiteral reference, Relative, internal or absolute URL
..... identifier 0..0
..... display 0..0
.... emptyReason 0..0
.... section 0..0

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSet
Composition.section.coderequiredLivdSectionTypeVS (a valid code from Types of sections for the LIVD catalog)
NameFlagsCard.TypeDescription & Constraintsdoco
.. Composition 0..*CompositionLIVDCatalog
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... language S1..1codePublication Language
Binding: CommonLanguages (preferred): A human language.

Additional BindingsPurpose
AllLanguagesMax Binding
... Slices for extension S0..*ExtensionExtension
Slice: Unordered, Open by value:url
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier SΣ1..1IdentifierLogical identifier of the LIVD Publication
.... system SΣ1..1uriPublication Identifier Name Space
Example General: http://www.acme.com/identifiers/patient
.... value SΣ1..1stringPublication Identifier Value
Example General: 123456
.... assigner SΣ1..1Reference(Organization)Organization that issued id (may be just text)
..... display SΣ1..1stringPublication Vendor Name
... status ?!SΣ1..1codepreliminary | final | amended | entered-in-error
Binding: CompositionStatus (required): The workflow/clinical status of the composition.

... type SΣ1..1CodeableConceptKind of composition (LOINC if possible)
Binding: FHIRDocumentTypeCodes (preferred): Type of a composition.

.... coding SΣ1..1CodingCode defined by a terminology system
..... system SΣ1..1uriLOINC Coding System
..... version SΣ1..1stringLOINC Code Version
..... code SΣ1..1codeLIVD Mapping Publication LOINC Code
..... display SΣ1..1stringRepresentation defined by the system
... date SΣ1..1dateTimeComposition editing time
... author SΣ1..1Reference(Organization)Who and/or what authored the composition
.... display SΣ1..1stringVendor Name
... title SΣ1..1stringLIVD Mapping Publication Title
... section SC1..*BackboneElementComposition is broken into sections
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... title S1..1stringLabel for section (e.g. for Devices)
.... code S1..1CodeableConceptdevices | concept-map | loinc-codes | ivd-test-codes | entry-definitions
Binding: Types of sections for the LIVD catalog (required): The type of sections used in the LIVD Mapping Publication

.... entry SC1..*Reference(Resource)A reference to data that supports this section
..... reference SΣC1..1stringLiteral reference, Relative, internal or absolute URL

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
Composition.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
Composition.statusrequiredCompositionStatus
Composition.typepreferredFHIRDocumentTypeCodes
Composition.attester.moderequiredCompositionAttestationMode
Composition.relatesTo.coderequiredDocumentRelationshipType
Composition.event.codeexampleActCode
Composition.section.coderequiredLivdSectionTypeVS (a valid code from Types of sections for the LIVD catalog)

Constraints

IdGradePath(s)DetailsRequirements
cmp-1errorComposition.sectionA section must contain at least one of text, entries, or sub-sections
: text.exists() or entry.exists() or section.exists()
cmp-2errorComposition.sectionA section can only have an emptyReason if it is empty
: emptyReason.empty() or entry.empty()
dom-2errorCompositionIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorCompositionIf 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-4errorCompositionIf 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-5errorCompositionIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceCompositionA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
NameFlagsCard.TypeDescription & Constraintsdoco
.. Composition 0..*CompositionLIVDCatalog
... 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
... text 0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... Slices for extension S0..*ExtensionExtension
Slice: Unordered, Open by value:url
... CatalogRegion S0..*CodeableConceptLIVD Region
URL: http://hl7.org/fhir/uv/livd/StructureDefinition/ext-region
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier SΣ1..1IdentifierLogical identifier of the LIVD Publication
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... system SΣ1..1uriPublication Identifier Name Space
Example General: http://www.acme.com/identifiers/patient
.... value SΣ1..1stringPublication Identifier Value
Example General: 123456
.... assigner SΣ1..1Reference(Organization)Organization that issued id (may be just text)
..... id 0..1stringUnique id for inter-element referencing
..... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
..... type Σ0..1uriType the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).

..... display SΣ1..1stringPublication Vendor Name
... status ?!SΣ1..1codepreliminary | final | amended | entered-in-error
Binding: CompositionStatus (required): The workflow/clinical status of the composition.

... type SΣ1..1CodeableConceptKind of composition (LOINC if possible)
Binding: FHIRDocumentTypeCodes (preferred): Type of a composition.

.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... coding SΣ1..1CodingCode defined by a terminology system
..... id 0..1stringUnique id for inter-element referencing
..... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
..... system SΣ1..1uriLOINC Coding System
..... version SΣ1..1stringLOINC Code Version
..... code SΣ1..1codeLIVD Mapping Publication LOINC Code
..... display SΣ1..1stringRepresentation defined by the system
... date SΣ1..1dateTimeComposition editing time
... author SΣ1..1Reference(Organization)Who and/or what authored the composition
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... type Σ0..1uriType the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).

.... display SΣ1..1stringVendor Name
... title SΣ1..1stringLIVD Mapping Publication Title
... section SC1..*BackboneElementComposition is broken into sections
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... title S1..1stringLabel for section (e.g. for Devices)
.... code S1..1CodeableConceptdevices | concept-map | loinc-codes | ivd-test-codes | entry-definitions
Binding: Types of sections for the LIVD catalog (required): The type of sections used in the LIVD Mapping Publication

.... author 0..*Reference(Practitioner | PractitionerRole | Device | Patient | RelatedPerson | Organization)Who and/or what authored the section
.... focus 0..1Reference(Resource)Who/what the section is about, when it is not about the subject of composition
.... entry SC1..*Reference(Resource)A reference to data that supports this section
..... id 0..1stringUnique id for inter-element referencing
..... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
..... reference SΣC1..1stringLiteral reference, Relative, internal or absolute URL
..... type Σ0..1uriType the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).


doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
Composition.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
Composition.identifier.assigner.typeextensibleResourceType
Composition.statusrequiredCompositionStatus
Composition.typepreferredFHIRDocumentTypeCodes
Composition.author.typeextensibleResourceType
Composition.attester.moderequiredCompositionAttestationMode
Composition.relatesTo.coderequiredDocumentRelationshipType
Composition.event.codeexampleActCode
Composition.section.coderequiredLivdSectionTypeVS (a valid code from Types of sections for the LIVD catalog)
Composition.section.entry.typeextensibleResourceType

Constraints

IdGradePath(s)DetailsRequirements
cmp-1errorComposition.sectionA section must contain at least one of text, entries, or sub-sections
: text.exists() or entry.exists() or section.exists()
cmp-2errorComposition.sectionA section can only have an emptyReason if it is empty
: emptyReason.empty() or entry.empty()
dom-2errorCompositionIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorCompositionIf 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-4errorCompositionIf 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-5errorCompositionIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceCompositionA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

This structure is derived from Composition

Summary

Mandatory: 17 elements
Must-Support: 24 elements
Prohibited: 24 elements

Extensions

This structure refers to these extensions:

Differential View

This structure is derived from Composition

NameFlagsCard.TypeDescription & Constraintsdoco
.. Composition 0..*CompositionLIVDCatalog
... language S1..1codePublication Language
... Slices for extension S0..*ExtensionExtension
Slice: Unordered, Open by value:url
... CatalogRegion S0..*CodeableConceptLIVD Region
URL: http://hl7.org/fhir/uv/livd/StructureDefinition/ext-region
.... use 0..0
.... type 0..0
.... system S1..1uriPublication Identifier Name Space
.... value S1..1stringPublication Identifier Value
.... period 0..0
.... assigner S1..1Reference(Organization)Organization that issued id (may be just text)
..... reference 0..0
..... identifier 0..0
..... display S1..1stringPublication Vendor Name
... status S1..1codepreliminary | final | amended | entered-in-error
... type S1..1CodeableConceptKind of composition (LOINC if possible)
.... coding S1..1CodingCode defined by a terminology system
..... system S1..1uriLOINC Coding System
..... version S1..1stringLOINC Code Version
..... code S1..1codeLIVD Mapping Publication LOINC Code
..... display S1..1stringRepresentation defined by the system
..... userSelected 0..0
.... text 0..0
... category 0..0
... subject 0..0
... encounter 0..0
... date S1..1dateTimeComposition editing time
... author S1..1Reference(Organization)Who and/or what authored the composition
.... reference 0..0
.... identifier 0..0
.... display S1..1stringVendor Name
... title S1..1stringLIVD Mapping Publication Title
... confidentiality 0..0
... attester 0..0
... custodian 0..0
... relatesTo 0..0
... event 0..0
... section S1..*BackboneElementComposition is broken into sections
.... title S1..1stringLabel for section (e.g. for Devices)
.... code S1..1CodeableConceptdevices | concept-map | loinc-codes | ivd-test-codes | entry-definitions
Binding: Types of sections for the LIVD catalog (required): The type of sections used in the LIVD Mapping Publication

.... text 0..0
.... mode 0..0
.... orderedBy 0..0
.... entry S1..*Reference(Resource)A reference to data that supports this section
..... reference S1..1stringLiteral reference, Relative, internal or absolute URL
..... identifier 0..0
..... display 0..0
.... emptyReason 0..0
.... section 0..0

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSet
Composition.section.coderequiredLivdSectionTypeVS (a valid code from Types of sections for the LIVD catalog)

Key Elements View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Composition 0..*CompositionLIVDCatalog
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... language S1..1codePublication Language
Binding: CommonLanguages (preferred): A human language.

Additional BindingsPurpose
AllLanguagesMax Binding
... Slices for extension S0..*ExtensionExtension
Slice: Unordered, Open by value:url
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier SΣ1..1IdentifierLogical identifier of the LIVD Publication
.... system SΣ1..1uriPublication Identifier Name Space
Example General: http://www.acme.com/identifiers/patient
.... value SΣ1..1stringPublication Identifier Value
Example General: 123456
.... assigner SΣ1..1Reference(Organization)Organization that issued id (may be just text)
..... display SΣ1..1stringPublication Vendor Name
... status ?!SΣ1..1codepreliminary | final | amended | entered-in-error
Binding: CompositionStatus (required): The workflow/clinical status of the composition.

... type SΣ1..1CodeableConceptKind of composition (LOINC if possible)
Binding: FHIRDocumentTypeCodes (preferred): Type of a composition.

.... coding SΣ1..1CodingCode defined by a terminology system
..... system SΣ1..1uriLOINC Coding System
..... version SΣ1..1stringLOINC Code Version
..... code SΣ1..1codeLIVD Mapping Publication LOINC Code
..... display SΣ1..1stringRepresentation defined by the system
... date SΣ1..1dateTimeComposition editing time
... author SΣ1..1Reference(Organization)Who and/or what authored the composition
.... display SΣ1..1stringVendor Name
... title SΣ1..1stringLIVD Mapping Publication Title
... section SC1..*BackboneElementComposition is broken into sections
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... title S1..1stringLabel for section (e.g. for Devices)
.... code S1..1CodeableConceptdevices | concept-map | loinc-codes | ivd-test-codes | entry-definitions
Binding: Types of sections for the LIVD catalog (required): The type of sections used in the LIVD Mapping Publication

.... entry SC1..*Reference(Resource)A reference to data that supports this section
..... reference SΣC1..1stringLiteral reference, Relative, internal or absolute URL

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
Composition.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
Composition.statusrequiredCompositionStatus
Composition.typepreferredFHIRDocumentTypeCodes
Composition.attester.moderequiredCompositionAttestationMode
Composition.relatesTo.coderequiredDocumentRelationshipType
Composition.event.codeexampleActCode
Composition.section.coderequiredLivdSectionTypeVS (a valid code from Types of sections for the LIVD catalog)

Constraints

IdGradePath(s)DetailsRequirements
cmp-1errorComposition.sectionA section must contain at least one of text, entries, or sub-sections
: text.exists() or entry.exists() or section.exists()
cmp-2errorComposition.sectionA section can only have an emptyReason if it is empty
: emptyReason.empty() or entry.empty()
dom-2errorCompositionIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorCompositionIf 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-4errorCompositionIf 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-5errorCompositionIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceCompositionA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Composition 0..*CompositionLIVDCatalog
... 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
... text 0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... Slices for extension S0..*ExtensionExtension
Slice: Unordered, Open by value:url
... CatalogRegion S0..*CodeableConceptLIVD Region
URL: http://hl7.org/fhir/uv/livd/StructureDefinition/ext-region
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier SΣ1..1IdentifierLogical identifier of the LIVD Publication
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... system SΣ1..1uriPublication Identifier Name Space
Example General: http://www.acme.com/identifiers/patient
.... value SΣ1..1stringPublication Identifier Value
Example General: 123456
.... assigner SΣ1..1Reference(Organization)Organization that issued id (may be just text)
..... id 0..1stringUnique id for inter-element referencing
..... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
..... type Σ0..1uriType the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).

..... display SΣ1..1stringPublication Vendor Name
... status ?!SΣ1..1codepreliminary | final | amended | entered-in-error
Binding: CompositionStatus (required): The workflow/clinical status of the composition.

... type SΣ1..1CodeableConceptKind of composition (LOINC if possible)
Binding: FHIRDocumentTypeCodes (preferred): Type of a composition.

.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... coding SΣ1..1CodingCode defined by a terminology system
..... id 0..1stringUnique id for inter-element referencing
..... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
..... system SΣ1..1uriLOINC Coding System
..... version SΣ1..1stringLOINC Code Version
..... code SΣ1..1codeLIVD Mapping Publication LOINC Code
..... display SΣ1..1stringRepresentation defined by the system
... date SΣ1..1dateTimeComposition editing time
... author SΣ1..1Reference(Organization)Who and/or what authored the composition
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... type Σ0..1uriType the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).

.... display SΣ1..1stringVendor Name
... title SΣ1..1stringLIVD Mapping Publication Title
... section SC1..*BackboneElementComposition is broken into sections
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... title S1..1stringLabel for section (e.g. for Devices)
.... code S1..1CodeableConceptdevices | concept-map | loinc-codes | ivd-test-codes | entry-definitions
Binding: Types of sections for the LIVD catalog (required): The type of sections used in the LIVD Mapping Publication

.... author 0..*Reference(Practitioner | PractitionerRole | Device | Patient | RelatedPerson | Organization)Who and/or what authored the section
.... focus 0..1Reference(Resource)Who/what the section is about, when it is not about the subject of composition
.... entry SC1..*Reference(Resource)A reference to data that supports this section
..... id 0..1stringUnique id for inter-element referencing
..... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
..... reference SΣC1..1stringLiteral reference, Relative, internal or absolute URL
..... type Σ0..1uriType the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).


doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
Composition.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
Composition.identifier.assigner.typeextensibleResourceType
Composition.statusrequiredCompositionStatus
Composition.typepreferredFHIRDocumentTypeCodes
Composition.author.typeextensibleResourceType
Composition.attester.moderequiredCompositionAttestationMode
Composition.relatesTo.coderequiredDocumentRelationshipType
Composition.event.codeexampleActCode
Composition.section.coderequiredLivdSectionTypeVS (a valid code from Types of sections for the LIVD catalog)
Composition.section.entry.typeextensibleResourceType

Constraints

IdGradePath(s)DetailsRequirements
cmp-1errorComposition.sectionA section must contain at least one of text, entries, or sub-sections
: text.exists() or entry.exists() or section.exists()
cmp-2errorComposition.sectionA section can only have an emptyReason if it is empty
: emptyReason.empty() or entry.empty()
dom-2errorCompositionIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorCompositionIf 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-4errorCompositionIf 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-5errorCompositionIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceCompositionA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

This structure is derived from Composition

Summary

Mandatory: 17 elements
Must-Support: 24 elements
Prohibited: 24 elements

Extensions

This structure refers to these extensions:

 

Other representations of profile: CSV, Excel, Schematron