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

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

: JP Core Organization Example ひまわり健康保険組合 - XML Representation

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="jp-organization-example-payer"/>
  <meta>
    <profile
             value="http://jpfhir.jp/fhir/core/StructureDefinition/JP_Organization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization jp-organization-example-payer</b></p><a name="jp-organization-example-payer"> </a><a name="hcjp-organization-example-payer"> </a><a name="jp-organization-example-payer-ja"> </a><p><b>identifier</b>: <code>http://jpfhir.jp/fhir/core/mhlw/IdSystem/InsurerNumber</code>/7654321</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/organization-type pay}">Payer</span></p><p><b>name</b>: ひまわり健康保険組合</p></div>
  </text>
  <identifier>
    <system value="http://jpfhir.jp/fhir/core/mhlw/IdSystem/InsurerNumber"/>
    <value value="7654321"/>
  </identifier>
  <type>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/organization-type"/>
      <code value="pay"/>
      <display value="Payer"/>
    </coding>
  </type>
  <name value="ひまわり健康保険組合"/>
</Organization>
本実装ガイドへのご質問・ご指摘については、GitHub IssueおよびGitHub PullRequestにて受け付けている。