@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://twcore.mohw.gov.tw/ig/twcore/Composition/com-example> a fhir:Composition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "com-example"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Composition-twcore"^^xsd:anyURI ;
       fhir:l <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Composition-twcore>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<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>： Hospital Admission history and physical note <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://loinc.org\">LOINC</a>#47039-3)</span></p><p><b>病人</b>：<a href=\"Patient-pat-example.html\">Patient/pat-example</a> \"陳加玲\"</p><p><b>編輯時間</b>：2023-09-10T10:30:00</p><p><b>病摘創建者</b>：<a href=\"Practitioner-pra-dr-example.html\">Practitioner/pra-dr-example</a> \"王依昇\"</p><p><b>根據特定技術領域的定義</b>：restricted <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://terminology.hl7.org/CodeSystem/v3-Confidentiality/\">v3 Code System Confidentiality</a>#R)</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-09-10T11:00: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>：medication list <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://terminology.hl7.org/CodeSystem/v3-ActCode/\">ActCode</a>#MEDLIST)</span></p><p><b>文件所涵蓋的時間區間</b>：2023-09-10T08:00:00 ～ 2023-09-15T09:30:00</p></blockquote><p><b>病摘小節內容：</b></p><blockquote><p><b>section.entry[Observation]</b>：<a href=\"Observation-obs-bloodPressure-example.html\">Observation/obs-bloodPressure-example</a></p><p><b>section.entry[Practitioner]</b>：<a href=\"Practitioner-pra-dr-example.html\">Practitioner/pra-dr-example</a></p><p><b>section.entry[MedicationRequest]</b>：<a href=\"MedicationRequest-med-req-cod-example.html\">MedicationRequest/med-req-cod-example</a></p></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:type [
     fhir:coding ( [
       a loinc:11503-0 ;
       fhir:system [
         fhir:v "http://loinc.org"^^xsd:anyURI ;
         fhir:l <http://loinc.org>
       ] ;
       fhir:code [ fhir:v "11503-0" ] ;
       fhir:display [ fhir:v "Medical records" ]
     ] )
  ] ; # 
  fhir:category ( [
     fhir:coding ( [
       a loinc:47039-3 ;
       fhir:system [
         fhir:v "http://loinc.org"^^xsd:anyURI ;
         fhir:l <http://loinc.org>
       ] ;
       fhir:code [ fhir:v "47039-3" ]
     ] )
  ] ) ; # 
  fhir:subject [
     fhir:l <https://twcore.mohw.gov.tw/ig/twcore/Patient/pat-example> ;
     fhir:reference [ fhir:v "Patient/pat-example" ]
  ] ; # 
  fhir:date [ fhir:v "2023-09-10T10:30:00Z"^^xsd:dateTime] ; # 
  fhir:author ( [
     fhir:l <https://twcore.mohw.gov.tw/ig/twcore/Practitioner/pra-dr-example> ;
     fhir:reference [ fhir:v "Practitioner/pra-dr-example" ]
  ] ) ; # 
  fhir:title [ fhir:v "陳加玲的病摘"] ; # 
  fhir:confidentiality [ fhir:v "R"] ; # 
  fhir:attester ( [
     fhir:mode [ fhir:v "personal" ] ;
     fhir:time [ fhir:v "2023-09-10T11:00:00Z"^^xsd:dateTime ] ;
     fhir:party [
       fhir:l <https://twcore.mohw.gov.tw/ig/twcore/Practitioner/pra-dr-example> ;
       fhir:reference [ fhir:v "Practitioner/pra-dr-example" ]
     ]
  ] ) ; # 
  fhir:custodian [
     fhir:l <https://twcore.mohw.gov.tw/ig/twcore/Organization/org-hosp-example> ;
     fhir:reference [ fhir:v "Organization/org-hosp-example" ]
  ] ; # 
  fhir:event ( [
     fhir:code ( [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/v3-ActCode>
         ] ;
         fhir:code [ fhir:v "MEDLIST" ] ;
         fhir:display [ fhir:v "medication list" ]
       ] )
     ] ) ;
     fhir:period [
       fhir:start [ fhir:v "2023-09-10T08:00:00Z"^^xsd:dateTime ] ;
       fhir:end [ fhir:v "2023-09-15T09:30:00Z"^^xsd:dateTime ]
     ]
  ] ) ; # 
  fhir:section ( [
     fhir:entry ( [
       fhir:l <https://twcore.mohw.gov.tw/ig/twcore/Practitioner/pra-dr-example> ;
       fhir:reference [ fhir:v "Practitioner/pra-dr-example" ]
     ] [
       fhir:l <https://twcore.mohw.gov.tw/ig/twcore/Observation/obs-bloodPressure-example> ;
       fhir:reference [ fhir:v "Observation/obs-bloodPressure-example" ]
     ] [
       fhir:l <https://twcore.mohw.gov.tw/ig/twcore/MedicationRequest/med-req-cod-example> ;
       fhir:reference [ fhir:v "MedicationRequest/med-req-cod-example" ]
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

