醫查實作指引
0.1.0 - CI Build

醫查實作指引 - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: 病理報告範例 - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "ObservationPathologyReport-min",
  "meta" : {
    "profile" : [
      🔗 "https://hitstdio.ntunhs.edu.tw/imri/StructureDefinition/observation-pathology-report-imri"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>病理報告</b></h3><p><b>分類</b>:Pathology report Cancer Narrative <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://loinc.org\">LOINC Codes</a>#22034-3)</span></p><p><b>病理報告狀態</b>:Final <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/observation-status\">ObservationStatus</a>#final)</span></p><p><b>病理報告項目</b>:Anus, hemorrhoidectomy, hemorrhoid.</p><p><b>病理報告結果</b>:The specimen submitted consists of 2 pieces of anal tissue measuring 1.4 cm in greatest dimension. Al1 for section. Microscopically, the section shows a picture of hemorrhoid, composed of dilated,tortuous and congested veins in the stroma of the anal mucosa</p><p><b>病人</b>:<a href=\"Patient-Patient-min.html\">Patient/Patient-min</a> \"安格斯\"</p><p><b>檢驗日期</b>:2023-09-08</p><p><b>病理報告負責者</b>:<a href=\"Practitioner-Practitioner-min.html\">Practitioner/Practitioner-min</a> \"劉伊詩\"</p></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "22034-3",
          "display" : "Pathology report Cancer Narrative"
        }
      ]
    }
  ],
  "code" : {
    "text" : "Anus, hemorrhoidectomy, hemorrhoid."
  },
  "subject" : {
    🔗 "reference" : "Patient/Patient-min"
  },
  "effectiveDateTime" : "2023-09-08",
  "performer" : [
    {
      🔗 "reference" : "Practitioner/Practitioner-min"
    }
  ],
  "valueString" : "The specimen submitted consists of 2 pieces of anal tissue measuring 1.4 cm in greatest dimension.\r\n                Al1 for section. Microscopically, the section shows a picture of hemorrhoid, composed of dilated,\r\n                tortuous and congested veins in the stroma of the anal mucosa"
}