FHIR Cross-Version Extensions package for FHIR R5 from FHIR R4B
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R5 from FHIR R4B - Version 0.0.1-snapshot-2. See the Directory of published versions

: Subscriber Relationship Codes - JSON Representation

Page standards status: Informative Maturity Level: 0

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "subscriber-relationship",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system http://terminology.hl7.org/CodeSystem/subscriber-relationship defines the following codes:</p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">child\n                  <a name=\"subscriber-relationship-child\"> </a>\n                </td>\n                <td>Child</td>\n                <td>The Beneficiary is a child of the Subscriber</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">parent\n                  <a name=\"subscriber-relationship-parent\"> </a>\n                </td>\n                <td>Parent</td>\n                <td>The Beneficiary is a parent of the Subscriber</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">spouse\n                  <a name=\"subscriber-relationship-spouse\"> </a>\n                </td>\n                <td>Spouse</td>\n                <td>The Beneficiary is a spouse or equivalent of the Subscriber</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">common\n                  <a name=\"subscriber-relationship-common\"> </a>\n                </td>\n                <td>Common Law Spouse</td>\n                <td>The Beneficiary is a common law spouse or equivalent of the Subscriber</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">other\n                  <a name=\"subscriber-relationship-other\"> </a>\n                </td>\n                <td>Other</td>\n                <td>The Beneficiary has some other relationship the Subscriber</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">self\n                  <a name=\"subscriber-relationship-self\"> </a>\n                </td>\n                <td>Self</td>\n                <td>The Beneficiary is the Subscriber</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">injured\n                  <a name=\"subscriber-relationship-injured\"> </a>\n                </td>\n                <td>Injured Party</td>\n                <td>The Beneficiary is covered under insurance of the subscriber due to an injury.</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "packageId",
          "valueId" : "hl7.fhir.uv.xver-r4b.r5"
        },
        {
          "url" : "version",
          "valueString" : "0.0.1-snapshot-2"
        }
      ],
      "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "fm"
    }
  ],
  "url" : "http://terminology.hl7.org/CodeSystem/subscriber-relationship",
  "version" : "4.3.0",
  "name" : "SubscriberRelationshipCodes",
  "title" : "Subscriber Relationship Codes",
  "status" : "draft",
  "experimental" : false,
  "date" : "2025-09-13T16:46:03-04:00",
  "publisher" : "Financial Management",
  "contact" : [
    {
      "name" : "Financial Management",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/fm"
        }
      ]
    }
  ],
  "description" : "This value set includes codes for the relationship between the Subscriber and the Beneficiary (insured/covered party/patient).",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "copyright" : "This is an extensible set.",
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "child",
      "display" : "Child",
      "definition" : "The Beneficiary is a child of the Subscriber"
    },
    {
      "code" : "parent",
      "display" : "Parent",
      "definition" : "The Beneficiary is a parent of the Subscriber"
    },
    {
      "code" : "spouse",
      "display" : "Spouse",
      "definition" : "The Beneficiary is a spouse or equivalent of the Subscriber"
    },
    {
      "code" : "common",
      "display" : "Common Law Spouse",
      "definition" : "The Beneficiary is a common law spouse or equivalent of the Subscriber"
    },
    {
      "code" : "other",
      "display" : "Other",
      "definition" : "The Beneficiary has some other relationship the Subscriber"
    },
    {
      "code" : "self",
      "display" : "Self",
      "definition" : "The Beneficiary is the Subscriber"
    },
    {
      "code" : "injured",
      "display" : "Injured Party",
      "definition" : "The Beneficiary is covered under insurance of the subscriber due to an injury."
    }
  ]
}