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

FHIR IG Statistics: CodeSystem/v2-0392

Packagehl7.terminology
TypeCodeSystem
Idv2-0392
FHIR VersionR5
Sourcehttp://terminology.hl7.org/https://build.fhir.org/ig/HL7/UTG/CodeSystem-v2-0392.html
URLhttp://terminology.hl7.org/CodeSystem/v2-0392
Version2.0.0
Statusactive
Date2019-12-01
NameMatchReason
TitlematchReason
Realmuv
Authorityhl7
DescriptionCode system of concepts identifying what search components (e.g., name, birthdate, social security number) of the record returned matched the original query where the responding system does not assign numeric match weights or confidence levels. It provides a method for passing a descriptive indication of the reason a particular record was found. Used in HL7 Version 2.x messaging in the Query Response Instance (QRI) segment.
PurposeUnderlying Master Code System for V2 table 0392 (Match Reason)
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
v2-0392hl7VS-matchReason
v2-0392hl7VS-matchReason

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem v2-0392

Properties

This code system defines the following properties for its concepts

NameCodeURITypeDescription
statusstatushttp://terminology.hl7.org/CodeSystem/utg-concept-properties#statuscodeStatus of the concept
deprecateddeprecatedhttp://terminology.hl7.org/CodeSystem/utg-concept-properties#v2-table-deprecatedcodeVersion of HL7 in which the code was deprecated

Concepts

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

CodeDisplayDefinitionstatus
DB Match on Date of BirthMatch on Date of BirthA
NA Match on Name (Alpha Match)Match on Name (Alpha Match)A
NP Match on Name (Phonetic Match)Match on Name (Phonetic Match)A
SS Match on Social Security NumberMatch on Social Security NumberA

Source

{
  "resourceType": "CodeSystem",
  "id": "v2-0392",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "inm"
    }
  ],
  "url": "http://terminology.hl7.org/CodeSystem/v2-0392",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.18.243"
    }
  ],
  "version": "2.0.0",
  "name": "MatchReason",
  "title": "matchReason",
  "status": "active",
  "experimental": false,
  "date": "2019-12-01",
  "publisher": "Health Level Seven International",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        },
        {
          "system": "email",
          "value": "hq@HL7.org"
        }
      ]
    }
  ],
  "description": "Code system of concepts identifying what search components (e.g., name, birthdate, social security number) of the record returned matched the original query where the responding system does not assign numeric match weights or confidence levels.  It provides a method for passing a descriptive indication of the reason a particular record was found.  Used in HL7 Version 2.x messaging in the Query Response Instance (QRI) segment.",
  "purpose": "Underlying Master Code System for V2 table 0392 (Match Reason)",
  "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/v2-0392",
  "hierarchyMeaning": "is-a",
  "compositional": false,
  "versionNeeded": false,
  "content": "complete",
  "property": [
    {
      "code": "status",
      "uri": "http://terminology.hl7.org/CodeSystem/utg-concept-properties#status",
      "description": "Status of the concept",
      "type": "code"
    },
    {
      "code": "deprecated",
      "uri": "http://terminology.hl7.org/CodeSystem/utg-concept-properties#v2-table-deprecated",
      "description": "Version of HL7 in which the code was deprecated",
      "type": "code"
    }
  ],
  "concept": [
    {
      "id": "4012",
      "code": "DB",
      "display": "Match on Date of Birth",
      "definition": "Match on Date of Birth",
      "property": [
        {
          "code": "status",
          "valueCode": "A"
        }
      ]
    },
    {
      "id": "4013",
      "code": "NA",
      "display": "Match on Name (Alpha Match)",
      "definition": "Match on Name (Alpha Match)",
      "property": [
        {
          "code": "status",
          "valueCode": "A"
        }
      ]
    },
    {
      "id": "4014",
      "code": "NP",
      "display": "Match on Name (Phonetic Match)",
      "definition": "Match on Name (Phonetic Match)",
      "property": [
        {
          "code": "status",
          "valueCode": "A"
        }
      ]
    },
    {
      "id": "4015",
      "code": "SS",
      "display": "Match on Social Security Number",
      "definition": "Match on Social Security Number",
      "property": [
        {
          "code": "status",
          "valueCode": "A"
        }
      ]
    }
  ]
}