醫療影像及報告實作指引
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

: ImageDiagnosticReport - JSON Representation

Raw json | Download


{
  "resourceType" : "DiagnosticReport",
  "id" : "ImageDiagnosticReport",
  "meta" : {
    "profile" : [
      🔗 "https://hapi.fhir.tw/fhir/StructureDefinition/DiagnosticReport-Image"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes: {https://fhir.tw/fhir/ig/lungcancer/CodeSystem/ICD-10-procedurecode BW24ZZZ}\">Computerized Tomography (CT Scan) of Chest and Abdomen</span> (<span title=\"Codes: {http://loinc.org LP29684-5}\">Radiology</span>)</h2><table class=\"grid\"><tr><td>Subject</td><td><b>胖吉 綠 (OFFICIAL)</b> male, DoB: 1987-01-01 ( Social Beneficiary Identifier: A123456789)</td></tr><tr><td>Reported</td><td>2022-08-30 10:35:32+0800</td></tr><tr><td>Identifier:</td><td>Medical record number: 01260526</td></tr></table><p><b>ImagingStudy Finding :</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>When For</b></td></tr><tr><td><a href=\"Observation-ObservationImagingResult.html\"><span title=\"Codes: {https://fhir.tw/fhir/ig/lungcancer/CodeSystem/ICD-10-procedurecode BW24ZZZ}\">Computerized Tomography (CT Scan) of Chest and Abdomen</span></a></td><td>LUNGS AND PLEURA: Clear lungs. Normal pulmonary vascularity. No pleural effusion. No pneumothorax.</td><td>2022-08-30</td></tr></table><p><b>ImagingStudy Impression :</b></p><p>No acute abnormality</p><p><b>Coded Conclusions :</b></p><ul><li><span title=\"Codes: {http://snomed.info/sct 3368006}\">Dull chest pain</span></li></ul></div>"
  },
  "identifier" : [
    {
      "system" : "https://www.vghtpe.gov.tw/",
      "value" : "123456"
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "LP29684-5",
          "display" : "Radiology"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "https://hapi.fhir.tw/fhir/CodeSystem/icd-10-pcs-2023-tw-b",
        "code" : "B00B0ZZ",
        "display" : "脊髓一般放射線攝影,使用高滲透壓顯影劑"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/TWCorePatient"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/TWCoreEncounter"
  },
  "effectiveDateTime" : "2023-08-01T17:00:14-05:00",
  "issued" : "2022-08-30T14:35:32.631Z",
  "performer" : [
    {
      🔗 "reference" : "Practitioner/TWCorePractitioner"
    }
  ],
  "resultsInterpreter" : [
    {
      🔗 "reference" : "Practitioner/TWCorePractitioner"
    }
  ],
  "result" : [
    {
      🔗 "reference" : "Observation/ObservationImagingResult"
    }
  ],
  "imagingStudy" : [
    {
      🔗 "reference" : "ImagingStudy/ImagingStudyBase"
    }
  ],
  "conclusion" : "No acute abnormality",
  "conclusionCode" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "3368006",
          "display" : "Dull chest pain"
        }
      ]
    }
  ]
}