HL7 FHIR JP Core ImplementationGuide
1.1.1 - release Japan flag

HL7 FHIR JP Core ImplementationGuide - Local Development build (v1.1.1). See the Directory of published versions

: JP Core DiagnosticReport Radiology Example 放射線読影レポート - XML Representation

Raw xml | Download



<DiagnosticReport xmlns="http://hl7.org/fhir">
  <id value="jp-diagnosticreport-radiology-example-1"/>
  <meta>
    <profile
             value="http://jpfhir.jp/fhir/core/StructureDefinition/JP_DiagnosticReport_Radiology"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2><span title="Codes: {http://loinc.org 18748-4}">Diagnostic imaging study</span> (<span title="Codes: {http://terminology.hl7.org/CodeSystem/v2-0074 RAD}">Radiology</span>) </h2><table class="grid"><tr><td>Subject</td><td><b>山田 太郎</b> male, DoB: 1970-01-01 ( id: 00000010)</td></tr><tr><td>When For</td><td>2008-06-17</td></tr><tr><td>Reported</td><td>2008-06-18 09:23:00+1000</td></tr><tr><td>Identifier:</td><td> id: 123456 (USUAL)</td></tr></table><p><b>Report Details</b></p><p>インプレッション: ひだり肺上葉の空洞性病変。 肺腺癌を疑う。みぎ肺上葉陳旧性炎症性瘢痕。</p></div>
  </text>
  <identifier>
    <use value="usual"/>
    <system
            value="http://jpfhir.jp/fhir/core/IdSystem/resourceInstance-identifier"/>
    <value value="123456"/>
  </identifier>
  <status value="final"/>
  <category>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v2-0074"/>
      <code value="RAD"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="18748-4"/>
      <display value="Diagnostic imaging study"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/jp-patient-example-1"/>
  </subject>
  <effectiveDateTime value="2008-06-17"/>
  <issued value="2008-06-18T09:23:00+10:00"/>
  <performer>
    <reference value="Practitioner/jp-practitioner-example-male-1"/>
    <display value="大阪 一郎"/>
  </performer>
  <imagingStudy>
    <reference value="ImagingStudy/jp-imagingstudy-radiology-example-1"/>
    <display value="CHEST CT DICOM imaging study"/>
  </imagingStudy>
  <conclusion value="インプレッション: ひだり肺上葉の空洞性病変。 肺腺癌を疑う。みぎ肺上葉陳旧性炎症性瘢痕。"/>
  <presentedForm>
    <contentType value="image/jpeg"/>
    <language value="ja"/>
    <data value="/9j/"/>
    <title value="HTML Report"/>
  </presentedForm>
</DiagnosticReport>