Package | hl7.terminology |
Resource Type | CodeSystem |
Id | artifact-identifier-type |
FHIR Version | R5 |
Source | http://terminology.hl7.org/https://build.fhir.org/ig/HL7/UTG/CodeSystem-artifact-identifier-type.html |
URL | http://terminology.hl7.org/CodeSystem/artifact-identifier-type |
Version | 1.0.0 |
Status | active |
Date | 2024-02-20 |
Name | ArtifactIdentifierType |
Title | Artifact Identifier Type Codes |
Realm | uv |
Authority | hl7 |
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 |
Content | complete |
ValueSet | |
artifact-identifier-type | Artifact Identifier Type |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem artifact-identifier-type
This case-sensitive code system http://terminology.hl7.org/CodeSystem/artifact-identifier-type
defines the following codes:
{ "resourceType": "CodeSystem", "id": "artifact-identifier-type", "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "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)." } ] }