Administrative Incubator
0.1.0 - International flag

Administrative Incubator, published by HL7 International / Patient Administration. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/admin-incubator/ and changes regularly. See the Directory of published versions

: Sample Plan

Raw json | Download

{
  "resourceType" : "InsuranceProduct",
  "resourceDefinition" : "http://hl7.org/fhir/StructureDefinition/InsuranceProduct|0.1.0",
  "id" : "example-onc",
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\tSample Plan\n        </div>"
  },
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.4.642.33.3"
    }
  ],
  "status" : "active",
  "name" : "Sample Plan",
  "alias" : [
    "PPO Sample Plan"
  ],
  "period" : {
    "start" : "2017-01-01"
  },
  "ownedBy" : {
    "reference" : "Organization/Test",
    "display" : "Test"
  },
  "administeredBy" : {
    "reference" : "Organization/Test",
    "display" : "Test"
  },
  "contact" : [
    {
      "address" : {
        "line" : [
          "123 Fake Street"
        ],
        "city" : "Washington",
        "state" : "DC",
        "postalCode" : "20005",
        "country" : "USA"
      }
    }
  ],
  "coverageArea" : [
    {
      "reference" : "Location/2",
      "display" : "National"
    }
  ],
  "coverage" : [
    {
      "type" : {
        "text" : "Medical"
      },
      "benefit" : [
        {
          "type" : {
            "text" : "Diagnostic and treatment services"
          },
          "limit" : [
            {
              "code" : {
                "text" : "primary care visit"
              }
            },
            {
              "code" : {
                "text" : "specialty care visit"
              }
            }
          ]
        }
      ]
    }
  ],
  "endpoint" : [
    {
      "reference" : "Endpoint/example"
    }
  ]
}