FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.terminology
Resource TypeCodeSystem
IdCodeSystem-v3-IdentifierReliability.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/HL7/UTG/CodeSystem-v3-IdentifierReliability.html
URLhttp://terminology.hl7.org/CodeSystem/v3-IdentifierReliability
Version3.0.0
Statusactive
Date2019-03-20
NameIdentifierReliability
TitleIdentifierReliability
Realmuv
Authorityhl7
DescriptionSpecifies the reliability with which the identifier is known. This attribute MAY be used to assist with identifier matching algorithms.
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
v3-IdentifierReliabilityIdentifierReliability
R4-v3-IdentifierReliability-for-R4BCross-version VS for R4.v3.IdentifierReliability for use in FHIR R4B
R5-v3-IdentifierReliability-for-R4BCross-version VS for R5.IdentifierReliability for use in FHIR R4B
R4-v3-IdentifierReliability-for-R5Cross-version VS for R4.v3.IdentifierReliability for use in FHIR R5
R5-v3-IdentifierReliability-for-R4Cross-version VS for R5.IdentifierReliability for use in FHIR R4

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem v3-IdentifierReliability

Language: en

Properties

This code system defines the following properties for its concepts

NameCodeURITypeDescription
internalIdinternalIdhttp://terminology.hl7.org/CodeSystem/utg-concept-properties#v3-internal-idcodeThe internal identifier for the concept in the HL7 Access database repository.
Statusstatushttp://hl7.org/fhir/concept-properties#statuscodeDesignation of a concept's state. Normally is not populated unless the state is retired.
SynonymsynonymCodehttp://hl7.org/fhir/concept-properties#synonymcodeAn additional concept code that was also attributed to a concept

Concepts

This case-sensitive code system http://terminology.hl7.org/CodeSystem/v3-IdentifierReliability defines the following codes in a Is-A hierarchy:

CodeDisplayDefinitioninternalIdStatusSynonym
ISS Issued by System**Description:** The identifier was issued by the system responsible for constructing the instance.22614active
UNV Unverified by system**Description:** The identifier was provided to the system that constructed the instance, but has not been verified. e.g. a Drivers license entered manually into a system by a user.22653active
VRF Verified by system**Description:** The identifier was not issued by the system responsible for constructing the instance, but the system that captured the id has verified the identifier with the issuing authority, or with another system that has verified the identifier.22652activeVER
VER Verified by system**Description:** The identifier was not issued by the system responsible for constructing the instance, but the system that captured the id has verified the identifier with the issuing authority, or with another system that has verified the identifier.22652retiredVRF

Source1

{
  "resourceType": "CodeSystem",
  "id": "v3-IdentifierReliability",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://terminology.hl7.org/CodeSystem/v3-IdentifierReliability",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.5.1117"
    }
  ],
  "version": "3.0.0",
  "name": "IdentifierReliability",
  "title": "IdentifierReliability",
  "status": "active",
  "experimental": false,
  "date": "2019-03-20",
  "publisher": "Health Level Seven International",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        },
        {
          "system": "email",
          "value": "hq@HL7.org"
        }
      ]
    }
  ],
  "description": "Specifies the reliability with which the identifier is known. This attribute MAY be used to assist with identifier matching algorithms.",
  "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,
  "hierarchyMeaning": "is-a",
  "content": "complete",
  "property": [
    {
      "code": "internalId",
      "uri": "http://terminology.hl7.org/CodeSystem/utg-concept-properties#v3-internal-id",
      "description": "The internal identifier for the concept in the HL7 Access database repository.",
      "type": "code"
    },
    {
      "code": "status",
      "uri": "http://hl7.org/fhir/concept-properties#status",
      "description": "Designation of a concept's state. Normally is not populated unless the state is retired.",
      "type": "code"
    },
    {
      "code": "synonymCode",
      "uri": "http://hl7.org/fhir/concept-properties#synonym",
      "description": "An additional concept code that was also attributed to a concept",
      "type": "code"
    }
  ],
  "concept": [
    {
      "code": "ISS",
      "display": "Issued by System",
      "definition": "**Description:** The identifier was issued by the system responsible for constructing the instance.",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        },
        {
          "code": "internalId",
          "valueCode": "22614"
        }
      ]
    },
    {
      "code": "UNV",
      "display": "Unverified by system",
      "definition": "**Description:** The identifier was provided to the system that constructed the instance, but has not been verified. e.g. a Drivers license entered manually into a system by a user.",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        },
        {
          "code": "internalId",
          "valueCode": "22653"
        }
      ]
    },
    {
      "code": "VRF",
      "display": "Verified by system",
      "definition": "**Description:** The identifier was not issued by the system responsible for constructing the instance, but the system that captured the id has verified the identifier with the issuing authority, or with another system that has verified the identifier.",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        },
        {
          "code": "synonymCode",
          "valueCode": "VER"
        },
        {
          "code": "internalId",
          "valueCode": "22652"
        }
      ]
    },
    {
      "code": "VER",
      "display": "Verified by system",
      "definition": "**Description:** The identifier was not issued by the system responsible for constructing the instance, but the system that captured the id has verified the identifier with the issuing authority, or with another system that has verified the identifier.",
      "property": [
        {
          "code": "status",
          "valueCode": "retired"
        },
        {
          "code": "synonymCode",
          "valueCode": "VRF"
        },
        {
          "code": "internalId",
          "valueCode": "22652"
        }
      ]
    }
  ]
}