XealthIG
v1.42.0 - release

XealthIG - Local Development build (vv1.42.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Xealth Coverage - JSON Representation

Raw json | Download

{
  "resourceType" : "Coverage",
  "id" : "123",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.xealth.io/StructureDefinition/xealth-coverage"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Coverage 123</b></p><a name=\"123\"> </a><a name=\"hc123\"> </a><a name=\"123-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-xealth-coverage.html\">Xealth Coverage</a></p></div><p><b>io/StructureDefinition/coverage-plan-type</b>: medicare advantage</p><p><b>identifier</b>: <code>https://fhir.xealth.io/ns/coverage/identifier/example-coverage-id</code>/123, <code>https://fhir.xealth.io/ns/coverage/identifier/example-insured-id</code>/test insured id number</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode MCPOL}\">managed care policy</span></p><p><b>subscriberId</b>: abc123def</p><p><b>beneficiary</b>: <a href=\"Patient/id\">Patient/id</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/subscriber-relationship self}\">Self</span></p><p><b>period</b>: 2021-01-01 --&gt; (ongoing)</p><p><b>payor</b>: <a href=\"Organization-ExampleOrganization.html\">Organization Health Level Seven International</a></p><blockquote><p><b>class</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/coverage-class group}\">Group</span></p><p><b>value</b>: 1234567</p><p><b>name</b>: TEST 654321 ABC</p></blockquote><blockquote><p><b>class</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/coverage-class plan}\">Plan</span></p><p><b>value</b>: 98765</p><p><b>name</b>: TESTING ASDFGH 987</p></blockquote></div>"
  },
  "extension" : [
    {
      "url" : "http://fhir.xealth.io/StructureDefinition/coverage-plan-type",
      "valueString" : "medicare advantage"
    }
  ],
  "identifier" : [
    {
      "system" : "https://fhir.xealth.io/ns/coverage/identifier/example-coverage-id",
      "value" : "123"
    },
    {
      "system" : "https://fhir.xealth.io/ns/coverage/identifier/example-insured-id",
      "value" : "test insured id number"
    }
  ],
  "status" : "active",
  "type" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code" : "MCPOL",
        "display" : "managed care policy"
      }
    ]
  },
  "subscriberId" : "abc123def",
  "beneficiary" : {
    "reference" : "Patient/id",
    "type" : "Patient"
  },
  "relationship" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/subscriber-relationship",
        "code" : "self",
        "display" : "Self"
      }
    ]
  },
  "period" : {
    "start" : "2021-01-01"
  },
  "payor" : [
    {
      🔗 "reference" : "Organization/ExampleOrganization"
    }
  ],
  "class" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/coverage-class",
            "code" : "group"
          }
        ]
      },
      "value" : "1234567",
      "name" : "TEST 654321 ABC"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/coverage-class",
            "code" : "plan"
          }
        ]
      },
      "value" : "98765",
      "name" : "TESTING ASDFGH 987"
    }
  ]
}