HL7 Terminology (THO)
6.1.0 - Continuous Process Integration (ci build)
HL7 Terminology (THO) - Local Development build (v6.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Official URL: http://terminology.hl7.org/StructureDefinition/shareablenamingsystem | Version: 1.0.0 | |||
Standards status: Trial-use | Maturity Level: 1 | Responsible: HL7 International / Terminology Infrastructure | Computable Name: ShareableNamingSystem |
Enforces the minimum information set for the naming system metadata required by HL7 and other organizations that share and publish naming systems
Usage:
Description of Profiles, Differentials, Snapshots and how the different presentations work.
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() |
C | 1..1 | NamingSystem | System of unique identification cnl-0: Name should be usable as an identifier for the module by machine processing applications such as code generation nsd-1: Root systems cannot have uuid identifiers nsd-2: Can't have more than one preferred identifier for a type nsd-3: Can't have more than one authoritative identifier for a type/period combination (only one authoritative identifier allowed at any given point of time) |
![]() ![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
0..* | Resource | Contained, inline Resources | |
![]() ![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() ![]() |
S | 0..* | code | narrative | semi-structured | structured | executable URL: http://hl7.org/fhir/StructureDefinition/cqf-knowledgeRepresentationLevel Binding: KnowledgeRepresentationLevel (required) ele-1: All FHIR elements must have a @value or children ext-1: Must have either extensions or value[x], not both |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored ele-1: All FHIR elements must have a @value or children ext-1: Must have either extensions or value[x], not both |
![]() ![]() ![]() |
SΣC | 1..1 | uri | Canonical identifier for this naming system, represented as a URI (globally unique) cnl-1: URL should not contain | or # - these characters make processing canonical references problematic ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
SΣ | 1..1 | string | Business version of the naming system ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
SΣ | 0..1 | How to compare versions Binding: VersionAlgorithm (extensible) ele-1: All FHIR elements must have a @value or children | |
![]() ![]() ![]() ![]() |
string | |||
![]() ![]() ![]() ![]() |
Coding | |||
![]() ![]() ![]() |
SΣC | 1..1 | string | Name for this naming system (computer friendly) ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
SΣ | 1..1 | string | Title for this naming system (human friendly) ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
?!SΣ | 1..1 | code | draft | active | retired | unknown Binding: PublicationStatus (required): The lifecycle status of an artifact. ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
ΣC | 1..1 | code | codesystem | identifier | root Binding: NamingSystemType (required): Identifies the purpose of the naming system. ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
SΣ | 0..1 | boolean | For testing purposes, not real usage ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
Σ | 1..1 | dateTime | Date last changed ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
SΣ | 0..1 | string | Name of the publisher/steward (organization or individual) ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
S | 1..1 | markdown | Natural language description of the naming system ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
ΣC | 1..* | BackboneElement | Unique identifiers used for system ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized ele-1: All FHIR elements must have a @value or children ext-1: Must have either extensions or value[x], not both |
![]() ![]() ![]() ![]() |
ΣC | 1..1 | code | oid | uuid | uri | iri-stem | v2csmnemonic | other Binding: NamingSystemIdentifierType (required): Identifies the style of unique identifier used to identify a namespace. ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() ![]() |
Σ | 1..1 | string | The unique identifier ele-1: All FHIR elements must have a @value or children |
![]() |
Path | Conformance | ValueSet | URI |
NamingSystem.versionAlgorithm[x] | extensible | VersionAlgorithmhttp://hl7.org/fhir/ValueSet/version-algorithm from the FHIR Standard | |
NamingSystem.status | required | PublicationStatushttp://hl7.org/fhir/ValueSet/publication-status|5.0.0 from the FHIR Standard | |
NamingSystem.kind | required | NamingSystemTypehttp://hl7.org/fhir/ValueSet/namingsystem-type|5.0.0 from the FHIR Standard | |
NamingSystem.uniqueId.type | required | NamingSystemIdentifierTypehttp://hl7.org/fhir/ValueSet/namingsystem-identifier-type|5.0.0 from the FHIR Standard |
Id | Grade | Path(s) | Details | Requirements |
cnl-0 | warning | NamingSystem | Name 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-1 | warning | NamingSystem.url | URL should not contain | or # - these characters make processing canonical references problematic : exists() implies matches('^[^|# ]+$') | |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() | |
nsd-1 | error | NamingSystem | Root systems cannot have uuid identifiers : kind != 'root' or uniqueId.all(type != 'uuid') | |
nsd-2 | error | NamingSystem | Can't have more than one preferred identifier for a type : uniqueId.where(preferred = true).select(type).isDistinct() | |
nsd-3 | error | NamingSystem | Can't have more than one authoritative identifier for a type/period combination (only one authoritative identifier allowed at any given point of time) : uniqueId.where(authoritative = 'true').select(type.toString() & period.start.toString() & period.end.toString()).isDistinct() |
This structure is derived from NamingSystem
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() |
1..1 | NamingSystem | System of unique identification | |
![]() ![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() ![]() |
S | 0..* | code | narrative | semi-structured | structured | executable URL: http://hl7.org/fhir/StructureDefinition/cqf-knowledgeRepresentationLevel Binding: KnowledgeRepresentationLevel (required) |
![]() ![]() ![]() |
S | 1..1 | uri | Canonical identifier for this naming system, represented as a URI (globally unique) |
![]() ![]() ![]() |
S | 1..1 | string | Business version of the naming system |
![]() ![]() ![]() |
S | 0..1 | string, Coding | How to compare versions |
![]() ![]() ![]() |
S | 1..1 | string | Name for this naming system (computer friendly) |
![]() ![]() ![]() |
S | 1..1 | string | Title for this naming system (human friendly) |
![]() ![]() ![]() |
S | 1..1 | code | draft | active | retired | unknown |
![]() ![]() ![]() |
S | 0..1 | boolean | For testing purposes, not real usage |
![]() ![]() ![]() |
S | 0..1 | string | Name of the publisher/steward (organization or individual) |
![]() ![]() ![]() |
S | 1..1 | markdown | Natural language description of the naming system |
![]() |
Name | Flags | Card. | Type | Description & Constraints![]() | ||||
---|---|---|---|---|---|---|---|---|
![]() ![]() |
C | 1..1 | NamingSystem | System of unique identification cnl-0: Name should be usable as an identifier for the module by machine processing applications such as code generation nsd-1: Root systems cannot have uuid identifiers nsd-2: Can't have more than one preferred identifier for a type nsd-3: Can't have more than one authoritative identifier for a type/period combination (only one authoritative identifier allowed at any given point of time) | ||||
![]() ![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() ![]() |
0..1 | code | Language of the resource content Binding: AllLanguages (required): IETF language tag for a human language
| |||||
![]() ![]() ![]() |
0..1 | Narrative | Text summary of the resource, for human interpretation | |||||
![]() ![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
S | 0..* | code | narrative | semi-structured | structured | executable URL: http://hl7.org/fhir/StructureDefinition/cqf-knowledgeRepresentationLevel Binding: KnowledgeRepresentationLevel (required) | ||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() |
SΣC | 1..1 | uri | Canonical identifier for this naming system, represented as a URI (globally unique) cnl-1: URL should not contain | or # - these characters make processing canonical references problematic | ||||
![]() ![]() ![]() |
Σ | 0..* | Identifier | Additional identifier for the naming system (business identifier) | ||||
![]() ![]() ![]() |
SΣ | 1..1 | string | Business version of the naming system | ||||
![]() ![]() ![]() |
SΣ | 0..1 | How to compare versions Binding: VersionAlgorithm (extensible) | |||||
![]() ![]() ![]() ![]() |
string | |||||||
![]() ![]() ![]() ![]() |
Coding | |||||||
![]() ![]() ![]() |
SΣC | 1..1 | string | Name for this naming system (computer friendly) | ||||
![]() ![]() ![]() |
SΣ | 1..1 | string | Title for this naming system (human friendly) | ||||
![]() ![]() ![]() |
?!SΣ | 1..1 | code | draft | active | retired | unknown Binding: PublicationStatus (required): The lifecycle status of an artifact. | ||||
![]() ![]() ![]() |
ΣC | 1..1 | code | codesystem | identifier | root Binding: NamingSystemType (required): Identifies the purpose of the naming system. | ||||
![]() ![]() ![]() |
SΣ | 0..1 | boolean | For testing purposes, not real usage | ||||
![]() ![]() ![]() |
Σ | 1..1 | dateTime | Date last changed | ||||
![]() ![]() ![]() |
SΣ | 0..1 | string | Name of the publisher/steward (organization or individual) | ||||
![]() ![]() ![]() |
Σ | 0..* | ContactDetail | Contact details for the publisher | ||||
![]() ![]() ![]() |
0..1 | string | Who maintains system namespace? | |||||
![]() ![]() ![]() |
0..1 | CodeableConcept | e.g. driver, provider, patient, bank etc Binding: NamingSystemIdentifierSystemType (preferred): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. | |||||
![]() ![]() ![]() |
S | 1..1 | markdown | Natural language description of the naming system | ||||
![]() ![]() ![]() |
Σ | 0..* | UsageContext | The context that the content is intended to support | ||||
![]() ![]() ![]() |
Σ | 0..* | CodeableConcept | Intended jurisdiction for naming system (if applicable) Binding: JurisdictionValueSet (extensible): Countries and regions within which this artifact is targeted for use. | ||||
![]() ![]() ![]() |
0..1 | markdown | Why this naming system is defined | |||||
![]() ![]() ![]() |
0..1 | markdown | Use and/or publishing restrictions | |||||
![]() ![]() ![]() |
0..1 | string | Copyright holder and year(s) | |||||
![]() ![]() ![]() |
0..1 | date | When the NamingSystem was approved by publisher | |||||
![]() ![]() ![]() |
0..1 | date | When the NamingSystem was last reviewed by the publisher | |||||
![]() ![]() ![]() |
Σ | 0..1 | Period | When the NamingSystem is expected to be used | ||||
![]() ![]() ![]() |
0..* | CodeableConcept | E.g. Education, Treatment, Assessment, etc Binding: DefinitionTopic (example) | |||||
![]() ![]() ![]() |
0..* | ContactDetail | Who authored the CodeSystem | |||||
![]() ![]() ![]() |
0..* | ContactDetail | Who edited the NamingSystem | |||||
![]() ![]() ![]() |
0..* | ContactDetail | Who reviewed the NamingSystem | |||||
![]() ![]() ![]() |
0..* | ContactDetail | Who endorsed the NamingSystem | |||||
![]() ![]() ![]() |
0..* | RelatedArtifact | Additional documentation, citations, etc | |||||
![]() ![]() ![]() |
0..1 | string | How/where is it used | |||||
![]() ![]() ![]() |
ΣC | 1..* | BackboneElement | Unique identifiers used for system | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() ![]() |
ΣC | 1..1 | code | oid | uuid | uri | iri-stem | v2csmnemonic | other Binding: NamingSystemIdentifierType (required): Identifies the style of unique identifier used to identify a namespace. | ||||
![]() ![]() ![]() ![]() |
Σ | 1..1 | string | The unique identifier | ||||
![]() ![]() ![]() ![]() |
C | 0..1 | boolean | Is this the id that should be used for this type | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Notes about identifier usage | |||||
![]() ![]() ![]() ![]() |
C | 0..1 | Period | When is identifier valid? | ||||
![]() ![]() ![]() ![]() |
C | 0..1 | boolean | Whether the identifier is authoritative | ||||
![]() |
Path | Conformance | ValueSet | URI |
NamingSystem.language | required | AllLanguages (a valid code from Tags for the Identification of Languages)http://hl7.org/fhir/ValueSet/all-languages|5.0.0 from the FHIR Standard | |
NamingSystem.versionAlgorithm[x] | extensible | VersionAlgorithmhttp://hl7.org/fhir/ValueSet/version-algorithm from the FHIR Standard | |
NamingSystem.status | required | PublicationStatushttp://hl7.org/fhir/ValueSet/publication-status|5.0.0 from the FHIR Standard | |
NamingSystem.kind | required | NamingSystemTypehttp://hl7.org/fhir/ValueSet/namingsystem-type|5.0.0 from the FHIR Standard | |
NamingSystem.type | preferred | NamingSystemIdentifierSystemType (a valid code from identifierType)http://hl7.org/fhir/ValueSet/namingsystem-identifier-system-type from the FHIR Standard | |
NamingSystem.jurisdiction | extensible | JurisdictionValueSethttp://hl7.org/fhir/ValueSet/jurisdiction from the FHIR Standard | |
NamingSystem.topic | example | DefinitionTopichttp://hl7.org/fhir/ValueSet/definition-topic from the FHIR Standard | |
NamingSystem.uniqueId.type | required | NamingSystemIdentifierTypehttp://hl7.org/fhir/ValueSet/namingsystem-identifier-type|5.0.0 from the FHIR Standard |
Id | Grade | Path(s) | Details | Requirements |
cnl-0 | warning | NamingSystem | Name 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-1 | warning | NamingSystem.url | URL should not contain | or # - these characters make processing canonical references problematic : exists() implies matches('^[^|# ]+$') | |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() | |
nsd-1 | error | NamingSystem | Root systems cannot have uuid identifiers : kind != 'root' or uniqueId.all(type != 'uuid') | |
nsd-2 | error | NamingSystem | Can't have more than one preferred identifier for a type : uniqueId.where(preferred = true).select(type).isDistinct() | |
nsd-3 | error | NamingSystem | Can't have more than one authoritative identifier for a type/period combination (only one authoritative identifier allowed at any given point of time) : uniqueId.where(authoritative = 'true').select(type.toString() & period.start.toString() & period.end.toString()).isDistinct() |
This structure is derived from NamingSystem
Summary
Mandatory: 4 elements
Must-Support: 10 elements
Extensions
This structure refers to these extensions:
Maturity: 1
Key Elements View
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() |
C | 1..1 | NamingSystem | System of unique identification cnl-0: Name should be usable as an identifier for the module by machine processing applications such as code generation nsd-1: Root systems cannot have uuid identifiers nsd-2: Can't have more than one preferred identifier for a type nsd-3: Can't have more than one authoritative identifier for a type/period combination (only one authoritative identifier allowed at any given point of time) |
![]() ![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
0..* | Resource | Contained, inline Resources | |
![]() ![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() ![]() |
S | 0..* | code | narrative | semi-structured | structured | executable URL: http://hl7.org/fhir/StructureDefinition/cqf-knowledgeRepresentationLevel Binding: KnowledgeRepresentationLevel (required) ele-1: All FHIR elements must have a @value or children ext-1: Must have either extensions or value[x], not both |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored ele-1: All FHIR elements must have a @value or children ext-1: Must have either extensions or value[x], not both |
![]() ![]() ![]() |
SΣC | 1..1 | uri | Canonical identifier for this naming system, represented as a URI (globally unique) cnl-1: URL should not contain | or # - these characters make processing canonical references problematic ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
SΣ | 1..1 | string | Business version of the naming system ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
SΣ | 0..1 | How to compare versions Binding: VersionAlgorithm (extensible) ele-1: All FHIR elements must have a @value or children | |
![]() ![]() ![]() ![]() |
string | |||
![]() ![]() ![]() ![]() |
Coding | |||
![]() ![]() ![]() |
SΣC | 1..1 | string | Name for this naming system (computer friendly) ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
SΣ | 1..1 | string | Title for this naming system (human friendly) ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
?!SΣ | 1..1 | code | draft | active | retired | unknown Binding: PublicationStatus (required): The lifecycle status of an artifact. ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
ΣC | 1..1 | code | codesystem | identifier | root Binding: NamingSystemType (required): Identifies the purpose of the naming system. ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
SΣ | 0..1 | boolean | For testing purposes, not real usage ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
Σ | 1..1 | dateTime | Date last changed ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
SΣ | 0..1 | string | Name of the publisher/steward (organization or individual) ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
S | 1..1 | markdown | Natural language description of the naming system ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
ΣC | 1..* | BackboneElement | Unique identifiers used for system ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized ele-1: All FHIR elements must have a @value or children ext-1: Must have either extensions or value[x], not both |
![]() ![]() ![]() ![]() |
ΣC | 1..1 | code | oid | uuid | uri | iri-stem | v2csmnemonic | other Binding: NamingSystemIdentifierType (required): Identifies the style of unique identifier used to identify a namespace. ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() ![]() |
Σ | 1..1 | string | The unique identifier ele-1: All FHIR elements must have a @value or children |
![]() |
Path | Conformance | ValueSet | URI |
NamingSystem.versionAlgorithm[x] | extensible | VersionAlgorithmhttp://hl7.org/fhir/ValueSet/version-algorithm from the FHIR Standard | |
NamingSystem.status | required | PublicationStatushttp://hl7.org/fhir/ValueSet/publication-status|5.0.0 from the FHIR Standard | |
NamingSystem.kind | required | NamingSystemTypehttp://hl7.org/fhir/ValueSet/namingsystem-type|5.0.0 from the FHIR Standard | |
NamingSystem.uniqueId.type | required | NamingSystemIdentifierTypehttp://hl7.org/fhir/ValueSet/namingsystem-identifier-type|5.0.0 from the FHIR Standard |
Id | Grade | Path(s) | Details | Requirements |
cnl-0 | warning | NamingSystem | Name 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-1 | warning | NamingSystem.url | URL should not contain | or # - these characters make processing canonical references problematic : exists() implies matches('^[^|# ]+$') | |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() | |
nsd-1 | error | NamingSystem | Root systems cannot have uuid identifiers : kind != 'root' or uniqueId.all(type != 'uuid') | |
nsd-2 | error | NamingSystem | Can't have more than one preferred identifier for a type : uniqueId.where(preferred = true).select(type).isDistinct() | |
nsd-3 | error | NamingSystem | Can't have more than one authoritative identifier for a type/period combination (only one authoritative identifier allowed at any given point of time) : uniqueId.where(authoritative = 'true').select(type.toString() & period.start.toString() & period.end.toString()).isDistinct() |
Differential View
This structure is derived from NamingSystem
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() |
1..1 | NamingSystem | System of unique identification | |
![]() ![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() ![]() |
S | 0..* | code | narrative | semi-structured | structured | executable URL: http://hl7.org/fhir/StructureDefinition/cqf-knowledgeRepresentationLevel Binding: KnowledgeRepresentationLevel (required) |
![]() ![]() ![]() |
S | 1..1 | uri | Canonical identifier for this naming system, represented as a URI (globally unique) |
![]() ![]() ![]() |
S | 1..1 | string | Business version of the naming system |
![]() ![]() ![]() |
S | 0..1 | string, Coding | How to compare versions |
![]() ![]() ![]() |
S | 1..1 | string | Name for this naming system (computer friendly) |
![]() ![]() ![]() |
S | 1..1 | string | Title for this naming system (human friendly) |
![]() ![]() ![]() |
S | 1..1 | code | draft | active | retired | unknown |
![]() ![]() ![]() |
S | 0..1 | boolean | For testing purposes, not real usage |
![]() ![]() ![]() |
S | 0..1 | string | Name of the publisher/steward (organization or individual) |
![]() ![]() ![]() |
S | 1..1 | markdown | Natural language description of the naming system |
![]() |
Snapshot View
Name | Flags | Card. | Type | Description & Constraints![]() | ||||
---|---|---|---|---|---|---|---|---|
![]() ![]() |
C | 1..1 | NamingSystem | System of unique identification cnl-0: Name should be usable as an identifier for the module by machine processing applications such as code generation nsd-1: Root systems cannot have uuid identifiers nsd-2: Can't have more than one preferred identifier for a type nsd-3: Can't have more than one authoritative identifier for a type/period combination (only one authoritative identifier allowed at any given point of time) | ||||
![]() ![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() ![]() |
0..1 | code | Language of the resource content Binding: AllLanguages (required): IETF language tag for a human language
| |||||
![]() ![]() ![]() |
0..1 | Narrative | Text summary of the resource, for human interpretation | |||||
![]() ![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
S | 0..* | code | narrative | semi-structured | structured | executable URL: http://hl7.org/fhir/StructureDefinition/cqf-knowledgeRepresentationLevel Binding: KnowledgeRepresentationLevel (required) | ||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() |
SΣC | 1..1 | uri | Canonical identifier for this naming system, represented as a URI (globally unique) cnl-1: URL should not contain | or # - these characters make processing canonical references problematic | ||||
![]() ![]() ![]() |
Σ | 0..* | Identifier | Additional identifier for the naming system (business identifier) | ||||
![]() ![]() ![]() |
SΣ | 1..1 | string | Business version of the naming system | ||||
![]() ![]() ![]() |
SΣ | 0..1 | How to compare versions Binding: VersionAlgorithm (extensible) | |||||
![]() ![]() ![]() ![]() |
string | |||||||
![]() ![]() ![]() ![]() |
Coding | |||||||
![]() ![]() ![]() |
SΣC | 1..1 | string | Name for this naming system (computer friendly) | ||||
![]() ![]() ![]() |
SΣ | 1..1 | string | Title for this naming system (human friendly) | ||||
![]() ![]() ![]() |
?!SΣ | 1..1 | code | draft | active | retired | unknown Binding: PublicationStatus (required): The lifecycle status of an artifact. | ||||
![]() ![]() ![]() |
ΣC | 1..1 | code | codesystem | identifier | root Binding: NamingSystemType (required): Identifies the purpose of the naming system. | ||||
![]() ![]() ![]() |
SΣ | 0..1 | boolean | For testing purposes, not real usage | ||||
![]() ![]() ![]() |
Σ | 1..1 | dateTime | Date last changed | ||||
![]() ![]() ![]() |
SΣ | 0..1 | string | Name of the publisher/steward (organization or individual) | ||||
![]() ![]() ![]() |
Σ | 0..* | ContactDetail | Contact details for the publisher | ||||
![]() ![]() ![]() |
0..1 | string | Who maintains system namespace? | |||||
![]() ![]() ![]() |
0..1 | CodeableConcept | e.g. driver, provider, patient, bank etc Binding: NamingSystemIdentifierSystemType (preferred): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. | |||||
![]() ![]() ![]() |
S | 1..1 | markdown | Natural language description of the naming system | ||||
![]() ![]() ![]() |
Σ | 0..* | UsageContext | The context that the content is intended to support | ||||
![]() ![]() ![]() |
Σ | 0..* | CodeableConcept | Intended jurisdiction for naming system (if applicable) Binding: JurisdictionValueSet (extensible): Countries and regions within which this artifact is targeted for use. | ||||
![]() ![]() ![]() |
0..1 | markdown | Why this naming system is defined | |||||
![]() ![]() ![]() |
0..1 | markdown | Use and/or publishing restrictions | |||||
![]() ![]() ![]() |
0..1 | string | Copyright holder and year(s) | |||||
![]() ![]() ![]() |
0..1 | date | When the NamingSystem was approved by publisher | |||||
![]() ![]() ![]() |
0..1 | date | When the NamingSystem was last reviewed by the publisher | |||||
![]() ![]() ![]() |
Σ | 0..1 | Period | When the NamingSystem is expected to be used | ||||
![]() ![]() ![]() |
0..* | CodeableConcept | E.g. Education, Treatment, Assessment, etc Binding: DefinitionTopic (example) | |||||
![]() ![]() ![]() |
0..* | ContactDetail | Who authored the CodeSystem | |||||
![]() ![]() ![]() |
0..* | ContactDetail | Who edited the NamingSystem | |||||
![]() ![]() ![]() |
0..* | ContactDetail | Who reviewed the NamingSystem | |||||
![]() ![]() ![]() |
0..* | ContactDetail | Who endorsed the NamingSystem | |||||
![]() ![]() ![]() |
0..* | RelatedArtifact | Additional documentation, citations, etc | |||||
![]() ![]() ![]() |
0..1 | string | How/where is it used | |||||
![]() ![]() ![]() |
ΣC | 1..* | BackboneElement | Unique identifiers used for system | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() ![]() |
ΣC | 1..1 | code | oid | uuid | uri | iri-stem | v2csmnemonic | other Binding: NamingSystemIdentifierType (required): Identifies the style of unique identifier used to identify a namespace. | ||||
![]() ![]() ![]() ![]() |
Σ | 1..1 | string | The unique identifier | ||||
![]() ![]() ![]() ![]() |
C | 0..1 | boolean | Is this the id that should be used for this type | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Notes about identifier usage | |||||
![]() ![]() ![]() ![]() |
C | 0..1 | Period | When is identifier valid? | ||||
![]() ![]() ![]() ![]() |
C | 0..1 | boolean | Whether the identifier is authoritative | ||||
![]() |
Path | Conformance | ValueSet | URI |
NamingSystem.language | required | AllLanguages (a valid code from Tags for the Identification of Languages)http://hl7.org/fhir/ValueSet/all-languages|5.0.0 from the FHIR Standard | |
NamingSystem.versionAlgorithm[x] | extensible | VersionAlgorithmhttp://hl7.org/fhir/ValueSet/version-algorithm from the FHIR Standard | |
NamingSystem.status | required | PublicationStatushttp://hl7.org/fhir/ValueSet/publication-status|5.0.0 from the FHIR Standard | |
NamingSystem.kind | required | NamingSystemTypehttp://hl7.org/fhir/ValueSet/namingsystem-type|5.0.0 from the FHIR Standard | |
NamingSystem.type | preferred | NamingSystemIdentifierSystemType (a valid code from identifierType)http://hl7.org/fhir/ValueSet/namingsystem-identifier-system-type from the FHIR Standard | |
NamingSystem.jurisdiction | extensible | JurisdictionValueSethttp://hl7.org/fhir/ValueSet/jurisdiction from the FHIR Standard | |
NamingSystem.topic | example | DefinitionTopichttp://hl7.org/fhir/ValueSet/definition-topic from the FHIR Standard | |
NamingSystem.uniqueId.type | required | NamingSystemIdentifierTypehttp://hl7.org/fhir/ValueSet/namingsystem-identifier-type|5.0.0 from the FHIR Standard |
Id | Grade | Path(s) | Details | Requirements |
cnl-0 | warning | NamingSystem | Name 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-1 | warning | NamingSystem.url | URL should not contain | or # - these characters make processing canonical references problematic : exists() implies matches('^[^|# ]+$') | |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() | |
nsd-1 | error | NamingSystem | Root systems cannot have uuid identifiers : kind != 'root' or uniqueId.all(type != 'uuid') | |
nsd-2 | error | NamingSystem | Can't have more than one preferred identifier for a type : uniqueId.where(preferred = true).select(type).isDistinct() | |
nsd-3 | error | NamingSystem | Can't have more than one authoritative identifier for a type/period combination (only one authoritative identifier allowed at any given point of time) : uniqueId.where(authoritative = 'true').select(type.toString() & period.start.toString() & period.end.toString()).isDistinct() |
This structure is derived from NamingSystem
Summary
Mandatory: 4 elements
Must-Support: 10 elements
Extensions
This structure refers to these extensions:
Maturity: 1
Other representations of profile: CSV, Excel, Schematron