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
{
"resourceType" : "InsuranceProduct",
"resourceDefinition" : "http://hl7.org/fhir/StructureDefinition/InsuranceProduct|0.1.0",
"id" : "example1",
"language" : "en",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\tHealth Level Seven International Staff Plan\n\t\t</div>"
},
"identifier" : [
{
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:2.16.840.1.113883.4.642.33.1"
}
],
"name" : "Health Level Seven International Staff Plan",
"alias" : [
"HL7 International"
],
"period" : // HL7 itself
{
"start" : "2017-01-01"
},
"ownedBy" : {
"reference" : "Organization/hl7",
"display" : "Health Level Seven International"
},
"administeredBy" : {
"reference" : "Organization/hl7",
"display" : "Health Level Seven International"
},
"contact" : [
{
"address" : {
"line" : [
"3300 Washtenaw Avenue, Suite 227"
],
"city" : "Ann Arbor",
"state" : "MI",
"postalCode" : "48104",
"country" : "USA"
}
}
],
"coverageArea" : [
{
"reference" : "Location/2",
"display" : "USSS Enterprise-D"
}
],
"coverage" : [
{
"type" : {
"text" : "Substance Abuse"
},
"benefit" : [
{
"type" : {
"text" : "Primary Care"
},
"limit" : [
{
"value" : {
"value" : 450.23,
"unit" : "USD"
},
"code" : {
"text" : "day"
}
}
]
}
]
}
],
"endpoint" : [
{
"reference" : "Endpoint/example"
}
]
}