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

FHIR IG analytics

Packagetw.gov.mohw.emr
Resource TypeDiagnosticReport
IdDiagnosticReport-ImageDiagnosticReport.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

Generated Narrative: DiagnosticReport ImageDiagnosticReport

Computerized Tomography (CT Scan) of Chest and Abdomen (RAD)

Subject胖吉 綠 (official) Male, DoB: 1987-01-01 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code (use: official, ))
When For2023-08-01 17:00:14-0500
Reported2022-08-30 14:35:32+0000
Performer Practitioner 大吉 連 (official)
Identifier https://www.vghtpe.gov.tw//123456

Report Details

CodeValueFlags
Computerized Tomography (CT Scan) of Chest and AbdomenLUNGS AND PLEURA: Clear lungs. Normal pulmonary vascularity. No pleural effusion. No pneumothorax.Final

No acute abnormality

Coded Conclusions:

  • Dull chest pain

Source1

{
  "resourceType": "DiagnosticReport",
  "id": "ImageDiagnosticReport",
  "meta": {
    "profile": [
      "https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/DiagnosticReport-Image"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://www.vghtpe.gov.tw/",
      "value": "123456"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "LP29684-5",
          "display": "RAD"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "https://twcore.mohw.gov.tw/ig/emr/CodeSystem/ICD-10-procedurecode",
        "code": "BW24ZZZ",
        "display": "Computerized Tomography (CT Scan) of Chest and Abdomen"
      }
    ]
  },
  "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"
        }
      ]
    }
  ]
}