HL7 Terminology (THO)
5.0.0 - Publication International flag

This page is part of the HL7 Terminology (v5.0.0: Release) based on FHIR R4. The current version which supercedes this version is 5.2.0. For a full list of available versions, see the Directory of published versions

: SubscriberPolicyholder Relationship Codes - JSON Representation

Page standards status: Trial-use Maturity Level: 2

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "subscriber-relationship",
  "meta" : {
    "lastUpdated" : "2020-04-09T21:10:28.568+00:00",
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://terminology.hl7.org/CodeSystem/subscriber-relationship</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">child<a name=\"subscriber-relationship-child\"> </a></td><td>Child</td><td>The Beneficiary is a child of the Subscriber</td></tr><tr><td style=\"white-space:nowrap\">parent<a name=\"subscriber-relationship-parent\"> </a></td><td>Parent</td><td>The Beneficiary is a parent of the Subscriber</td></tr><tr><td style=\"white-space:nowrap\">spouse<a name=\"subscriber-relationship-spouse\"> </a></td><td>Spouse</td><td>The Beneficiary is a spouse or equivalent of the Subscriber</td></tr><tr><td style=\"white-space:nowrap\">common<a name=\"subscriber-relationship-common\"> </a></td><td>Common Law Spouse</td><td>The Beneficiary is a common law spouse or equivalent of the Subscriber</td></tr><tr><td style=\"white-space:nowrap\">other<a name=\"subscriber-relationship-other\"> </a></td><td>Other</td><td>The Beneficiary has some other relationship the Subscriber</td></tr><tr><td style=\"white-space:nowrap\">self<a name=\"subscriber-relationship-self\"> </a></td><td>Self</td><td>The Beneficiary is the Subscriber</td></tr><tr><td style=\"white-space:nowrap\">injured<a name=\"subscriber-relationship-injured\"> </a></td><td>Injured Party</td><td>The Beneficiary is covered under insurance of the subscriber due to an injury.</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "fm"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "trial-use"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 2
    }
  ],
  "url" : "http://terminology.hl7.org/CodeSystem/subscriber-relationship",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.4.642.1.1386"
    }
  ],
  "version" : "0.1.0",
  "name" : "SubscriberRelationshipCodes",
  "title" : "SubscriberPolicyholder Relationship Codes",
  "status" : "draft",
  "experimental" : false,
  "date" : "2022-11-04T18:21:49-06:00",
  "publisher" : "Financial Management",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/fhir"
        }
      ]
    },
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "description" : "This value set includes codes for the relationship between the Subscriber and the Beneficiary (insured/covered party/patient).",
  "copyright" : "This is an extensible set.",
  "caseSensitive" : true,
  "valueSet" : "http://terminology.hl7.org/ValueSet/subscriber-relationship",
  "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."
    }
  ]
}