This page is part of the FHIR Specification (v0.06: DSTU 1 Ballot 2). The current version which supercedes this version is 4.0.1. For a full list of available versions, see the Directory of published versions

 

General Person Seconday Coverage Example

{"Coverage": {
  "text": {
    "status": "generated",
    "div": "<div>A human readable rendering of the coverage<\/div>"
  },
  "plan": {
    "id": {"value": "11024"},
    "system": {"value": "http://xyz.com/codes/plan"}
  },
  "issuer": {
    "id": {"value": "2"},
    "type": {"value": "Organization"}
  },
  "dependent": {"value": "1"},
  "type": {
    "system": {"value": "http://hl7.org/vocab/v3/ActCoverageTypeCode"},
    "display": {"value": "Extended Health Policy"},
    "code": {"value": "EHCPOL"}
  },
  "period": {
    "start": {"value": "2011-03-17"},
    "end": {"value": "2012-03-17"}
  },
  "identifier": {
    "id": {"value": "AB9876"},
    "system": {"value": "http://xyz.com/codes/identifier"}
  },
  "planHolder": {
    "address": {
      "zip": {"value": "V3R4R5"},
      "state": {"value": "BC"},
      "line": [{"value": "123 Any St"}],
      "use": "home",
      "country": {"value": "CANADA"},
      "city": {"value": "Anytown"}
    },
    "name": {
      "given": [
        {"value": "Frank"},
        {"value": "I"}
      ],
      "family": [{"value": "Seebetter"}],
      "use": "official"
    },
    "birthdate": {"value": "1952-06-26"}
  },
  "subplan": {
    "id": {"value": "D15C9"},
    "system": {"value": "http://xyz.com/codes/subplan"}
  }
}}