{
  "resourceType": "CodeSystem",
  "id": "v2-0392",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "additional",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Match Reason</p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Description</b></td><td><b>Nederlands (Dutch)</b></td><td><b>Comment</b></td><td><b>Version</b></td></tr><tr><td>DB\r\n                  <a name=\"DB\"></a></td><td>Match on Date of Birth</td><td>Match op geboortedatum</td><td /><td>added v2.4</td></tr><tr><td>NA\r\n                  <a name=\"NA\"></a></td><td>Match on Name (Alpha Match)</td><td>Match op naam (alfabetisch)</td><td /><td>added v2.4</td></tr><tr><td>NP\r\n                  <a name=\"NP\"></a></td><td>Match on Name (Phonetic Match)</td><td>Match op naam (fonetisch)</td><td /><td>added v2.4</td></tr><tr><td>SS\r\n                  <a name=\"SS\"></a></td><td>Match on Social Security Number</td><td>Match op SOFI-nummer</td><td /><td>added v2.4</td></tr></table></div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString": "External"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    }
  ],
  "url": "http://hl7.org/fhir/v2/0392",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.18.243"
  },
  "version": "2.8.2",
  "name": "v2 Match Reason",
  "status": "active",
  "experimental": false,
  "publisher": "HL7, Inc",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        }
      ]
    }
  ],
  "description": "FHIR Value set/code system definition for HL7 v2 table 0392 ( Match Reason)",
  "caseSensitive": false,
  "valueSet": "http://hl7.org/fhir/ValueSet/v2-0392",
  "content": "complete",
  "concept": [
    {
      "code": "DB",
      "display": "Match on Date of Birth",
      "designation": [
        {
          "language": "nl",
          "value": "Match op geboortedatum"
        }
      ]
    },
    {
      "code": "NA",
      "display": "Match on Name (Alpha Match)",
      "designation": [
        {
          "language": "nl",
          "value": "Match op naam (alfabetisch)"
        }
      ]
    },
    {
      "code": "NP",
      "display": "Match on Name (Phonetic Match)",
      "designation": [
        {
          "language": "nl",
          "value": "Match op naam (fonetisch)"
        }
      ]
    },
    {
      "code": "SS",
      "display": "Match on Social Security Number",
      "designation": [
        {
          "language": "nl",
          "value": "Match op SOFI-nummer"
        }
      ]
    }
  ]
}