HL7 FHIR JP Core ImplementationGuide
1.1.2-dev - ci-build Japan flag

HL7 FHIR JP Core ImplementationGuide - Local Development build (v1.1.2-dev) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: JP Core Coverage Example 健康保険証 - JSON Representation

Raw json | Download


{
  "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\">Resource Coverage &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>: 12-34</p><p><b>JP Core Coverage InsuredPersonNumber Extension</b>: 5678</p><p><b>JP Core Coverage InsuredPersonSubNumber Extension</b>: 00</p><p><b>identifier</b>: &quot;12-34&quot;,&quot;5678&quot;,&quot;00&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/CodeSystem/v3-ActCode\">HL7 V3 ActCode</a>#PUBLICPOL)</span></p><p><b>subscriberId</b>: &quot;12-34&quot;,&quot;5678&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>: 00</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" : "12-34"
    },
    {
      "url" : "http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_Coverage_InsuredPersonNumber",
      "valueString" : "5678"
    },
    {
      "url" : "http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_Coverage_InsuredPersonSubNumber",
      "valueString" : "00"
    }
  ],
  "identifier" : [
    {
      "value" : "\"12-34\",\"5678\",\"00\""
    }
  ],
  "status" : "active",
  "type" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code" : "PUBLICPOL"
      }
    ]
  },
  "subscriberId" : "\"12-34\",\"5678\"",
  "beneficiary" : {
    🔗 "reference" : "Patient/jp-patient-example-1"
  },
  "dependent" : "00",
  "payor" : [
    {
      🔗 "reference" : "Organization/jp-organization-example-payer"
    }
  ]
}