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 Location Example 診察室 - XML Representation

Raw xml | Download


<Location xmlns="http://hl7.org/fhir">
  <id value="jp-location-example-examinationroom"/>
  <meta>
    <profile
             value="http://jpfhir.jp/fhir/core/StructureDefinition/JP_Location"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Location jp-location-example-examinationroom</b></p><a name="jp-location-example-examinationroom"> </a><a name="hcjp-location-example-examinationroom"> </a><a name="jp-location-example-examinationroom-ja"> </a><p><b>identifier</b>: G-101</p><p><b>status</b>: Active</p><p><b>name</b>: 外来101診察室</p><p><b>description</b>: 外来101診察室</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode OF}">Outpatient facility</span></p><p><b>telecom</b>: ph: 8193</p><p><b>physicalType</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type ro}">Room</span></p></div>
  </text>
  <identifier>
    <value value="G-101"/>
  </identifier>
  <status value="active"/>
  <name value="外来101診察室"/>
  <description value="外来101診察室"/>
  <mode value="instance"/>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
      <code value="OF"/>
    </coding>
  </type>
  <telecom>
    <system value="phone"/>
    <value value="8193"/>
  </telecom>
  <physicalType>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/location-physical-type"/>
      <code value="ro"/>
    </coding>
  </physicalType>
</Location>
本実装ガイドへのご質問・ご指摘については、GitHub IssueおよびGitHub PullRequestにて受け付けている。