醫療影像及報告實作指引
0.1.0 - DSTU0 ci-build

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

: GrossFinding - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "GrossFinding",
  "meta" : {
    "profile" : [
      🔗 "https://hapi.fhir.tw/fhir/StructureDefinition/Observation-LC-Gross-Finding"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation GrossFinding</b></p><a name=\"GrossFinding\"> </a><a name=\"hcGrossFinding\"> </a><a name=\"hcGrossFinding-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 22634-0}\">Pathology report gross observation Narrative</span></p><p><b>subject</b>: <a href=\"Patient-TWCorePatient.html\">胖吉 綠 (official) Male, DoB: 1987-01-01 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>effective</b>: 2021-06-21</p><p><b>performer</b>: <a href=\"Practitioner-TWCorePractitioner.html\">Practitioner 大吉 連 (official)</a></p><p><b>value</b>: The specimen received in formalin has 3 parts. Part (A) consists of a piece of lung, labeled RLL segment and measures 6.5 x 3.3 x1.8 cm. A gray white firm tumor, 1.2 x 0.5 x 0.5 cm, is noted 0.8 cm from the bronchial cut end, 0.1 cm from visceral pleura.Part (B) consists of groups of lymph nodes labeled as above.Part (C) is a piece of lung labeled 'RLL margin', measuring 3.8x 1.8 x 1 cm. Representative parts are taken for sections in 5 blocks. (A:bronchial and vascular cut end, B:stapled margin,C:tumor, D:specimen labeled 'RLL margin', E:interlobar LNs)(WKW)</p></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "laboratory",
          "display" : "Laboratory"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "22634-0",
        "display" : "Pathology report gross observation Narrative"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/TWCorePatient"
  },
  "effectiveDateTime" : "2021-06-21",
  "performer" : [
    {
      🔗 "reference" : "Practitioner/TWCorePractitioner"
    }
  ],
  "valueString" : "The specimen received in formalin has 3 parts. Part (A) consists of a piece of lung, labeled RLL segment and measures 6.5 x 3.3 x1.8 cm. A gray white firm tumor, 1.2 x 0.5 x 0.5 cm, is noted 0.8 cm from the bronchial cut end, 0.1 cm from visceral pleura.Part (B) consists of groups of lymph nodes labeled as above.Part (C) is a piece of lung labeled 'RLL margin', measuring 3.8x 1.8 x 1 cm. Representative parts are taken for sections in 5 blocks. (A:bronchial and vascular cut end, B:stapled margin,C:tumor, D:specimen labeled 'RLL margin', E:interlobar LNs)(WKW)"
}