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 Media Endoscopy Example 内視鏡画像 - XML Representation

Raw xml | Download


<Media xmlns="http://hl7.org/fhir">
  <id value="jp-media-endoscopy-example-1"/>
  <meta>
    <profile
             value="http://jpfhir.jp/fhir/core/StructureDefinition/JP_Media_Endoscopy"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Media jp-media-endoscopy-example-1</b></p><a name="jp-media-endoscopy-example-1"> </a><a name="hcjp-media-endoscopy-example-1"> </a><a name="jp-media-endoscopy-example-1-ja"> </a><p><b>identifier</b>: <code>http://samplehospital.org/fhir/endoscopysystem/imaging-orders</code>/202304250945280001</p><p><b>status</b>: Completed</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/media-type image}">Image</span></p><p><b>modality</b>: <span title="Codes:{http://dicom.nema.org/resources/ontology/DCM ES}">Endoscopy</span></p><p><b>subject</b>: <a href="Patient-jp-patient-example-1.html">東京 太郎</a></p><p><b>created</b>: 2023-04-26</p><p><b>height</b>: 1080</p><p><b>width</b>: 1920</p><h3>Contents</h3><table class="grid"><tr><td style="display: none">-</td><td><b>ContentType</b></td><td><b>Url</b></td><td><b>Creation</b></td></tr><tr><td style="display: none">*</td><td>image/jpeg</td><td><a href="http://samplehospital.org/fhir/binary/A20230426001">http://samplehospital.org/fhir/binary/A20230426001</a></td><td>2023-04-26</td></tr></table></div>
  </text>
  <identifier>
    <system
            value="http://samplehospital.org/fhir/endoscopysystem/imaging-orders"/>
    <value value="202304250945280001"/>
  </identifier>
  <status value="completed"/>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/media-type"/>
      <code value="image"/>
    </coding>
  </type>
  <modality>
    <coding>
      <system value="http://dicom.nema.org/resources/ontology/DCM"/>
      <code value="ES"/>
      <display value="Endoscopy"/>
    </coding>
  </modality>
  <subject>🔗 
    <reference value="Patient/jp-patient-example-1"/>
    <display value="東京 太郎"/>
  </subject>
  <createdDateTime value="2023-04-26"/>
  <height value="1080"/>
  <width value="1920"/>
  <content>
    <contentType value="image/jpeg"/>
    <url value="http://samplehospital.org/fhir/binary/A20230426001"/>
    <creation value="2023-04-26"/>
  </content>
</Media>
本実装ガイドへのご質問・ご指摘については、GitHub IssueおよびGitHub PullRequestにて受け付けている。