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 - JSON Representation

Raw json | Download


{
  "resourceType" : "DiagnosticReport",
  "id" : "MyHealthWayDiagnosticReportPathologyExample",
  "meta" : {
    "profile" : [
      ๐Ÿ”— "https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-diagnosticreport-pathology"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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:\u00a0p03241)</td></tr><tr><td>When For</td><td>2023-04-02</td></tr><tr><td>Identifier:</td><td> id:\u00a0diagnosticReport-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>"
  },
  "extension" : [
    {
      "url" : "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-testRequestDateTime",
      "valueDateTime" : "2023-04-01"
    }
  ],
  "identifier" : [
    {
      "system" : "http://www.example.com",
      "value" : "diagnosticReport-imaging-example"
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code" : "PAT"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "371528001"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://www.hl7korea.or.kr/CodeSystem/hira-edi-procedure",
        "code" : "C1561",
        "display" : "์กฐ์ง๋ณ‘๋ฆฌ๊ฒ€์‚ฌ [1์žฅ๊ธฐ๋‹น] -์™ธ๋ถ€์Šฌ๋ผ์ด๋“œ ํŒ๋…(Level A)"
      }
    ]
  },
  "subject" : {
    ๐Ÿ”— "reference" : "Patient/MyHealthWayPatientExample"
  },
  "encounter" : {
    ๐Ÿ”— "reference" : "Encounter/MyHealthWayEncounterExample"
  },
  "effectiveDateTime" : "2023-04-02",
  "conclusion" : "์—์ŠคํŠธ๋กœ๊ฒ ์ˆ˜์šฉ์ฒด ๊ฒ€์‚ฌ ๊ฒฐ๊ณผ ์–‘์„ฑ์ข…์–‘ ์–‘์„ฑ ๋ฐ˜์‘",
  "conclusionCode" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "417181009",
          "display" : "Hormone receptor positive malignant neoplasm of breast (disorder)"
        }
      ]
    }
  ]
}