FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/artifact-identifier-type

Packagehl7.terminology
Resource TypeCodeSystem
Idartifact-identifier-type
FHIR VersionR5
Sourcehttp://terminology.hl7.org/https://build.fhir.org/ig/HL7/UTG/CodeSystem-artifact-identifier-type.html
URLhttp://terminology.hl7.org/CodeSystem/artifact-identifier-type
Version1.0.0
Statusactive
Date2024-02-20
NameArtifactIdentifierType
TitleArtifact Identifier Type Codes
Realmuv
Authorityhl7
DescriptionIdentifier types for an artifact (e.g. version-independent, version-specific, short-name, endorser, publisher)
CopyrightThis 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
Contentcomplete

Resources that use this resource

ValueSet
artifact-identifier-typeArtifact Identifier Type

Resources that this resource uses

No resources found


Narrative

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:

CodeDisplayDefinition
version-independent Version IndependentThe version independent globally unique identifier (guid) for the artifact.
version-specific Version SpecificThe version specific globally unique identifier (guid) for the artifact.
short-name Short NameThe short name identifier for the artifact (e.g. CMS104v8).
endorser EndorserThe version-independent endorser identifier for the artifact (e.g. 0002).
publisher PublisherThe version-independent publisher identifier for the artifact (e.g. 104).

Source

{
  "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)."
    }
  ]
}