MyHealthWay
0.1.1 - draft Korea, Republic of

MyHealthWay - Local Development build (v0.1.1). See the Directory of published versions

: MyHealthWay DiagnosticReport Imaging Example - XML Representation

Raw xml | Download



<DiagnosticReport xmlns="http://hl7.org/fhir">
  <id value="MyHealthWayDiagnosticReportImagingExample"/>
  <meta>
    <profile
             value="https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-diagnosticreport-imaging"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2><span title="Codes: {http://www.hl7korea.or.kr/CodeSystem/hira-edi-procedure EB423}">흉부-유방·액와부 초음파-정밀</span> (<span title="Codes: {http://terminology.hl7.org/CodeSystem/v2-0074 IMG}">Diagnostic Imaging</span>) </h2><table class="grid"><tr><td>Subject</td><td><b>김영희</b> female, DoB: 1971-11-11 ( Medical record number: p03241)</td></tr><tr><td>When For</td><td>2023-04-01</td></tr><tr><td>Identifier:</td><td> id: diagnosticReport-imaging-example</td></tr></table><p><b>Report Details</b></p><p>좌측 유방 종양 의심</p></div>
  </text>
  <identifier>
    <system value="http://www.example.com"/>
    <value value="diagnosticReport-imaging-example"/>
  </identifier>
  <status value="final"/>
  <category>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v2-0074"/>
      <code value="IMG"/>
    </coding>
  </category>
  <code>
    <coding>
      <system
              value="http://www.hl7korea.or.kr/CodeSystem/hira-edi-procedure"/>
      <code value="EB423"/>
      <display value="흉부-유방·액와부 초음파-정밀"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/MyHealthWayPatientExample"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/MyHealthWayEncounterExample"/>
  </encounter>
  <effectiveDateTime value="2023-04-01"/>
  <media>
    <link>🔗 
      <reference value="Media/MyHealthWayMediaExample"/>
    </link>
  </media>
  <conclusion value="좌측 유방 종양 의심"/>
</DiagnosticReport>