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

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

: JP Core Organization Department Example 内科診療科(ローカルコード使用) - XML Representation

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="jp-organization-department-example-02"/>
  <meta>
    <profile
             value="http://jpfhir.jp/fhir/core/StructureDefinition/JP_Organization_Department"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization jp-organization-department-example-02</b></p><a name="jp-organization-department-example-02"> </a><a name="hcjp-organization-department-example-02"> </a><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"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-jp-organization-department.html">JP Core Organization Department Profile</a></p></div><p><b>identifier</b>: <code>http://jpfhir.jp/fhir/core/mhlw/CodeSystem/MedicationRequestDepartment/11312345670</code>/DEPT-001</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/organization-type dept}, {http://jami.jp/SS-MIX2/CodeSystem/ClinicalDepartment 01}">Hospital Department</span></p><p><b>name</b>: 第一内科</p><p><b>telecom</b>: ph: 03-1234-5678(Work)</p><p><b>partOf</b>: <a href="Organization-jp-organization-example-hospital.html">健康第一病院</a></p></div>
  </text>
  <identifier>
    <system
            value="http://jpfhir.jp/fhir/core/mhlw/CodeSystem/MedicationRequestDepartment/11312345670"/>
    <value value="DEPT-001"/>
    <assigner>🔗 
      <reference value="Organization/jp-organization-example-hospital"/>
      <display value="健康第一病院"/>
    </assigner>
  </identifier>
  <type>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/organization-type"/>
      <code value="dept"/>
      <display value="Hospital Department"/>
    </coding>
    <coding>
      <system value="http://jami.jp/SS-MIX2/CodeSystem/ClinicalDepartment"/>
      <code value="01"/>
      <display value="内科"/>
    </coding>
  </type>
  <name value="第一内科"/>
  <telecom>
    <system value="phone"/>
    <value value="03-1234-5678"/>
    <use value="work"/>
  </telecom>
  <partOf>🔗 
    <reference value="Organization/jp-organization-example-hospital"/>
    <display value="健康第一病院"/>
  </partOf>
</Organization>
本実装ガイドへのご質問・ご指摘については、GitHub IssueおよびGitHub PullRequestにて受け付けている。