US Veterans Health Administration FHIR Map Set Implementation Guide
1.3.1 - 250401 United States of America flag

Publication Build: This will be filled in by the publication tooling

: CoverageRelationship FHIR - JSON Representation

Active as of 2025-03-31

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "CoverageRelationship",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet CoverageRelationship</b></p><a name=\"CoverageRelationship\"> </a><a name=\"hcCoverageRelationship\"> </a><a name=\"CoverageRelationship-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-subscriber-relationship.html\"><code>http://terminology.hl7.org/CodeSystem/subscriber-relationship</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-subscriber-relationship.html#subscriber-relationship-self\">self</a></td><td>Self</td><td>The Beneficiary is the Subscriber</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-subscriber-relationship.html#subscriber-relationship-spouse\">spouse</a></td><td>Spouse</td><td>The Beneficiary is a spouse or equivalent of the Subscriber</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-subscriber-relationship.html#subscriber-relationship-child\">child</a></td><td>Child</td><td>The Beneficiary is a child of the Subscriber</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-subscriber-relationship.html#subscriber-relationship-other\">other</a></td><td>Other</td><td>The Beneficiary has some other relationship the Subscriber</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-subscriber-relationship.html#subscriber-relationship-injured\">injured</a></td><td>Injured Party</td><td>The Beneficiary is covered under insurance of the subscriber due to an injury.</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-subscriber-relationship.html#subscriber-relationship-parent\">parent</a></td><td>Parent</td><td>The Beneficiary is a parent of the Subscriber</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-subscriber-relationship.html#subscriber-relationship-common\">common</a></td><td>Common Law Spouse</td><td>The Beneficiary is a common law spouse or equivalent of the Subscriber</td></tr></table></li></ul></div>"
  },
  "url" : "http://va.gov/fhir/ValueSet/CoverageRelationship",
  "version" : "1.3.1",
  "name" : "CoverageRelationship",
  "title" : "CoverageRelationship FHIR",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-03-31T14:29:33+00:00",
  "publisher" : "VA",
  "contact" : [
    {
      "name" : "VA",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.va.gov"
        }
      ]
    }
  ],
  "description" : "FHIR Target ValueSet for Terminology Maps [VF_CoverageRelationship](ConceptMap-VF-CoverageRelationship.html)",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/subscriber-relationship",
        "concept" : [
          {
            "code" : "self",
            "display" : "Self"
          },
          {
            "code" : "spouse",
            "display" : "Spouse"
          },
          {
            "code" : "child",
            "display" : "Child"
          },
          {
            "code" : "other",
            "display" : "Other"
          },
          {
            "code" : "injured",
            "display" : "Injured Party"
          },
          {
            "code" : "parent",
            "display" : "Parent"
          },
          {
            "code" : "common",
            "display" : "Common Law Spouse"
          }
        ]
      }
    ]
  }
}