MyHealthWay
1.0.0 - Trial-Implementation KR

MyHealthWay - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: MyHealthWay DiagnosticReport Pathology Example - XML Representation

Raw xml | Download



<DiagnosticReport xmlns="http://hl7.org/fhir">
  <id value="MyHealthWayDiagnosticReportPathologyExample"/>
  <meta>
    <profile
             value="https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-diagnosticreport-pathology"/>
  </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 C1561}">조직병리검사 [1장기당] -외부슬라이드 판독(Level A)</span> (<span title="Codes: {http://terminology.hl7.org/CodeSystem/v2-0074 PAT}">Pathology (gross &amp; histopath, not surgical)</span>, <span title="Codes: {http://snomed.info/sct 371528001}">Pathology report</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-02</td></tr><tr><td>Identifier:</td><td> id: diagnosticReport-imaging-example</td></tr></table><p><b>Report Details</b></p><p>에스트로겐 수용체 검사 결과 양성종양 양성 반응</p><p><b>Coded Conclusions :</b></p><ul><li><span title="Codes: {http://snomed.info/sct 417181009}">Hormone receptor positive malignant neoplasm of breast (disorder)</span></li></ul></div>
  </text>
  <extension
             url="http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-testRequestDateTime">
    <valueDateTime value="2023-04-01"/>
  </extension>
  <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="PAT"/>
    </coding>
  </category>
  <category>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="371528001"/>
    </coding>
  </category>
  <code>
    <coding>
      <system
              value="http://www.hl7korea.or.kr/CodeSystem/hira-edi-procedure"/>
      <code value="C1561"/>
      <display value="조직병리검사 [1장기당] -외부슬라이드 판독(Level A)"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/MyHealthWayPatientExample"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/MyHealthWayEncounterExample"/>
  </encounter>
  <effectiveDateTime value="2023-04-02"/>
  <conclusion value="에스트로겐 수용체 검사 결과 양성종양 양성 반응"/>
  <conclusionCode>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="417181009"/>
      <display
               value="Hormone receptor positive malignant neoplasm of breast (disorder)"/>
    </coding>
  </conclusionCode>
</DiagnosticReport>