Specyfikacja interoperacyjności prototypu SSIDL
0.1.1 - ci-build

Specyfikacja interoperacyjności prototypu SSIDL, published by Uniwersytet Medyczny w Łodzi. This guide is not an authorized publication; it is the continuous build for version 0.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SSIDL/ssidl-ig/ and changes regularly. See the Directory of published versions

Resource Profile: Słownik (SSIDL)

Official URL: http://loinc-ssidl.umed.pl/fhir/ig/ssidl/StructureDefinition/ssidl-codeSystem Version: 0.1.1
Draft as of 2025-08-28 Computable Name: SsidlCodeSystem

Słownik (system kodowania) zdefinowany w SSIDL

Usages:

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

You can also check for usages in the FHIR IG Statistics

Formal Views of Profile Content

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

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. CodeSystem C 0..* CodeSystem Declares the existence of and describes a code system or code system supplement
Constraints: cnl-0, csd-1, csd-2, csd-3, csd-4
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... contained 0..* Resource Contained, inline Resources
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
... identifier SΣ 1..1 Identifier Additional identifier for the code system (business identifier)
.... system SΣ 1..1 uri The namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
.... value SΣC 1..1 string The value that is unique
Example General: 123456
... version SΣ 1..1 string Business version of the code system (Coding.version)
... name SΣC 1..1 string Name for this code system (computer friendly)
... title SΣ 1..1 string Name for this code system (human friendly)
... status ?!SΣ 1..1 code draft | active | retired | unknown
Binding: PublicationStatus (required): The lifecycle status of an artifact.
Required Pattern: active
... jurisdiction Σ 1..1 CodeableConcept Intended jurisdiction for code system (if applicable)
Binding: JurisdictionValueSet (extensible): Countries and regions within which this artifact is targeted for use.
.... coding SΣ 1..1 Coding Code defined by a terminology system
..... system SΣ 1..1 uri Identity of the terminology system
Required Pattern: http://hl7.org/fhir/ValueSet/iso3166-1-2
..... code SΣC 1..1 code Symbol in syntax defined by the system
Required Pattern: PL
..... display SΣC 1..1 string Representation defined by the system
Required Pattern: Poland
... valueSet SΣ 1..1 canonical(ValueSet) Canonical reference to the value set with entire code system
... content SΣC 1..1 code not-present | example | fragment | complete | supplement
Binding: CodeSystemContentMode (required): The extent of the content of the code system (the concepts and codes it defines) are represented in a code system resource.
Required Pattern: complete
... count SΣ 1..1 unsignedInt Total concepts in the code system
... concept SC 1..* BackboneElement Concepts in the code system
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... code SC 1..1 code Code that identifies concept
.... display S 1..1 string Text to display to the user
.... designation SC 0..* BackboneElement Additional representations for the concept
Constraints: csd-5
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... language S 1..1 code Human language of the designation
Binding: AllLanguages (required): IETF language tag for a human language
Additional BindingsPurpose
CommonLanguages Starter
..... value 1..1 string The text value for this designation

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
CodeSystem.statusrequiredPattern Value: active
http://hl7.org/fhir/ValueSet/publication-status|5.0.0
From the FHIR Standard
CodeSystem.jurisdictionextensibleJurisdictionValueSet
http://hl7.org/fhir/ValueSet/jurisdiction
From the FHIR Standard
CodeSystem.contentrequiredPattern Value: complete
http://hl7.org/fhir/ValueSet/codesystem-content-mode|5.0.0
From the FHIR Standard
CodeSystem.filter.operatorrequiredFilterOperator
http://hl7.org/fhir/ValueSet/filter-operator|5.0.0
From the FHIR Standard
CodeSystem.property.typerequiredPropertyType
http://hl7.org/fhir/ValueSet/concept-property-type|5.0.0
From the FHIR Standard
CodeSystem.concept.designation.languagerequiredAllLanguages
http://hl7.org/fhir/ValueSet/all-languages|5.0.0
From the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
cnl-0warningCodeSystemName should be usable as an identifier for the module by machine processing applications such as code generation
: name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')
cnl-1warningCodeSystem.urlURL should not contain | or # - these characters make processing canonical references problematic
: exists() implies matches('^[^|# ]+$')
csd-1errorCodeSystemWithin a code system definition, all the codes SHALL be unique
: concept.exists() implies concept.code.combine(%resource.concept.descendants().concept.code).isDistinct()
csd-2warningCodeSystemIf there is an explicit hierarchy, a hierarchyMeaning should be provided
: concept.concept.exists() implies hierarchyMeaning.exists()
csd-3warningCodeSystemIf there is an implicit hierarchy, a hierarchyMeaning should be provided
: concept.where(property.code = 'parent' or property.code = 'child').exists() implies hierarchyMeaning.exists()
csd-4errorCodeSystemIf the code system content = supplement, it must nominate what it's a supplement for
: CodeSystem.content = 'supplement' implies CodeSystem.supplements.exists()
csd-5errorCodeSystem.concept.designationMust have a value for concept.designation.use if concept.designation.additionalUse is present
: additionalUse.exists() implies use.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 CodeSystem

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. CodeSystem 0..* CodeSystem Declares the existence of and describes a code system or code system supplement
... url S 1..1 uri Canonical identifier for this code system, represented as a URI (globally unique) (Coding.system)
... identifier S 1..1 Identifier Additional identifier for the code system (business identifier)
.... use 0..0
.... type 0..0
.... system S 1..1 uri The namespace for the identifier value
.... value S 1..1 string The value that is unique
.... period 0..0
.... assigner 0..0
... version S 1..1 string Business version of the code system (Coding.version)
... versionAlgorithm[x] 0..0
... name S 1..1 string Name for this code system (computer friendly)
... title S 1..1 string Name for this code system (human friendly)
... status S 1..1 code draft | active | retired | unknown
Required Pattern: active
... experimental 0..0
... date 0..0
... publisher 0..0
... contact 0..0
... description 0..0
... useContext 0..0
... jurisdiction 1..1 CodeableConcept Intended jurisdiction for code system (if applicable)
.... coding S 1..1 Coding Code defined by a terminology system
..... system S 1..1 uri Identity of the terminology system
Required Pattern: http://hl7.org/fhir/ValueSet/iso3166-1-2
..... version 0..0
..... code S 1..1 code Symbol in syntax defined by the system
Required Pattern: PL
..... display S 1..1 string Representation defined by the system
Required Pattern: Poland
..... userSelected 0..0
.... text 0..0
... purpose 0..0
... copyright 0..0
... copyrightLabel 0..0
... approvalDate 0..0
... lastReviewDate 0..0
... effectivePeriod 0..0
... topic 0..0
... author 0..0
... editor 0..0
... reviewer 0..0
... endorser 0..0
... relatedArtifact 0..0
... caseSensitive 0..0
... valueSet S 1..1 canonical(ValueSet) Canonical reference to the value set with entire code system
... hierarchyMeaning 0..0
... compositional 0..0
... versionNeeded 0..0
... content S 1..1 code not-present | example | fragment | complete | supplement
Required Pattern: complete
... supplements 0..0
... count S 1..1 unsignedInt Total concepts in the code system
... filter 0..0
... property 0..0
... concept S 1..* BackboneElement Concepts in the code system
.... code S 1..1 code Code that identifies concept
.... display S 1..1 string Text to display to the user
.... definition 0..0
.... designation S 0..* BackboneElement Additional representations for the concept
..... language S 1..1 code Human language of the designation
..... use 0..0
..... additionalUse 0..0
.... property 0..0
.... concept 0..0

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. CodeSystem C 0..* CodeSystem Declares the existence of and describes a code system or code system supplement
Constraints: cnl-0, csd-1, csd-2, csd-3, csd-4
... 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
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
... url SΣC 1..1 uri Canonical identifier for this code system, represented as a URI (globally unique) (Coding.system)
Constraints: cnl-1
... identifier SΣ 1..1 Identifier Additional identifier for the code system (business identifier)
.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... system SΣ 1..1 uri The namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
.... value SΣC 1..1 string The value that is unique
Example General: 123456
... version SΣ 1..1 string Business version of the code system (Coding.version)
... name SΣC 1..1 string Name for this code system (computer friendly)
... title SΣ 1..1 string Name for this code system (human friendly)
... status ?!SΣ 1..1 code draft | active | retired | unknown
Binding: PublicationStatus (required): The lifecycle status of an artifact.
Required Pattern: active
... jurisdiction Σ 1..1 CodeableConcept Intended jurisdiction for code system (if applicable)
Binding: JurisdictionValueSet (extensible): Countries and regions within which this artifact is targeted for use.
.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... coding SΣ 1..1 Coding Code defined by a terminology system
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... system SΣ 1..1 uri Identity of the terminology system
Required Pattern: http://hl7.org/fhir/ValueSet/iso3166-1-2
..... code SΣC 1..1 code Symbol in syntax defined by the system
Required Pattern: PL
..... display SΣC 1..1 string Representation defined by the system
Required Pattern: Poland
... valueSet SΣ 1..1 canonical(ValueSet) Canonical reference to the value set with entire code system
... content SΣC 1..1 code not-present | example | fragment | complete | supplement
Binding: CodeSystemContentMode (required): The extent of the content of the code system (the concepts and codes it defines) are represented in a code system resource.
Required Pattern: complete
... count SΣ 1..1 unsignedInt Total concepts in the code system
... concept SC 1..* BackboneElement Concepts in the code system
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... code SC 1..1 code Code that identifies concept
.... display S 1..1 string Text to display to the user
.... designation SC 0..* BackboneElement Additional representations for the concept
Constraints: csd-5
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... language S 1..1 code Human language of the designation
Binding: AllLanguages (required): IETF language tag for a human language
Additional BindingsPurpose
CommonLanguages Starter
..... value 1..1 string The text value for this designation

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
CodeSystem.languagerequiredAllLanguages
http://hl7.org/fhir/ValueSet/all-languages|5.0.0
From the FHIR Standard
CodeSystem.statusrequiredPattern Value: active
http://hl7.org/fhir/ValueSet/publication-status|5.0.0
From the FHIR Standard
CodeSystem.jurisdictionextensibleJurisdictionValueSet
http://hl7.org/fhir/ValueSet/jurisdiction
From the FHIR Standard
CodeSystem.contentrequiredPattern Value: complete
http://hl7.org/fhir/ValueSet/codesystem-content-mode|5.0.0
From the FHIR Standard
CodeSystem.filter.operatorrequiredFilterOperator
http://hl7.org/fhir/ValueSet/filter-operator|5.0.0
From the FHIR Standard
CodeSystem.property.typerequiredPropertyType
http://hl7.org/fhir/ValueSet/concept-property-type|5.0.0
From the FHIR Standard
CodeSystem.concept.designation.languagerequiredAllLanguages
http://hl7.org/fhir/ValueSet/all-languages|5.0.0
From the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
cnl-0warningCodeSystemName should be usable as an identifier for the module by machine processing applications such as code generation
: name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')
cnl-1warningCodeSystem.urlURL should not contain | or # - these characters make processing canonical references problematic
: exists() implies matches('^[^|# ]+$')
csd-1errorCodeSystemWithin a code system definition, all the codes SHALL be unique
: concept.exists() implies concept.code.combine(%resource.concept.descendants().concept.code).isDistinct()
csd-2warningCodeSystemIf there is an explicit hierarchy, a hierarchyMeaning should be provided
: concept.concept.exists() implies hierarchyMeaning.exists()
csd-3warningCodeSystemIf there is an implicit hierarchy, a hierarchyMeaning should be provided
: concept.where(property.code = 'parent' or property.code = 'child').exists() implies hierarchyMeaning.exists()
csd-4errorCodeSystemIf the code system content = supplement, it must nominate what it's a supplement for
: CodeSystem.content = 'supplement' implies CodeSystem.supplements.exists()
csd-5errorCodeSystem.concept.designationMust have a value for concept.designation.use if concept.designation.additionalUse is present
: additionalUse.exists() implies use.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 CodeSystem

Summary

Mandatory: 16 elements(2 nested mandatory elements)
Must-Support: 21 elements
Prohibited: 38 elements

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. CodeSystem C 0..* CodeSystem Declares the existence of and describes a code system or code system supplement
Constraints: cnl-0, csd-1, csd-2, csd-3, csd-4
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... contained 0..* Resource Contained, inline Resources
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
... identifier SΣ 1..1 Identifier Additional identifier for the code system (business identifier)
.... system SΣ 1..1 uri The namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
.... value SΣC 1..1 string The value that is unique
Example General: 123456
... version SΣ 1..1 string Business version of the code system (Coding.version)
... name SΣC 1..1 string Name for this code system (computer friendly)
... title SΣ 1..1 string Name for this code system (human friendly)
... status ?!SΣ 1..1 code draft | active | retired | unknown
Binding: PublicationStatus (required): The lifecycle status of an artifact.
Required Pattern: active
... jurisdiction Σ 1..1 CodeableConcept Intended jurisdiction for code system (if applicable)
Binding: JurisdictionValueSet (extensible): Countries and regions within which this artifact is targeted for use.
.... coding SΣ 1..1 Coding Code defined by a terminology system
..... system SΣ 1..1 uri Identity of the terminology system
Required Pattern: http://hl7.org/fhir/ValueSet/iso3166-1-2
..... code SΣC 1..1 code Symbol in syntax defined by the system
Required Pattern: PL
..... display SΣC 1..1 string Representation defined by the system
Required Pattern: Poland
... valueSet SΣ 1..1 canonical(ValueSet) Canonical reference to the value set with entire code system
... content SΣC 1..1 code not-present | example | fragment | complete | supplement
Binding: CodeSystemContentMode (required): The extent of the content of the code system (the concepts and codes it defines) are represented in a code system resource.
Required Pattern: complete
... count SΣ 1..1 unsignedInt Total concepts in the code system
... concept SC 1..* BackboneElement Concepts in the code system
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... code SC 1..1 code Code that identifies concept
.... display S 1..1 string Text to display to the user
.... designation SC 0..* BackboneElement Additional representations for the concept
Constraints: csd-5
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... language S 1..1 code Human language of the designation
Binding: AllLanguages (required): IETF language tag for a human language
Additional BindingsPurpose
CommonLanguages Starter
..... value 1..1 string The text value for this designation

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
CodeSystem.statusrequiredPattern Value: active
http://hl7.org/fhir/ValueSet/publication-status|5.0.0
From the FHIR Standard
CodeSystem.jurisdictionextensibleJurisdictionValueSet
http://hl7.org/fhir/ValueSet/jurisdiction
From the FHIR Standard
CodeSystem.contentrequiredPattern Value: complete
http://hl7.org/fhir/ValueSet/codesystem-content-mode|5.0.0
From the FHIR Standard
CodeSystem.filter.operatorrequiredFilterOperator
http://hl7.org/fhir/ValueSet/filter-operator|5.0.0
From the FHIR Standard
CodeSystem.property.typerequiredPropertyType
http://hl7.org/fhir/ValueSet/concept-property-type|5.0.0
From the FHIR Standard
CodeSystem.concept.designation.languagerequiredAllLanguages
http://hl7.org/fhir/ValueSet/all-languages|5.0.0
From the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
cnl-0warningCodeSystemName should be usable as an identifier for the module by machine processing applications such as code generation
: name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')
cnl-1warningCodeSystem.urlURL should not contain | or # - these characters make processing canonical references problematic
: exists() implies matches('^[^|# ]+$')
csd-1errorCodeSystemWithin a code system definition, all the codes SHALL be unique
: concept.exists() implies concept.code.combine(%resource.concept.descendants().concept.code).isDistinct()
csd-2warningCodeSystemIf there is an explicit hierarchy, a hierarchyMeaning should be provided
: concept.concept.exists() implies hierarchyMeaning.exists()
csd-3warningCodeSystemIf there is an implicit hierarchy, a hierarchyMeaning should be provided
: concept.where(property.code = 'parent' or property.code = 'child').exists() implies hierarchyMeaning.exists()
csd-4errorCodeSystemIf the code system content = supplement, it must nominate what it's a supplement for
: CodeSystem.content = 'supplement' implies CodeSystem.supplements.exists()
csd-5errorCodeSystem.concept.designationMust have a value for concept.designation.use if concept.designation.additionalUse is present
: additionalUse.exists() implies use.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()

Differential View

This structure is derived from CodeSystem

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. CodeSystem 0..* CodeSystem Declares the existence of and describes a code system or code system supplement
... url S 1..1 uri Canonical identifier for this code system, represented as a URI (globally unique) (Coding.system)
... identifier S 1..1 Identifier Additional identifier for the code system (business identifier)
.... use 0..0
.... type 0..0
.... system S 1..1 uri The namespace for the identifier value
.... value S 1..1 string The value that is unique
.... period 0..0
.... assigner 0..0
... version S 1..1 string Business version of the code system (Coding.version)
... versionAlgorithm[x] 0..0
... name S 1..1 string Name for this code system (computer friendly)
... title S 1..1 string Name for this code system (human friendly)
... status S 1..1 code draft | active | retired | unknown
Required Pattern: active
... experimental 0..0
... date 0..0
... publisher 0..0
... contact 0..0
... description 0..0
... useContext 0..0
... jurisdiction 1..1 CodeableConcept Intended jurisdiction for code system (if applicable)
.... coding S 1..1 Coding Code defined by a terminology system
..... system S 1..1 uri Identity of the terminology system
Required Pattern: http://hl7.org/fhir/ValueSet/iso3166-1-2
..... version 0..0
..... code S 1..1 code Symbol in syntax defined by the system
Required Pattern: PL
..... display S 1..1 string Representation defined by the system
Required Pattern: Poland
..... userSelected 0..0
.... text 0..0
... purpose 0..0
... copyright 0..0
... copyrightLabel 0..0
... approvalDate 0..0
... lastReviewDate 0..0
... effectivePeriod 0..0
... topic 0..0
... author 0..0
... editor 0..0
... reviewer 0..0
... endorser 0..0
... relatedArtifact 0..0
... caseSensitive 0..0
... valueSet S 1..1 canonical(ValueSet) Canonical reference to the value set with entire code system
... hierarchyMeaning 0..0
... compositional 0..0
... versionNeeded 0..0
... content S 1..1 code not-present | example | fragment | complete | supplement
Required Pattern: complete
... supplements 0..0
... count S 1..1 unsignedInt Total concepts in the code system
... filter 0..0
... property 0..0
... concept S 1..* BackboneElement Concepts in the code system
.... code S 1..1 code Code that identifies concept
.... display S 1..1 string Text to display to the user
.... definition 0..0
.... designation S 0..* BackboneElement Additional representations for the concept
..... language S 1..1 code Human language of the designation
..... use 0..0
..... additionalUse 0..0
.... property 0..0
.... concept 0..0

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. CodeSystem C 0..* CodeSystem Declares the existence of and describes a code system or code system supplement
Constraints: cnl-0, csd-1, csd-2, csd-3, csd-4
... 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
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
... url SΣC 1..1 uri Canonical identifier for this code system, represented as a URI (globally unique) (Coding.system)
Constraints: cnl-1
... identifier SΣ 1..1 Identifier Additional identifier for the code system (business identifier)
.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... system SΣ 1..1 uri The namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
.... value SΣC 1..1 string The value that is unique
Example General: 123456
... version SΣ 1..1 string Business version of the code system (Coding.version)
... name SΣC 1..1 string Name for this code system (computer friendly)
... title SΣ 1..1 string Name for this code system (human friendly)
... status ?!SΣ 1..1 code draft | active | retired | unknown
Binding: PublicationStatus (required): The lifecycle status of an artifact.
Required Pattern: active
... jurisdiction Σ 1..1 CodeableConcept Intended jurisdiction for code system (if applicable)
Binding: JurisdictionValueSet (extensible): Countries and regions within which this artifact is targeted for use.
.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... coding SΣ 1..1 Coding Code defined by a terminology system
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... system SΣ 1..1 uri Identity of the terminology system
Required Pattern: http://hl7.org/fhir/ValueSet/iso3166-1-2
..... code SΣC 1..1 code Symbol in syntax defined by the system
Required Pattern: PL
..... display SΣC 1..1 string Representation defined by the system
Required Pattern: Poland
... valueSet SΣ 1..1 canonical(ValueSet) Canonical reference to the value set with entire code system
... content SΣC 1..1 code not-present | example | fragment | complete | supplement
Binding: CodeSystemContentMode (required): The extent of the content of the code system (the concepts and codes it defines) are represented in a code system resource.
Required Pattern: complete
... count SΣ 1..1 unsignedInt Total concepts in the code system
... concept SC 1..* BackboneElement Concepts in the code system
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... code SC 1..1 code Code that identifies concept
.... display S 1..1 string Text to display to the user
.... designation SC 0..* BackboneElement Additional representations for the concept
Constraints: csd-5
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... language S 1..1 code Human language of the designation
Binding: AllLanguages (required): IETF language tag for a human language
Additional BindingsPurpose
CommonLanguages Starter
..... value 1..1 string The text value for this designation

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
CodeSystem.languagerequiredAllLanguages
http://hl7.org/fhir/ValueSet/all-languages|5.0.0
From the FHIR Standard
CodeSystem.statusrequiredPattern Value: active
http://hl7.org/fhir/ValueSet/publication-status|5.0.0
From the FHIR Standard
CodeSystem.jurisdictionextensibleJurisdictionValueSet
http://hl7.org/fhir/ValueSet/jurisdiction
From the FHIR Standard
CodeSystem.contentrequiredPattern Value: complete
http://hl7.org/fhir/ValueSet/codesystem-content-mode|5.0.0
From the FHIR Standard
CodeSystem.filter.operatorrequiredFilterOperator
http://hl7.org/fhir/ValueSet/filter-operator|5.0.0
From the FHIR Standard
CodeSystem.property.typerequiredPropertyType
http://hl7.org/fhir/ValueSet/concept-property-type|5.0.0
From the FHIR Standard
CodeSystem.concept.designation.languagerequiredAllLanguages
http://hl7.org/fhir/ValueSet/all-languages|5.0.0
From the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
cnl-0warningCodeSystemName should be usable as an identifier for the module by machine processing applications such as code generation
: name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')
cnl-1warningCodeSystem.urlURL should not contain | or # - these characters make processing canonical references problematic
: exists() implies matches('^[^|# ]+$')
csd-1errorCodeSystemWithin a code system definition, all the codes SHALL be unique
: concept.exists() implies concept.code.combine(%resource.concept.descendants().concept.code).isDistinct()
csd-2warningCodeSystemIf there is an explicit hierarchy, a hierarchyMeaning should be provided
: concept.concept.exists() implies hierarchyMeaning.exists()
csd-3warningCodeSystemIf there is an implicit hierarchy, a hierarchyMeaning should be provided
: concept.where(property.code = 'parent' or property.code = 'child').exists() implies hierarchyMeaning.exists()
csd-4errorCodeSystemIf the code system content = supplement, it must nominate what it's a supplement for
: CodeSystem.content = 'supplement' implies CodeSystem.supplements.exists()
csd-5errorCodeSystem.concept.designationMust have a value for concept.designation.use if concept.designation.additionalUse is present
: additionalUse.exists() implies use.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 CodeSystem

Summary

Mandatory: 16 elements(2 nested mandatory elements)
Must-Support: 21 elements
Prohibited: 38 elements

 

Other representations of profile: CSV, Excel, Schematron