{
  "resourceType" : "Coverage",
  "id" : "jp-coverage-example-1",
  "meta" : {
    "profile" : ["http://jpfhir.jp/fhir/core/StructureDefinition/JP_Coverage"]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Coverage </b><a name=\"jp-coverage-example-1\"> </a><a name=\"hcjp-coverage-example-1\"> </a></p><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\">ResourceCoverage &quot;jp-coverage-example-1&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-jp-coverage.html\">JP Core Coverage Profile</a></p></div><p><b>JP Core Coverage InsuredPersonSymbol Extension</b>: １２－３４</p><p><b>JP Core Coverage InsuredPersonNumber Extension</b>: ５６７８</p><p><b>JP Core Coverage InsuredPersonSubNumber Extension</b>: ００</p><p><b>identifier</b>: &quot;１２－３４&quot;,&quot;５６７８&quot;,&quot;００&quot;</p><p><b>status</b>: active</p><p><b>type</b>: public healthcare <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActCode.html\">ActCode</a>#PUBLICPOL)</span></p><p><b>subscriberId</b>: &quot;１２－３４&quot;,&quot;５６７８&quot;</p><p><b>beneficiary</b>: <a href=\"Patient-jp-patient-example-1.html\">Patient/jp-patient-example-1</a> &quot; 山田&quot;</p><p><b>dependent</b>: ００</p><p><b>payor</b>: <a href=\"Organization-jp-organization-example-payer.html\">Organization/jp-organization-example-payer</a> &quot;ひまわり健康保険組合&quot;</p></div>"
  },
  "extension" : [{
    "url" : "http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_Coverage_InsuredPersonSymbol",
    "valueString" : "１２－３４"
  },
  {
    "url" : "http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_Coverage_InsuredPersonNumber",
    "valueString" : "５６７８"
  },
  {
    "url" : "http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_Coverage_InsuredPersonSubNumber",
    "valueString" : "００"
  }],
  "identifier" : [{
    "value" : "\"１２－３４\",\"５６７８\",\"００\""
  }],
  "status" : "active",
  "type" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
      "code" : "PUBLICPOL"
    }]
  },
  "subscriberId" : "\"１２－３４\",\"５６７８\"",
  "beneficiary" : {
    "reference" : "Patient/jp-patient-example-1"
  },
  "dependent" : "００",
  "payor" : [{
    "reference" : "Organization/jp-organization-example-payer"
  }]
}