臺灣核心實作指引(TW Core IG)
1.0.0 - STU 1.0.0 Taiwan flag

臺灣核心實作指引(TW Core IG), published by 衛生福利部. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/TU9IVy1UV0NvcmVJRw/VFcgQ29yZSBJRyBJVFJJ/ and changes regularly. See the Directory of published versions

: 手術摘要報告 - 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/Composition/com-surgery-example> a fhir:Composition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "com-surgery-example"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>手術摘要報告</b></h3><p><b>臨床狀態</b>:Final <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">(<a href=\"http://hl7.org/fhir/composition-status\">CompositionStatus</a>#final)</span></p><p><b>種類</b>:Medical records <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://loinc.org\">LOINC</a>#11503-0)</span></p><p><b>分類</b>:Surgical operation note <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://loinc.org\">LOINC</a>#11504-8)</span></p><p><b>病人</b>:<a href=\"Patient-pat-example.html\">Patient/pat-example</a> \"陳加玲\"</p><p><b>編輯時間</b>:2023-11-05T14:45:00</p><p><b>報告創建者</b>:<a href=\"Practitioner-pra-dr-example.html\">Practitioner/pra-dr-example</a> \"王依昇\"</p><p><b>根據特定技術領域的定義</b>:normal <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://terminology.hl7.org/CodeSystem/v3-Confidentiality/\">v3 Code System Confidentiality</a>#N)</span></p><p><b>證明準確性</b>:</p><blockquote><p><b>認證者提供的認證類型</b>:Personal <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/composition-attestation-mode/\">CompositionAttestationMode</a>#personal)</span></p><p><b>被證明的時間</b>:2023-11-05T15:30:00</p><p><b>負責證明的人員</b>:<a href=\"Practitioner-pra-dr-example.html\">Practitioner/pra-dr-example</a> \"王依昇\"</p><p><b>負責維護機構</b>:<a href=\"Organization-org-hosp-example.html\">Organization/org-hosp-example</a> \"衛生福利部臺北醫院\"</p></blockquote><p><b>正在記錄的臨床服務</b>:</p><blockquote><p><b>被記錄的主要臨床行為代碼</b>:Surgical <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://terminology.hl7.org/CodeSystem/v3-ActCode/\">ActCode</a>#SURG)</span></p><p><b>文件所涵蓋的時間區間</b>:2023-11-05T12:00:00 ~ 2023-11-05T16:00:00</p></blockquote><p><b>報告小節內容:</b> <a href=\"Procedure-pro-appendectomy-example.html\">Procedure/pro-appendectomy-example</a></p></div>"
  ] ;
  fhir:Composition.status [ fhir:value "final"] ;
  fhir:Composition.type [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:11503-0 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "11503-0" ] ;
       fhir:Coding.display [ fhir:value "Medical records" ]
     ]
  ] ;
  fhir:Composition.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:11504-8 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "11504-8" ]
     ]
  ] ;
  fhir:Composition.subject [
     fhir:link <http://hl7.org/fhir/Patient/pat-example> ;
     fhir:Reference.reference [ fhir:value "Patient/pat-example" ]
  ] ;
  fhir:Composition.date [ fhir:value "2023-11-05T14:45:00Z"^^xsd:dateTime] ;
  fhir:Composition.author [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Practitioner/pra-dr-example> ;
     fhir:Reference.reference [ fhir:value "Practitioner/pra-dr-example" ] ;
     fhir:Reference.display [ fhir:value "王依昇" ]
  ] ;
  fhir:Composition.title [ fhir:value "手術摘要報告"] ;
  fhir:Composition.confidentiality [ fhir:value "N"] ;
  fhir:Composition.attester [
     fhir:index 0 ;
     fhir:Composition.attester.mode [ fhir:value "personal" ] ;
     fhir:Composition.attester.time [ fhir:value "2023-11-05T15:30:00Z"^^xsd:dateTime ] ;
     fhir:Composition.attester.party [
       fhir:link <http://hl7.org/fhir/Practitioner/pra-dr-example> ;
       fhir:Reference.reference [ fhir:value "Practitioner/pra-dr-example" ] ;
       fhir:Reference.display [ fhir:value "王依昇" ]
     ]
  ] ;
  fhir:Composition.custodian [
     fhir:link <http://hl7.org/fhir/Organization/org-hosp-example> ;
     fhir:Reference.reference [ fhir:value "Organization/org-hosp-example" ] ;
     fhir:Reference.display [ fhir:value "衛生福利部臺北醫院" ]
  ] ;
  fhir:Composition.event [
     fhir:index 0 ;
     fhir:Composition.event.code [
       fhir:index 0 ;
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ] ;
         fhir:Coding.code [ fhir:value "SURG" ] ;
         fhir:Coding.display [ fhir:value "Surgical" ]
       ]
     ] ;
     fhir:Composition.event.period [
       fhir:Period.start [ fhir:value "2023-11-05T12:00:00Z"^^xsd:dateTime ] ;
       fhir:Period.end [ fhir:value "2023-11-05T16:00:00Z"^^xsd:dateTime ]
     ]
  ] ;
  fhir:Composition.section [
     fhir:index 0 ;
     fhir:Composition.section.entry [
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/Procedure/pro-appendectomy-example> ;
       fhir:Reference.reference [ fhir:value "Procedure/pro-appendectomy-example" ]
     ]
  ] .

<http://hl7.org/fhir/Patient/pat-example> a fhir:Patient .

<http://hl7.org/fhir/Practitioner/pra-dr-example> a fhir:Practitioner .

<http://hl7.org/fhir/Organization/org-hosp-example> a fhir:Organization .

<http://hl7.org/fhir/Procedure/pro-appendectomy-example> a fhir:Procedure .

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

<http://hl7.org/fhir/Composition/com-surgery-example.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Composition/com-surgery-example.ttl> .