Summary of Benefits and Coverage (SBC) FHIR Implementation Guide
0.1.0 - ci-build
Summary of Benefits and Coverage (SBC) FHIR Implementation Guide, published by SBC FHIR Project. 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/jdjkelly/fhir-sbc/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Organization",
"id" : "ExampleIssuerOrg",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization ExampleIssuerOrg</b></p><a name=\"ExampleIssuerOrg\"> </a><a name=\"hcExampleIssuerOrg\"> </a><p><b>name</b>: Sample Health Insurance Company</p><p><b>telecom</b>: ph: 1-800-123-4567, <a href=\"https://www.samplehealth.com\">https://www.samplehealth.com</a></p></div>"
},
"name" : "Sample Health Insurance Company",
"telecom" : [
{
"system" : "phone",
"value" : "1-800-123-4567"
},
{
"system" : "url",
"value" : "https://www.samplehealth.com"
}
]
}