FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagetw.gov.mohw.nhi.pas
Resource TypeDiagnosticReport
IdDiagnosticReport-diaRep-min.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

狀態:final

報告類型:Prostate Pathology biopsy report (EncounterStatus#66117-3)

檢體種類:Prostate

病人Patient/pat-min "王大明"

報告日期:2024-05-07

檢查報告醫師Practitioner/pra-min

報告結果-文數字:細胞檢查報告結果

檢查報告名稱:PathologyReport01

檢查報告:file://PathologyReport01.pdf

檢查報告名稱:PathologyReport02

檢查報告:file://PathologyReport02.pdf


Source1

{
  "resourceType": "DiagnosticReport",
  "id": "diaRep-min",
  "meta": {
    "profile": [
      "https://nhicore.nhi.gov.tw/pas/StructureDefinition/DiagnosticReport-twpas"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "https://nhicore.nhi.gov.tw/pas/CodeSystem/nhi-supporting-info-type",
          "code": "examinationReport"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "66117-3"
      }
    ],
    "text": "Prostate"
  },
  "subject": {
    "reference": "Patient/pat-min"
  },
  "effectiveDateTime": "2024-05-07",
  "performer": [
    {
      "reference": "Practitioner/pra-min"
    }
  ],
  "conclusion": "細胞檢查報告結果",
  "presentedForm": [
    {
      "contentType": "application/pdf",
      "url": "file://PathologyReport01.pdf",
      "title": "PathologyReport01"
    },
    {
      "contentType": "application/pdf",
      "url": "file://PathologyReport02.pdf",
      "title": "PathologyReport02"
    }
  ]
}