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

FHIR IG analytics

Packagetw.gov.mohw.twcore
Resource TypeDiagnosticReport
IdDiagnosticReport-dia-example.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

診斷報告

診斷狀態:Remission ( DiagnosticReportStatus#registered)

診斷分類:Laboratory ( DiagnosticServiceSectionCodes#LAB)

病人Patient/pat-example "陳加玲"

臨床相關報告時間:2022-08-01 05:00:14-0500

診斷報告時間:2022-08-01 06:00:14-0500

病情、問題或診斷識別:血中尿素氮 ( LOINC#09002C)

診斷結果Observation/obs-lab-example

診斷者Practitioner/pra-dr-example "王依昇"


Source1

{
  "resourceType": "DiagnosticReport",
  "id": "dia-example",
  "meta": {
    "profile": [
      "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/DiagnosticReport-twcore"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "registered",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code": "LAB",
          "display": "Laboratory"
        }
      ],
      "text": "Laboratory"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medical-service-payment-tw",
        "code": "09002C",
        "display": "血中尿素氮"
      }
    ],
    "text": "血中尿素氮"
  },
  "subject": {
    "reference": "Patient/pat-example"
  },
  "effectiveDateTime": "2022-08-01T17:00:14+08:00",
  "issued": "2022-08-01T18:00:14+08:00",
  "performer": [
    {
      "reference": "Practitioner/pra-dr-example"
    }
  ],
  "result": [
    {
      "reference": "Observation/obs-lab-example"
    }
  ]
}