電子病歷交換單張實作指引(EMR-IG)
0.1.0 - ci-build
This page is part of the 電子病歷交換單張實作指引(EMR-IG) (v0.1.0: Releases) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:DiagnosticReport ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ImageDiagnosticReport"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/DiagnosticReport-Image"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/DiagnosticReport-Image> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport ImageDiagnosticReport</b></p><a name=\"ImageDiagnosticReport\"> </a><a name=\"hcImageDiagnosticReport\"> </a><a name=\"ImageDiagnosticReport-en-US\"> </a><h2><span title=\"Codes:{https://twcore.mohw.gov.tw/ig/emr/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>胖吉 綠 (official) Male, DoB: 1987-01-01 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code (use: official, ))</td></tr><tr><td>When For</td><td>2023-08-01 17:00:14-0500</td></tr><tr><td>Reported</td><td>2022-08-30 14:35:32+0000</td></tr><tr><td>Performer</td><td> <a href=\"Practitioner-TWCorePractitioner.html\">Practitioner 大吉 連 (official)</a></td></tr><tr><td>Identifier</td><td> <code>https://www.vghtpe.gov.tw/</code>/123456</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>Flags</b></td></tr><tr><td><a href=\"Observation-ObservationImagingResult.html\"><span title=\"Codes:{https://twcore.mohw.gov.tw/ig/emr/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>Final</td></tr></table><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>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://www.vghtpe.gov.tw/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "123456" ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
a loinc:LP29684-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LP29684-5" ] ;
fhir:display [ fhir:v "Radiology" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://twcore.mohw.gov.tw/ig/emr/CodeSystem/ICD-10-procedurecode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "BW24ZZZ" ] ;
fhir:display [ fhir:v "Computerized Tomography (CT Scan) of Chest and Abdomen" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/TWCorePatient" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/TWCoreEncounter" ]
] ; #
fhir:effective [ fhir:v "2023-08-01T17:00:14-05:00"^^xsd:dateTime] ; #
fhir:issued [ fhir:v "2022-08-30T14:35:32.631Z"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/TWCorePractitioner" ]
] ) ; #
fhir:resultsInterpreter ( [
fhir:reference [ fhir:v "Practitioner/TWCorePractitioner" ]
] ) ; #
fhir:result ( [
fhir:reference [ fhir:v "Observation/ObservationImagingResult" ]
] ) ; #
fhir:imagingStudy ( [
fhir:reference [ fhir:v "ImagingStudy/ImagingStudyBase" ]
] ) ; #
fhir:conclusion [ fhir:v "No acute abnormality"] ; #
fhir:conclusionCode ( [
( fhir:coding [
a sct:3368006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "3368006" ] ;
fhir:display [ fhir:v "Dull chest pain" ] ] )
] ) . #
IG © 2023+ 衛生福利部. Package tw.gov.mohw.emr#0.1.0 based on FHIR 4.0.1. Generated 2024-08-23
Links: Table of Contents |
QA Report