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 健康保険証 - XML Representation

Raw xml | Download



<Coverage xmlns="http://hl7.org/fhir">
  <id value="jp-coverage-example-1"/>
  <meta>
    <profile
             value="http://jpfhir.jp/fhir/core/StructureDefinition/JP_Coverage"/>
  </meta>
  <text>
    <status value="extensions"/>
    <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>
  </text>
  <extension
             url="http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_Coverage_InsuredPersonSymbol">
    <valueString value="12-34"/>
  </extension>
  <extension
             url="http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_Coverage_InsuredPersonNumber">
    <valueString value="5678"/>
  </extension>
  <extension
             url="http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_Coverage_InsuredPersonSubNumber">
    <valueString value="00"/>
  </extension>
  <identifier>
    <value value="&quot;12-34&quot;,&quot;5678&quot;,&quot;00&quot;"/>
  </identifier>
  <status value="active"/>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
      <code value="PUBLICPOL"/>
    </coding>
  </type>
  <subscriberId value="&quot;12-34&quot;,&quot;5678&quot;"/>
  <beneficiary>🔗 
    <reference value="Patient/jp-patient-example-1"/>
  </beneficiary>
  <dependent value="00"/>
  <payor>🔗 
    <reference value="Organization/jp-organization-example-payer"/>
  </payor>
</Coverage>