臺灣健保事前審查實作指引
1.2.5 - ci-build

臺灣健保事前審查實作指引, published by 衛生福利部中央健康保險署. This guide is not an authorized publication; it is the continuous build for version 1.2.5 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/TWNHIFHIR/pas/ and changes regularly. See the Directory of published versions

: 影像報告-使用LOINC代碼 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/DiagnosticReport/inline-2-diaRep-ima-loinc> a fhir:DiagnosticReport ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "inline-2-diaRep-ima-loinc"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://nhicore.nhi.gov.tw/pas/StructureDefinition/DiagnosticReport-image-twpas" ;
       fhir:index 0 ;
       fhir:link <https://nhicore.nhi.gov.tw/pas/StructureDefinition/DiagnosticReport-image-twpas>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div style=\"display: inline-2-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-DiagnosticReport-image-twpas.html\">影像報告-DiagnosticReport Image TWPAS</a></p></div><p><b>狀態</b>:final</p><p><b>病人</b>:<a href=\"Bundle-bun-self.html#urn-uuid-047422b2-0c18-4707-801d-465833e6d65d\">urn:uuid:047422b2-0c18-4707-801d-465833e6d65d</a> \"王大明\"</p><p><b>影像報告</b>:Diagnostic imaging study <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">(<a href=\"http://loinc.org/\">LOINCDiagnosticReportCodes </a>#18748-4)</span></p><p><b>影像報告日期</b>:2024-05-07</p><p><b>簽發影像報告醫師</b>:<a href=\"Bundle-bun-self.html#urn-uuid-1cf37d4c-1fd2-43c5-8b4e-277c0fef5020\">urn:uuid:1cf37d4c-1fd2-43c5-8b4e-277c0fef5020</a></p><p><b>影像檢查的身體部位/DICOM影像</b>:<a href=\"Bundle-bun-self.html#urn-uuid-4213460c-db7c-4a32-8129-157c9f3a4cc3\">urn:uuid:4213460c-db7c-4a32-8129-157c9f3a4cc3</a></p><p><b>影像報告結果</b>:影像報告結果</p><blockquote><p><b>影像報告名稱</b>:影像報告</p><p><b>影像報告</b>:file://ImagingDiagnosticReport01.pdf</p></blockquote><blockquote><p><b>影像報告名稱</b>:影像報告</p><p><b>影像報告</b>:file://ImagingDiagnosticReport02.pdf</p></blockquote></div>"
  ] ;
  fhir:DiagnosticReport.status [ fhir:value "final"] ;
  fhir:DiagnosticReport.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://nhicore.nhi.gov.tw/pas/CodeSystem/nhi-supporting-info-type" ] ;
       fhir:Coding.code [ fhir:value "imagingReport" ]
     ]
  ] ;
  fhir:DiagnosticReport.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:18748-4 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "18748-4" ]
     ]
  ] ;
  fhir:DiagnosticReport.subject [
     fhir:Reference.reference [ fhir:value "urn:uuid:047422b2-0c18-4707-801d-465833e6d65d" ]
  ] ;
  fhir:DiagnosticReport.effectiveDateTime [ fhir:value "2024-05-07"^^xsd:date] ;
  fhir:DiagnosticReport.performer [
     fhir:index 0 ;
     fhir:Reference.reference [ fhir:value "urn:uuid:1cf37d4c-1fd2-43c5-8b4e-277c0fef5020" ]
  ] ;
  fhir:DiagnosticReport.imagingStudy [
     fhir:index 0 ;
     fhir:Reference.reference [ fhir:value "urn:uuid:4213460c-db7c-4a32-8129-157c9f3a4cc3" ]
  ] ;
  fhir:DiagnosticReport.conclusion [ fhir:value "影像報告結果"] ;
  fhir:DiagnosticReport.presentedForm [
     fhir:index 0 ;
     fhir:Attachment.contentType [ fhir:value "application/pdf" ] ;
     fhir:Attachment.url [ fhir:value "file://ImagingDiagnosticReport01.pdf" ] ;
     fhir:Attachment.title [ fhir:value "影像報告" ]
  ], [
     fhir:index 1 ;
     fhir:Attachment.contentType [ fhir:value "application/pdf" ] ;
     fhir:Attachment.url [ fhir:value "file://ImagingDiagnosticReport02.pdf" ] ;
     fhir:Attachment.title [ fhir:value "影像報告" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/DiagnosticReport/inline-2-diaRep-ima-loinc.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/DiagnosticReport/inline-2-diaRep-ima-loinc.ttl> .