HL7 Terminology (THO)
6.1.0 - Publication
This page is part of the HL7 Terminology (v6.1.0: Release) based on FHIR (HL7® FHIR® Standard) v5.0.0. This is the current published version. For a full list of available versions, see the Directory of published versions
Active as of 2024-02-20 |
{
"resourceType" : "CodeSystem",
"id" : "artifact-identifier-type",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem artifact-identifier-type</b></p><a name=\"artifact-identifier-type\"> </a><a name=\"hcartifact-identifier-type\"> </a><a name=\"artifact-identifier-type-en-US\"> </a><p>This case-sensitive code system <code>http://terminology.hl7.org/CodeSystem/artifact-identifier-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">version-independent<a name=\"artifact-identifier-type-version-independent\"> </a></td><td>Version Independent</td><td>The version independent globally unique identifier (guid) for the artifact.</td></tr><tr><td style=\"white-space:nowrap\">version-specific<a name=\"artifact-identifier-type-version-specific\"> </a></td><td>Version Specific</td><td>The version specific globally unique identifier (guid) for the artifact.</td></tr><tr><td style=\"white-space:nowrap\">short-name<a name=\"artifact-identifier-type-short-name\"> </a></td><td>Short Name</td><td>The short name identifier for the artifact (e.g. CMS104v8).</td></tr><tr><td style=\"white-space:nowrap\">endorser<a name=\"artifact-identifier-type-endorser\"> </a></td><td>Endorser</td><td>The version-independent endorser identifier for the artifact (e.g. 0002).</td></tr><tr><td style=\"white-space:nowrap\">publisher<a name=\"artifact-identifier-type-publisher\"> </a></td><td>Publisher</td><td>The version-independent publisher identifier for the artifact (e.g. 104).</td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "cqi"
}
],
"url" : "http://terminology.hl7.org/CodeSystem/artifact-identifier-type",
"version" : "1.0.0",
"name" : "ArtifactIdentifierType",
"title" : "Artifact Identifier Type Codes",
"status" : "active",
"experimental" : false,
"date" : "2024-02-20",
"publisher" : "HL7 International",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://hl7.org"
},
{
"system" : "email",
"value" : "hq@HL7.org"
}
]
}
],
"description" : "Identifier types for an artifact (e.g. version-independent, version-specific, short-name, endorser, publisher)",
"copyright" : "This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license.html",
"caseSensitive" : true,
"valueSet" : "http://terminology.hl7.org/ValueSet/artifact-identifier-type",
"content" : "complete",
"concept" : [
{
"code" : "version-independent",
"display" : "Version Independent",
"definition" : "The version independent globally unique identifier (guid) for the artifact."
},
{
"code" : "version-specific",
"display" : "Version Specific",
"definition" : "The version specific globally unique identifier (guid) for the artifact."
},
{
"code" : "short-name",
"display" : "Short Name",
"definition" : "The short name identifier for the artifact (e.g. CMS104v8)."
},
{
"code" : "endorser",
"display" : "Endorser",
"definition" : "The version-independent endorser identifier for the artifact (e.g. 0002)."
},
{
"code" : "publisher",
"display" : "Publisher",
"definition" : "The version-independent publisher identifier for the artifact (e.g. 104)."
}
]
}