電子病歷交換單張實作指引(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

: 出院病摘 Composition example - TTL Representation

Raw ttl | Download


@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Composition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "DMS-Com24"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/CompositionDMS"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/CompositionDMS>     ] )
  ] ; # 
  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: Composition DMS-Com24</b></p><a name=\"DMS-Com24\"> </a><a name=\"hcDMS-Com24\"> </a><a name=\"DMS-Com24-en-US\"> </a><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 11490-0}\">出院病摘</span></p><p><b>encounter</b>: <a href=\"Encounter-DMS-Enc3.html\">Encounter: status = finished; class = inpatient encounter (ActCode#IMP); serviceType = General surgery (qualifier value); period = 2022-07-08 12:12:00+0000 --&gt; 2022-07-09 12:12:00+0000</a></p><p><b>date</b>: 2023-01-04 13:01:56+0800</p><p><b>author</b>: </p><ul><li><a href=\"Organization-DMS-Org1.html\">Organization 國立臺灣大學醫學院附設醫院</a></li><li><a href=\"Organization-DMS-Org6.html\">Organization 轉入醫事機構名稱</a></li><li><a href=\"Organization-DMS-Org22.html\">Organization 轉出醫事機構名稱</a></li><li><a href=\"Practitioner-DMS-Pra23.html\">Practitioner 賴一施</a></li></ul><p><b>title</b>: 出院病摘</p><p><b>custodian</b>: <a href=\"Organization-DMS-Org1.html\">Organization 國立臺灣大學醫學院附設醫院</a></p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:type [
    ( fhir:coding [
a loinc:11490-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11490-0" ] ;
fhir:display [ fhir:v "Physician Discharge summary" ]     ] ) ;
fhir:text [ fhir:v "出院病摘" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/DMS-Pat2" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/DMS-Enc3" ]
  ] ; # 
  fhir:date [ fhir:v "2023-01-04T13:01:56+08:00"^^xsd:dateTime] ; # 
  fhir:author ( [
fhir:reference [ fhir:v "Organization/DMS-Org1" ]
  ] [
fhir:reference [ fhir:v "Organization/DMS-Org6" ]
  ] [
fhir:reference [ fhir:v "Organization/DMS-Org22" ]
  ] [
fhir:reference [ fhir:v "Practitioner/DMS-Pra23" ]
  ] ) ; # 
  fhir:title [ fhir:v "出院病摘"] ; # 
  fhir:custodian [
fhir:reference [ fhir:v "Organization/DMS-Org1" ]
  ] ; # 
  fhir:section ( [
fhir:title [ fhir:v "出院病摘中的出院指示" ] ;
fhir:code [
      ( fhir:coding [
a loinc:8653-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8653-8" ]       ] )     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "CarePlan/DMS-Care5" ]     ] )
  ] [
fhir:title [ fhir:v "出院病摘中的住院臆斷" ] ;
fhir:code [
      ( fhir:coding [
a loinc:46241-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "46241-6" ]       ] )     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Observation/DMS-Obs7" ]     ] )
  ] [
fhir:title [ fhir:v "出院病摘中的出院診斷" ] ;
fhir:code [
      ( fhir:coding [
a loinc:11535-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11535-2" ]       ] )     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Condition/DMS-Con8" ]     ] )
  ] [
fhir:title [ fhir:v "出院病摘中的癌症期別" ] ;
fhir:code [
      ( fhir:coding [
a loinc:22037-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "22037-6" ]       ] )     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Observation/DMS-Obs9" ]     ] )
  ] [
fhir:title [ fhir:v "出院病摘中的主訴" ] ;
fhir:code [
      ( fhir:coding [
a loinc:10154-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10154-3" ]       ] )     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Condition/DMS-Con10" ]     ] )
  ] [
fhir:title [ fhir:v "出院病摘中的病史" ] ;
fhir:code [
      ( fhir:coding [
a loinc:10164-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10164-2" ]       ] )     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Observation/DMS-Obs11" ]     ] )
  ] [
fhir:title [ fhir:v "出院病摘中的家族圖譜" ] ;
fhir:code [
      ( fhir:coding [
a loinc:74027-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "74027-4" ]       ] )     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Media/DMS-Med12" ]     ] )
  ] [
fhir:title [ fhir:v "出院病摘中的理學檢查發現" ] ;
fhir:code [
      ( fhir:coding [
a loinc:29545-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "29545-1" ]       ] )     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Observation/DMS-Obs13" ]     ] )
  ] [
fhir:title [ fhir:v "出院病摘中的檢驗" ] ;
fhir:code [
      ( fhir:coding [
a loinc:30954-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "30954-2" ]       ] )     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Observation/DMS-Obs14" ]     ] )
  ] [
fhir:title [ fhir:v "出院病摘中的特殊檢查" ] ;
fhir:code [
      ( fhir:coding [
a loinc:19146-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "19146-0" ]       ] )     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Observation/DMS-Obs15" ]     ] )
  ] [
fhir:title [ fhir:v "出院病摘中的醫學影像檢查(ImageingStudy)" ] ;
fhir:code [
      ( fhir:coding [
a loinc:19005-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "19005-8" ]       ] )     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "ImagingStudy/DMS-Img16" ]     ] [
fhir:reference [ fhir:v "Media/DMS-Med17" ]     ] )
  ] [
fhir:title [ fhir:v "出院病摘中的病理報告" ] ;
fhir:code [
      ( fhir:coding [
a loinc:22034-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "22034-3" ]       ] )     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Observation/DMS-Obs18" ]     ] )
  ] [
fhir:title [ fhir:v "出院病摘中的手術日期及方法" ] ;
fhir:code [
      ( fhir:coding [
a loinc:8724-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8724-7" ]       ] )     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Procedure/DMS-Pro19" ]     ] )
  ] [
fhir:title [ fhir:v "出院病摘中的住院治療經過" ] ;
fhir:code [
      ( fhir:coding [
a loinc:8648-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8648-8" ]       ] )     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Procedure/DMS-Pro20" ]     ] [
fhir:reference [ fhir:v "Location/DMS-Loc4" ]     ] )
  ] [
fhir:title [ fhir:v "出院病摘中的合併症與併發症" ] ;
fhir:code [
      ( fhir:coding [
a loinc:55109-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "55109-3" ]       ] )     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Condition/DMS-Con21" ]     ] )
  ] ) . #