臺灣核心實作指引(TW Core IG)
0.3.1 - Ci-Build Trial Use

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

: Message request(傳送) - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "bun-message-request-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Bundle-message-twcore"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Bundle-message-twcore>     ] )
  ] ; # 
  fhir:identifier [
fhir:system [ fhir:v "https://www.tph.mohw.gov.tw"^^xsd:anyURI ] ;
fhir:value [ fhir:v "01014857930415100000000" ]
  ] ; # 
  fhir:type [ fhir:v "message"] ; # 
  fhir:timestamp [ fhir:v "2023-12-01T12:34:56.000Z"^^xsd:dateTime] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/MessageHeader/mes-request-example"^^xsd:anyURI ] ;
    ( fhir:resource <https://twcore.mohw.gov.tw/ig/twcore/MessageHeader/mes-request-example> )
  ] [
fhir:fullUrl [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/Patient/pat-example"^^xsd:anyURI ] ;
    ( fhir:resource <https://twcore.mohw.gov.tw/ig/twcore/Patient/pat-example> )
  ] [
fhir:fullUrl [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/Observation/obs-lab-example"^^xsd:anyURI ] ;
    ( fhir:resource <https://twcore.mohw.gov.tw/ig/twcore/Observation/obs-lab-example> )
  ] [
fhir:fullUrl [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/DiagnosticReport/dia-example"^^xsd:anyURI ] ;
    ( fhir:resource <https://twcore.mohw.gov.tw/ig/twcore/DiagnosticReport/dia-example> )
  ] [
fhir:fullUrl [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/Practitioner/pra-dr-example"^^xsd:anyURI ] ;
    ( fhir:resource <https://twcore.mohw.gov.tw/ig/twcore/Practitioner/pra-dr-example> )
  ] [
fhir:fullUrl [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/Organization/org-hosp-example"^^xsd:anyURI ] ;
    ( fhir:resource <https://twcore.mohw.gov.tw/ig/twcore/Organization/org-hosp-example> )
  ] ) . # 

<https://twcore.mohw.gov.tw/ig/twcore/MessageHeader/mes-request-example> a fhir:MessageHeader ;
  fhir:id [ fhir:v "mes-request-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/MessageHeader-twcore"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/MessageHeader-twcore>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>訊息表頭-request</b></h3><p><b>訊息事件代碼</b>: Laboratory report <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://loinc.org\">LOINC</a>#11502-2)</span></p><p><b>訊息發送來源</b>: https://tpech.gov.taipei/</p><p><b>訊息內容</b>:</p><blockquote><p><b>檢驗報告</b>:<a href=\"DiagnosticReport-dia-example.html\">DiagnosticReport/dia-example</a></p><p><b>病人</b>:<a href=\"Patient-pat-example.html\">Patient/pat-example</a> \"陳加玲\"</p><p><b>檢驗檢查資料</b>:<a href=\"Observation-obs-lab-example.html\">Observation/obs-lab-example</a></p></blockquote></div>"
  ] ; # 
  fhir:event [
a fhir:Coding, loinc:11502-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11502-2" ] ;
fhir:display [ fhir:v "Laboratory report" ]
  ] ; # 
  fhir:source [
fhir:endpoint [ fhir:v "https://tpech.gov.taipei/"^^xsd:anyURI ]
  ] ; # 
  fhir:focus ( [
fhir:reference [ fhir:v "DiagnosticReport/dia-example" ]
  ] [
fhir:reference [ fhir:v "Patient/pat-example" ]
  ] [
fhir:reference [ fhir:v "Observation/obs-lab-example" ]
  ] ) . # 

<https://twcore.mohw.gov.tw/ig/twcore/Patient/pat-example> a fhir:Patient ;
  fhir:id [ fhir:v "pat-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Patient-twcore"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Patient-twcore>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>病人基本資料-身分證字號及病歷號</b></h3><blockquote><p><b>識別碼型別</b>:National Person Identifier <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://terminology.hl7.org/CodeSystem/v2-0203\">Identifier Type Codes</a>#NNxxx <b>[extension: <a href=\"StructureDefinition-identifier-suffix.html\">Identifier Suffix</a>]:</b>TWN)</span><br/><b>身分證字號(official)</b>:A123456789 (http://www.moi.gov.tw)</p></blockquote><blockquote><p><b>識別碼型別</b>:Medical record number <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://terminology.hl7.org/CodeSystem/v2-0203\">Identifier Type Codes</a>#MR)</span><br/><b>病歷號(official)</b>:8862168 (https://www.tph.mohw.gov.tw)</p></blockquote><p><b>病人的紀錄(active)</b>:使用中</p><p><b>姓名(official)</b>:陳加玲 Chan, Chia Lin</p><p><b>性別</b>:女性</p><p><b>出生日期</b>:1990-01-01</p><p><b>年齡[extension: <a href=\"StructureDefinition-person-age.html\">person-age</a>]</b>:32</p><p><b>國籍[extension: <a href=\"http://hl7.org/fhir/StructureDefinition/patient-nationality\">patient-nationality</a>]</b>:<span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ( <a href=\"https://terminology.hl7.org/CodeSystem-ISO3166Part1.html\">ISO3166Part1</a>#TW)</span></p><p><b>聯絡方式</b>:Phone <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://hl7.org/fhir/R4/valueset-contact-point-system.html\">ContactPointSystem</a>#phone)</span><br/><b>聯絡電話</b>:(Mobile)0911327999 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://build.fhir.org/codesystem-contact-point-use.html\">ContactPointUse</a>#mobile)</span><br/><b>聯絡電話使用效期</b>:2022-07-31至2024-07-31</p><p><b>聯絡地址</b>:(103)臺北市大同區大有里19鄰承德路三段52巷6弄210號2樓B室<br/><b>郵遞區號(postalCode) [extension: <a href=\"StructureDefinition-tw-postal-code.html\">tw-postal-code</a>] </b>: <a href=\"CodeSystem-postal-code3-tw.html\">103</a><br/><b>縣/市(district)</b>:臺北市<br/><b>鄉/鎮/市/區(city)</b>:大同區<br/><b>村(里)(village) [extension: <a href=\"StructureDefinition-tw-village.html\">tw-village</a>] </b>:大有里<br/><b>鄰(neighborhood) [extension: <a href=\"StructureDefinition-tw-neighborhood.html\">tw-neighborhood</a>] </b>:19鄰<br/><b>路/街(line)</b>:承德路<br/><b>段(section) [extension: <a href=\"StructureDefinition-tw-section.html\">tw-section</a>] </b>:三段<br/><b>巷/衖(lane) [extension: <a href=\"StructureDefinition-tw-lane.html\">tw-lane</a>] </b>:52巷<br/><b>弄(alley) [extension: <a href=\"StructureDefinition-tw-alley.html\">tw-alley</a>] </b>:6弄<br/><b>號(number) [extension: <a href=\"StructureDefinition-tw-number.html\">tw-number</a>] </b>:210號<br/><b>樓(floor) [extension: <a href=\"StructureDefinition-tw-floor.html\">tw-floor</a>] </b>:2樓<br/><b>室(room) [extension: <a href=\"StructureDefinition-tw-room.html\">tw-room</a>] </b>:B室<br/><b>國家(country)</b>:臺灣<br/><br/></p><p><b>婚姻狀態</b>:unmarried <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://terminology.hl7.org/CodeSystem/v3-MaritalStatus\">臺灣婚姻狀態值集</a>#U)</span></p><p><b>聯絡人(official)</b>:李立偉 Li, Li Wei<br/><b>關係</b>:father <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://terminology.hl7.org/CodeSystem/v3-RoleCode\">PatientRelationshipType</a>#FTH)</span><br/><b>聯絡方式</b>:Phone <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://hl7.org/fhir/R4/valueset-contact-point-system.html\">ContactPointSystem</a>#phone)</span><br/><b>聯絡電話</b>:(Mobile)0917159753 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://build.fhir.org/codesystem-contact-point-use.html\">ContactPointUse</a>#mobile)</span><br/><b>聯絡電話使用效期</b>:2022-07-31至2024-07-31</p><p><b>向病人說明健康狀態時所使用的語言</b>:中文</p><p><b>紀錄的保管機構</b>: <a href=\"Organization-org-hosp-example.html\">Organization/org-hosp-example</a> \"衛生福利部臺北醫院\"</p><p><b>病人影像</b>: <a href=\"https://2.bp.blogspot.com/-v3yEwItkXKQ/VaMN_1Nx6TI/AAAAAAAAvhM/zDXN_eZw_UE/s800/youngwoman_42.png\">patient.png</a><br/><img src=\"https://2.bp.blogspot.com/-v3yEwItkXKQ/VaMN_1Nx6TI/AAAAAAAAvhM/zDXN_eZw_UE/s800/youngwoman_42.png\" width=\"250px\"/></p></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/person-age"^^xsd:anyURI ] ;
fhir:value [
a fhir:Age ;
fhir:value [ fhir:v "32"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "a" ]     ]
  ] [
    ( fhir:extension [
fhir:url [ fhir:v "code"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "TW" ]         ] )       ]     ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-nationality"^^xsd:anyURI ]
  ] ) ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [
fhir:v "NNxxx" ;
          ( fhir:extension [
            ( fhir:extension [
fhir:url [ fhir:v "suffix"^^xsd:anyURI ] ;
fhir:value [ fhir:v "TWN" ]             ] [
fhir:url [ fhir:v "valueSet"^^xsd:anyURI ] ;
fhir:value [
fhir:v "http://hl7.org/fhir/ValueSet/iso3166-1-3"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/ValueSet/iso3166-1-3>               ]             ] ) ;
fhir:url [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/identifier-suffix"^^xsd:anyURI ]           ] )         ]       ] )     ] ;
fhir:system [ fhir:v "http://www.moi.gov.tw"^^xsd:anyURI ] ;
fhir:value [ fhir:v "A123456789" ]
  ] [
fhir:use [ fhir:v "official" ] ;
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MR" ]       ] )     ] ;
fhir:system [ fhir:v "https://www.tph.mohw.gov.tw"^^xsd:anyURI ] ;
fhir:value [ fhir:v "8862168" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:text [ fhir:v "陳加玲" ] ;
fhir:family [ fhir:v "Chen" ] ;
    ( fhir:given [ fhir:v "Chia Lin" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "0911327999" ] ;
fhir:use [ fhir:v "mobile" ] ;
fhir:period [
fhir:start [ fhir:v "2022-07-31"^^xsd:date ] ;
fhir:end [ fhir:v "2024-07-31"^^xsd:date ]     ]
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:birthDate [ fhir:v "1990-01-01"^^xsd:date] ; # 
  fhir:address ( [
    ( fhir:extension [
fhir:url [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-section"^^xsd:anyURI ] ;
fhir:value [ fhir:v "三段" ]     ] [
fhir:url [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-number"^^xsd:anyURI ] ;
fhir:value [ fhir:v "210號" ]     ] [
fhir:url [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-village"^^xsd:anyURI ] ;
fhir:value [ fhir:v "大有里" ]     ] [
fhir:url [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-neighborhood"^^xsd:anyURI ] ;
fhir:value [ fhir:v "19鄰" ]     ] [
fhir:url [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-lane"^^xsd:anyURI ] ;
fhir:value [ fhir:v "52巷" ]     ] [
fhir:url [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-alley"^^xsd:anyURI ] ;
fhir:value [ fhir:v "6弄" ]     ] [
fhir:url [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-floor"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2樓" ]     ] [
fhir:url [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-room"^^xsd:anyURI ] ;
fhir:value [ fhir:v "B室" ]     ] ) ;
fhir:text [ fhir:v "臺北市大同區大有里19鄰承德路三段52巷6弄210號2樓B室" ] ;
    ( fhir:line [ fhir:v "承德路" ] ) ;
fhir:city [ fhir:v "大同區" ] ;
fhir:district [ fhir:v "臺北市" ] ;
fhir:postalCode [
      ( fhir:extension [
fhir:url [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-postal-code"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
          ( fhir:coding [
fhir:system [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code3-tw"^^xsd:anyURI ] ;
fhir:code [ fhir:v "103" ]           ] )         ]       ] )     ] ;
fhir:country [ fhir:v "TW" ]
  ] ) ; # 
  fhir:maritalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"^^xsd:anyURI ] ;
fhir:code [ fhir:v "U" ]     ] )
  ] ; # 
  fhir:photo ( [
fhir:contentType [ fhir:v "image/jpeg" ] ;
fhir:url [ fhir:v "patient.png"^^xsd:anyURI ]
  ] ) ; # 
  fhir:contact ( [
    ( fhir:relationship [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "FTH" ]       ] )     ] ) ;
fhir:name [
fhir:use [ fhir:v "official" ] ;
fhir:text [ fhir:v "李立偉" ] ;
fhir:family [ fhir:v "Li" ] ;
      ( fhir:given [ fhir:v "Li Wei" ] )     ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "0917159753" ] ;
fhir:use [ fhir:v "mobile" ] ;
fhir:period [
fhir:start [ fhir:v "2022-07-31"^^xsd:date ] ;
fhir:end [ fhir:v "2024-07-31"^^xsd:date ]       ]     ] )
  ] ) ; # 
  fhir:communication ( [
fhir:language [
      ( fhir:coding [
fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ;
fhir:code [ fhir:v "zh-TW" ]       ] )     ]
  ] ) ; # 
  fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/org-hosp-example" ]
  ] . # 

<https://twcore.mohw.gov.tw/ig/twcore/Observation/obs-lab-example> a fhir:Observation ;
  fhir:id [ fhir:v "obs-lab-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-laboratoryResult-twcore"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-laboratoryResult-twcore>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>檢驗檢查資料</b></h3><p><b>狀態</b>:最終版(final)</p><p><b>分類</b>:Laboratory <span style=\"background: LightGoldenRodYellow; margin:4px; border:1px solid khaki\">( <a href=\"http://hl7.org/fhir/R4/codesystem-observation-category.html\">Observation Category Codes</a>#laboratory)</span></p><p><b>檢驗項目</b>:血中尿素氮 <span style=\"background: LightGoldenRodYellow; margin:4px; border:1px solid khaki\">( <a href=\"CodeSystem-medical-service-payment-tw.html\">臺灣醫療服務給付項目</a>#09002C)</span></p><p><b>病人</b>: <a href=\"Patient-pat-example.html\">Patient/pat-example</a> \"陳加玲\"</p><p><b>執行日期</b>:2022-07-31</p><p><b>負責機構</b>: <a href=\"Organization-org-hosp-example.html\">Organization/org-hosp-example</a> \"衛生福利部臺北醫院\"</p><p><b>檢驗值</b>:16.6 mg/dL</p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "laboratory" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medical-service-payment-tw"^^xsd:anyURI ] ;
fhir:code [ fhir:v "09002C" ]     ] ) ;
fhir:text [ fhir:v "血中尿素氮" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/pat-example" ]
  ] ; # 
  fhir:effective [ fhir:v "2022-07-31"^^xsd:date] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Organization/org-hosp-example" ]
  ] ) ; # 
  fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "16.6"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg/dL" ]
  ] . # 

<https://twcore.mohw.gov.tw/ig/twcore/DiagnosticReport/dia-example> a fhir:DiagnosticReport ;
  fhir:id [ fhir:v "dia-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/DiagnosticReport-twcore"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/DiagnosticReport-twcore>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>診斷報告</b></h3><p><b>診斷狀態</b>:Remission <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/R4/valueset-diagnostic-report-status.html\">DiagnosticReportStatus</a>#registered)</span></p><p><b>診斷分類</b>:Laboratory <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/R4/valueset-diagnostic-service-sections.html\">DiagnosticServiceSectionCodes</a>#LAB)</span></p><p><b>病人</b>:<a href=\"Patient-pat-example.html\">Patient/pat-example</a> \"陳加玲\"</p><p><b>臨床相關報告時間</b>:2022-08-01 05:00:14-0500</p><p><b>診斷報告時間</b>:2022-08-01 06:00:14-0500</p><p><b>病情、問題或診斷識別</b>:血中尿素氮<span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ( <a href=\"http://loinc.org\">LOINC</a>#09002C)</span></p><p><b>診斷結果</b>:<a href=\"Observation-obs-lab-example.html\">Observation/obs-lab-example</a></p><p><b>診斷者</b>:<a href=\"Practitioner-pra-dr-example.html\">Practitioner/pra-dr-example</a> \"王依昇\"</p></div>"
  ] ; # 
  fhir:status [ fhir:v "registered"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0074"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LAB" ] ;
fhir:display [ fhir:v "Laboratory" ]     ] ) ;
fhir:text [ fhir:v "Laboratory" ]
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medical-service-payment-tw"^^xsd:anyURI ] ;
fhir:code [ fhir:v "09002C" ] ;
fhir:display [ fhir:v "血中尿素氮" ]     ] ) ;
fhir:text [ fhir:v "血中尿素氮" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/pat-example" ]
  ] ; # 
  fhir:effective [ fhir:v "2022-08-01T17:00:14+08:00"^^xsd:dateTime] ; # 
  fhir:issued [ fhir:v "2022-08-01T18:00:14+08:00"^^xsd:dateTime] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/pra-dr-example" ]
  ] ) ; # 
  fhir:result ( [
fhir:reference [ fhir:v "Observation/obs-lab-example" ]
  ] ) . # 

<https://twcore.mohw.gov.tw/ig/twcore/Practitioner/pra-dr-example> a fhir:Practitioner ;
  fhir:id [ fhir:v "pra-dr-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Practitioner-twcore"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Practitioner-twcore>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>醫師基本資料</b></h3><blockquote><p><b>識別碼型別</b>:National Person Identifier <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://terminology.hl7.org/CodeSystem/v2-0203\">Identifier Type Codes</a>#NNxxx)</span><br/><b>身分證字號(official)</b>:D123456789 (http://www.moi.gov.tw)</p></blockquote><blockquote><p><b>識別碼型別</b>:Medical License number <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://terminology.hl7.org/CodeSystem/v2-0203\">Identifier Type Codes</a>#MD)</span><br/><b>員工編號(official)</b>:KP00017 (https://www.tph.mohw.gov.tw)</p></blockquote><p><b>健康照護服務提供者的紀錄(active)</b>:使用中</p><p><b>姓名(official)</b>:王依昇 Wang, Yi Sheng</p><p><b>性別</b>:男性</p><p><b>出生日期</b>:1980-11-11</p><p><b>聯絡方式</b>:Phone<span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ( <a href=\"https://hl7.org/fhir/R4/valueset-contact-point-system.html\">ContactPointSystem</a>#phone)</span><br/><b>聯絡電話</b>:(Mobile)0993277826<span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ( <a href=\"https://build.fhir.org/codesystem-contact-point-use.html\">ContactPointUse</a>#mobile)</span><br/><b>聯絡電話使用效期</b>:2022-07-31至2024-07-31</p><p><b>聯絡地址</b>:(330)桃園市桃園區五福五街31號<br/><b>郵遞區號(postalCode)[extension: <a href=\"StructureDefinition-tw-postal-code.html\">tw-postal-code</a>]</b>:<a href=\"CodeSystem-postal-code3-tw.html\">330</a><br/><b>縣/市(district)</b>:桃園市<br/><b>鄉/鎮/市/區(city)</b>:桃園區<br/><b>路/街(line)</b>:五福五街<br/><b>號(number)[extension: <a href=\"StructureDefinition-tw-number.html\">tw-number</a>]</b>:31號<br/><b>國家(country)</b>:臺灣<br/></p><p><b>資格證書的型別</b>:西醫師 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">SNOMED CT</a>#394802001)</span><br/><b>資格證書的開始日期</b>:2005-05-25</p><p><b>照護服務提供人員影像</b>: <a href=\"https://1.bp.blogspot.com/-6dSaKA-5r0c/UZSs9HLyutI/AAAAAAAATBc/lxpq2MB3_mc/s400/doctor.png\">doctor.png</a><br/><img src=\"https://1.bp.blogspot.com/-6dSaKA-5r0c/UZSs9HLyutI/AAAAAAAATBc/lxpq2MB3_mc/s400/doctor.png\" width=\"250px\"/></p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NNxxx" ]       ] )     ] ;
fhir:system [ fhir:v "http://www.moi.gov.tw"^^xsd:anyURI ] ;
fhir:value [ fhir:v "D123456789" ]
  ] [
fhir:use [ fhir:v "official" ] ;
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MD" ]       ] )     ] ;
fhir:system [ fhir:v "https://www.tph.mohw.gov.tw"^^xsd:anyURI ] ;
fhir:value [ fhir:v "KP00017" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:text [ fhir:v "王依昇" ] ;
fhir:family [ fhir:v "Wang" ] ;
    ( fhir:given [ fhir:v "Yi Sheng" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "0993277826" ] ;
fhir:use [ fhir:v "mobile" ] ;
fhir:period [
fhir:start [ fhir:v "2022-07-31"^^xsd:date ] ;
fhir:end [ fhir:v "2024-07-31"^^xsd:date ]     ]
  ] ) ; # 
  fhir:address ( [
    ( fhir:extension [
fhir:url [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-number"^^xsd:anyURI ] ;
fhir:value [ fhir:v "31號" ]     ] ) ;
fhir:text [ fhir:v "桃園市桃園區五福五街31號" ] ;
    ( fhir:line [ fhir:v "五福五街" ] ) ;
fhir:city [ fhir:v "桃園區" ] ;
fhir:district [ fhir:v "桃園市" ] ;
fhir:postalCode [
      ( fhir:extension [
fhir:url [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-postal-code"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
          ( fhir:coding [
fhir:system [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code3-tw"^^xsd:anyURI ] ;
fhir:code [ fhir:v "330" ]           ] )         ]       ] )     ] ;
fhir:country [ fhir:v "TW" ]
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1980-11-11"^^xsd:date] ; # 
  fhir:photo ( [
fhir:contentType [ fhir:v "image/png" ] ;
fhir:data [ fhir:v "TWFuIGlzIGRpc3Rpbmd1aXNoZWQsIG5vdCBvbmx5IGJ5IGhpcyByZWFzb24sIGJ1dCBieSB0aGlzIHNpbmd1bGFyIHBhc3Npb24gZnJvbSBvdGhlciBhbmltYWxzLCB3aGljaCBpcyBhIGx1c3Qgb2YgdGhlIG1pbmQsIHRoYXQgYnkgYSBwZXJzZXZlcmFuY2Ugb2YgZGVsaWdodCBpbiB0aGUgY29udGludWVkIGFuZCBpbmRlZmF0aWdhYmxlIGdlbmVyYXRpb24gb2Yga25vd2xlZGdlLCBleGNlZWRzIHRoZSBzaG9ydCB2ZWhlbWVuY2Ugb2YgYW55IGNhcm5hbCBwbGVhc3VyZS4="^^xsd:base64Binary ] ;
fhir:url [ fhir:v "doctor.png"^^xsd:anyURI ]
  ] ) ; # 
  fhir:qualification ( [
fhir:code [
      ( fhir:coding [
a sct:394802001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "394802001" ] ;
fhir:display [ fhir:v "General medicine" ]       ] )     ] ;
fhir:period [
fhir:start [ fhir:v "2005-05-25"^^xsd:date ]     ]
  ] ) . # 

<https://twcore.mohw.gov.tw/ig/twcore/Organization/org-hosp-example> a fhir:Organization ;
  fhir:id [ fhir:v "org-hosp-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Organization-hosp-twcore"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Organization-hosp-twcore>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>醫事機構基本資料</b></h3><p><b>機構名稱</b>:衛生福利部臺北醫院</p><p><b>識別碼型別</b>:Provider number<span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://terminology.hl7.org/CodeSystem/v2-0203\">IdentifierType</a>#PRN)</span><br/><b>機構代碼(official)</b>:0131060029 (https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/organization-identifier-tw)</p><p><b>機構種類</b>:Healthcare Provider <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/R4/codesystem-organization-type.html\">OrganizationType</a>#prov)</span></p><p><b>聯絡方式</b>:Phone<span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ( <a href=\"https://hl7.org/fhir/R4/valueset-contact-point-system.html\">ContactPointSystem</a>#phone)</span><br/><b>聯絡電話</b>:0222765566</p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PRN" ]       ] )     ] ;
fhir:system [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/organization-identifier-tw"^^xsd:anyURI ] ;
fhir:value [ fhir:v "0131060029" ]
  ] ) ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "prov" ]     ] )
  ] ) ; # 
  fhir:name [ fhir:v "衛生福利部臺北醫院"] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "0222765566" ]
  ] ) . #