臺灣核心實作指引(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

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

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

<http://hl7.org/fhir/Bundle/bun-message-request-example> a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "bun-message-request-example"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Bundle-message-twcore" ;
       fhir:index 0 ;
       fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Bundle-message-twcore>
     ]
  ] ;
  fhir:Bundle.identifier [
     fhir:Identifier.system [ fhir:value "https://www.tph.mohw.gov.tw" ] ;
     fhir:Identifier.value [ fhir:value "01014857930415100000000" ]
  ] ;
  fhir:Bundle.type [ fhir:value "message"] ;
  fhir:Bundle.timestamp [ fhir:value "2023-12-01T12:34:56.000Z"^^xsd:dateTime] ;
  fhir:Bundle.entry [
     fhir:index 0 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/MessageHeader/mes-request-example" ] ;
     fhir:Bundle.entry.resource <https://twcore.mohw.gov.tw/ig/twcore/MessageHeader/mes-request-example>
  ], [
     fhir:index 1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/Patient/pat-example" ] ;
     fhir:Bundle.entry.resource <https://twcore.mohw.gov.tw/ig/twcore/Patient/pat-example>
  ], [
     fhir:index 2 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/Observation/obs-lab-example" ] ;
     fhir:Bundle.entry.resource <https://twcore.mohw.gov.tw/ig/twcore/Observation/obs-lab-example>
  ], [
     fhir:index 3 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/DiagnosticReport/dia-example" ] ;
     fhir:Bundle.entry.resource <https://twcore.mohw.gov.tw/ig/twcore/DiagnosticReport/dia-example>
  ], [
     fhir:index 4 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/Practitioner/pra-dr-example" ] ;
     fhir:Bundle.entry.resource <https://twcore.mohw.gov.tw/ig/twcore/Practitioner/pra-dr-example>
  ], [
     fhir:index 5 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/Organization/org-hosp-example" ] ;
     fhir:Bundle.entry.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:Resource.id [ fhir:value "mes-request-example"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/MessageHeader-twcore" ;
       fhir:index 0 ;
       fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/MessageHeader-twcore>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MessageHeader_mes-request-example\"> </a><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:MessageHeader.eventCoding [
     a loinc:11502-2 ;
     fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
     fhir:Coding.code [ fhir:value "11502-2" ] ;
     fhir:Coding.display [ fhir:value "Laboratory report" ]
  ] ;
  fhir:MessageHeader.source [
     fhir:MessageHeader.source.endpoint [ fhir:value "https://tpech.gov.taipei/" ]
  ] ;
  fhir:MessageHeader.focus [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/DiagnosticReport/dia-example> ;
     fhir:Reference.reference [ fhir:value "DiagnosticReport/dia-example" ]
  ], [
     fhir:index 1 ;
     fhir:link <http://hl7.org/fhir/Patient/pat-example> ;
     fhir:Reference.reference [ fhir:value "Patient/pat-example" ]
  ], [
     fhir:index 2 ;
     fhir:link <http://hl7.org/fhir/Observation/obs-lab-example> ;
     fhir:Reference.reference [ fhir:value "Observation/obs-lab-example" ]
  ] .

<http://hl7.org/fhir/DiagnosticReport/dia-example> a fhir:DiagnosticReport .

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

<http://hl7.org/fhir/Observation/obs-lab-example> a fhir:Observation .

<https://twcore.mohw.gov.tw/ig/twcore/Patient/pat-example> a fhir:Patient ;
  fhir:Resource.id [ fhir:value "pat-example"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Patient-twcore" ;
       fhir:index 0 ;
       fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Patient-twcore>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_pat-example\"> </a><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:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/person-age" ] ;
     fhir:Extension.valueAge [
       fhir:Quantity.value [ fhir:value "32"^^xsd:decimal ] ;
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
       fhir:Quantity.code [ fhir:value "a" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:Element.extension [
       fhir:index 0 ;
       fhir:Extension.url [ fhir:value "code" ] ;
       fhir:Extension.valueCodeableConcept [
         fhir:CodeableConcept.coding [
           fhir:index 0 ;
           fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
           fhir:Coding.code [ fhir:value "TW" ]
         ]
       ]
     ] ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/patient-nationality" ]
  ] ;
  fhir:Patient.identifier [
     fhir:index 0 ;
     fhir:Identifier.use [ fhir:value "official" ] ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
         fhir:Coding.code [
           fhir:value "NNxxx" ;
           fhir:Element.extension [
             fhir:index 0 ;
             fhir:Element.extension [
               fhir:index 0 ;
               fhir:Extension.url [ fhir:value "suffix" ] ;
               fhir:Extension.valueString [ fhir:value "TWN" ]
             ], [
               fhir:index 1 ;
               fhir:Extension.url [ fhir:value "valueSet" ] ;
               fhir:Extension.valueCanonical [
                 fhir:value "http://hl7.org/fhir/ValueSet/iso3166-1-3" ;
                 fhir:link <http://hl7.org/fhir/ValueSet/iso3166-1-3>
               ]
             ] ;
             fhir:Extension.url [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/identifier-suffix" ]
           ]
         ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "http://www.moi.gov.tw" ] ;
     fhir:Identifier.value [ fhir:value "A123456789" ]
  ], [
     fhir:index 1 ;
     fhir:Identifier.use [ fhir:value "official" ] ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
         fhir:Coding.code [ fhir:value "MR" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "https://www.tph.mohw.gov.tw" ] ;
     fhir:Identifier.value [ fhir:value "8862168" ]
  ] ;
  fhir:Patient.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:Patient.name [
     fhir:index 0 ;
     fhir:HumanName.use [ fhir:value "official" ] ;
     fhir:HumanName.text [ fhir:value "陳加玲" ] ;
     fhir:HumanName.family [ fhir:value "Chen" ] ;
     fhir:HumanName.given [
       fhir:value "Chia Lin" ;
       fhir:index 0
     ]
  ] ;
  fhir:Patient.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "0911327999" ] ;
     fhir:ContactPoint.use [ fhir:value "mobile" ] ;
     fhir:ContactPoint.period [
       fhir:Period.start [ fhir:value "2022-07-31"^^xsd:date ] ;
       fhir:Period.end [ fhir:value "2024-07-31"^^xsd:date ]
     ]
  ] ;
  fhir:Patient.gender [ fhir:value "female"] ;
  fhir:Patient.birthDate [ fhir:value "1990-01-01"^^xsd:date] ;
  fhir:Patient.address [
     fhir:index 0 ;
     fhir:Element.extension [
       fhir:index 0 ;
       fhir:Extension.url [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-section" ] ;
       fhir:Extension.valueString [ fhir:value "三段" ]
     ], [
       fhir:index 1 ;
       fhir:Extension.url [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-number" ] ;
       fhir:Extension.valueString [ fhir:value "210號" ]
     ], [
       fhir:index 2 ;
       fhir:Extension.url [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-village" ] ;
       fhir:Extension.valueString [ fhir:value "大有里" ]
     ], [
       fhir:index 3 ;
       fhir:Extension.url [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-neighborhood" ] ;
       fhir:Extension.valueString [ fhir:value "19鄰" ]
     ], [
       fhir:index 4 ;
       fhir:Extension.url [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-lane" ] ;
       fhir:Extension.valueString [ fhir:value "52巷" ]
     ], [
       fhir:index 5 ;
       fhir:Extension.url [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-alley" ] ;
       fhir:Extension.valueString [ fhir:value "6弄" ]
     ], [
       fhir:index 6 ;
       fhir:Extension.url [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-floor" ] ;
       fhir:Extension.valueString [ fhir:value "2樓" ]
     ], [
       fhir:index 7 ;
       fhir:Extension.url [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-room" ] ;
       fhir:Extension.valueString [ fhir:value "B室" ]
     ] ;
     fhir:Address.text [ fhir:value "臺北市大同區大有里19鄰承德路三段52巷6弄210號2樓B室" ] ;
     fhir:Address.line [
       fhir:value "承德路" ;
       fhir:index 0
     ] ;
     fhir:Address.city [ fhir:value "大同區" ] ;
     fhir:Address.district [ fhir:value "臺北市" ] ;
     fhir:Address.postalCode [
       fhir:Element.extension [
         fhir:index 0 ;
         fhir:Extension.url [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-postal-code" ] ;
         fhir:Extension.valueCodeableConcept [
           fhir:CodeableConcept.coding [
             fhir:index 0 ;
             fhir:Coding.system [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code3-tw" ] ;
             fhir:Coding.code [ fhir:value "103" ]
           ]
         ]
       ]
     ] ;
     fhir:Address.country [ fhir:value "TW" ]
  ] ;
  fhir:Patient.maritalStatus [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus" ] ;
       fhir:Coding.code [ fhir:value "U" ]
     ]
  ] ;
  fhir:Patient.photo [
     fhir:index 0 ;
     fhir:Attachment.contentType [ fhir:value "image/jpeg" ] ;
     fhir:Attachment.url [ fhir:value "patient.png" ]
  ] ;
  fhir:Patient.contact [
     fhir:index 0 ;
     fhir:Patient.contact.relationship [
       fhir:index 0 ;
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ] ;
         fhir:Coding.code [ fhir:value "FTH" ]
       ]
     ] ;
     fhir:Patient.contact.name [
       fhir:HumanName.use [ fhir:value "official" ] ;
       fhir:HumanName.text [ fhir:value "李立偉" ] ;
       fhir:HumanName.family [ fhir:value "Li" ] ;
       fhir:HumanName.given [
         fhir:value "Li Wei" ;
         fhir:index 0
       ]
     ] ;
     fhir:Patient.contact.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "phone" ] ;
       fhir:ContactPoint.value [ fhir:value "0917159753" ] ;
       fhir:ContactPoint.use [ fhir:value "mobile" ] ;
       fhir:ContactPoint.period [
         fhir:Period.start [ fhir:value "2022-07-31"^^xsd:date ] ;
         fhir:Period.end [ fhir:value "2024-07-31"^^xsd:date ]
       ]
     ]
  ] ;
  fhir:Patient.communication [
     fhir:index 0 ;
     fhir:Patient.communication.language [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "urn:ietf:bcp:47" ] ;
         fhir:Coding.code [ fhir:value "zh-TW" ]
       ]
     ]
  ] ;
  fhir:Patient.managingOrganization [
     fhir:link <http://hl7.org/fhir/Organization/org-hosp-example> ;
     fhir:Reference.reference [ fhir:value "Organization/org-hosp-example" ]
  ] .

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

<https://twcore.mohw.gov.tw/ig/twcore/Observation/obs-lab-example> a fhir:Observation ;
  fhir:Resource.id [ fhir:value "obs-lab-example"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-laboratoryResult-twcore" ;
       fhir:index 0 ;
       fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-laboratoryResult-twcore>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_obs-lab-example\"> </a><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:Observation.status [ fhir:value "final"] ;
  fhir:Observation.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ] ;
       fhir:Coding.code [ fhir:value "laboratory" ]
     ]
  ] ;
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medical-service-payment-tw" ] ;
       fhir:Coding.code [ fhir:value "09002C" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "血中尿素氮" ]
  ] ;
  fhir:Observation.subject [
     fhir:link <http://hl7.org/fhir/Patient/pat-example> ;
     fhir:Reference.reference [ fhir:value "Patient/pat-example" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2022-07-31"^^xsd:date] ;
  fhir:Observation.performer [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Organization/org-hosp-example> ;
     fhir:Reference.reference [ fhir:value "Organization/org-hosp-example" ]
  ] ;
  fhir:Observation.valueQuantity [
     fhir:Quantity.value [ fhir:value "16.6"^^xsd:decimal ] ;
     fhir:Quantity.unit [ fhir:value "mg/dL" ]
  ] .

<https://twcore.mohw.gov.tw/ig/twcore/DiagnosticReport/dia-example> a fhir:DiagnosticReport ;
  fhir:Resource.id [ fhir:value "dia-example"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/DiagnosticReport-twcore" ;
       fhir:index 0 ;
       fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/DiagnosticReport-twcore>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"DiagnosticReport_dia-example\"> </a><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:DiagnosticReport.status [ fhir:value "registered"] ;
  fhir:DiagnosticReport.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0074" ] ;
       fhir:Coding.code [ fhir:value "LAB" ] ;
       fhir:Coding.display [ fhir:value "Laboratory" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Laboratory" ]
  ] ;
  fhir:DiagnosticReport.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medical-service-payment-tw" ] ;
       fhir:Coding.code [ fhir:value "09002C" ] ;
       fhir:Coding.display [ fhir:value "血中尿素氮" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "血中尿素氮" ]
  ] ;
  fhir:DiagnosticReport.subject [
     fhir:link <http://hl7.org/fhir/Patient/pat-example> ;
     fhir:Reference.reference [ fhir:value "Patient/pat-example" ]
  ] ;
  fhir:DiagnosticReport.effectiveDateTime [ fhir:value "2022-08-01T17:00:14+08:00"^^xsd:dateTime] ;
  fhir:DiagnosticReport.issued [ fhir:value "2022-08-01T18:00:14+08:00"^^xsd:dateTime] ;
  fhir:DiagnosticReport.performer [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Practitioner/pra-dr-example> ;
     fhir:Reference.reference [ fhir:value "Practitioner/pra-dr-example" ]
  ] ;
  fhir:DiagnosticReport.result [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Observation/obs-lab-example> ;
     fhir:Reference.reference [ fhir:value "Observation/obs-lab-example" ]
  ] .

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

<https://twcore.mohw.gov.tw/ig/twcore/Practitioner/pra-dr-example> a fhir:Practitioner ;
  fhir:Resource.id [ fhir:value "pra-dr-example"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Practitioner-twcore" ;
       fhir:index 0 ;
       fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Practitioner-twcore>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Practitioner_pra-dr-example\"> </a><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:Practitioner.identifier [
     fhir:index 0 ;
     fhir:Identifier.use [ fhir:value "official" ] ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
         fhir:Coding.code [ fhir:value "NNxxx" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "http://www.moi.gov.tw" ] ;
     fhir:Identifier.value [ fhir:value "D123456789" ]
  ], [
     fhir:index 1 ;
     fhir:Identifier.use [ fhir:value "official" ] ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
         fhir:Coding.code [ fhir:value "MD" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "https://www.tph.mohw.gov.tw" ] ;
     fhir:Identifier.value [ fhir:value "KP00017" ]
  ] ;
  fhir:Practitioner.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:Practitioner.name [
     fhir:index 0 ;
     fhir:HumanName.use [ fhir:value "official" ] ;
     fhir:HumanName.text [ fhir:value "王依昇" ] ;
     fhir:HumanName.family [ fhir:value "Wang" ] ;
     fhir:HumanName.given [
       fhir:value "Yi Sheng" ;
       fhir:index 0
     ]
  ] ;
  fhir:Practitioner.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "0993277826" ] ;
     fhir:ContactPoint.use [ fhir:value "mobile" ] ;
     fhir:ContactPoint.period [
       fhir:Period.start [ fhir:value "2022-07-31"^^xsd:date ] ;
       fhir:Period.end [ fhir:value "2024-07-31"^^xsd:date ]
     ]
  ] ;
  fhir:Practitioner.address [
     fhir:index 0 ;
     fhir:Element.extension [
       fhir:index 0 ;
       fhir:Extension.url [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-number" ] ;
       fhir:Extension.valueString [ fhir:value "31號" ]
     ] ;
     fhir:Address.text [ fhir:value "桃園市桃園區五福五街31號" ] ;
     fhir:Address.line [
       fhir:value "五福五街" ;
       fhir:index 0
     ] ;
     fhir:Address.city [ fhir:value "桃園區" ] ;
     fhir:Address.district [ fhir:value "桃園市" ] ;
     fhir:Address.postalCode [
       fhir:Element.extension [
         fhir:index 0 ;
         fhir:Extension.url [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-postal-code" ] ;
         fhir:Extension.valueCodeableConcept [
           fhir:CodeableConcept.coding [
             fhir:index 0 ;
             fhir:Coding.system [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code3-tw" ] ;
             fhir:Coding.code [ fhir:value "330" ]
           ]
         ]
       ]
     ] ;
     fhir:Address.country [ fhir:value "TW" ]
  ] ;
  fhir:Practitioner.gender [ fhir:value "male"] ;
  fhir:Practitioner.birthDate [ fhir:value "1980-11-11"^^xsd:date] ;
  fhir:Practitioner.photo [
     fhir:index 0 ;
     fhir:Attachment.contentType [ fhir:value "image/png" ] ;
     fhir:Attachment.data [ fhir:value "TWFuIGlzIGRpc3Rpbmd1aXNoZWQsIG5vdCBvbmx5IGJ5IGhpcyByZWFzb24sIGJ1dCBieSB0aGlzIHNpbmd1bGFyIHBhc3Npb24gZnJvbSBvdGhlciBhbmltYWxzLCB3aGljaCBpcyBhIGx1c3Qgb2YgdGhlIG1pbmQsIHRoYXQgYnkgYSBwZXJzZXZlcmFuY2Ugb2YgZGVsaWdodCBpbiB0aGUgY29udGludWVkIGFuZCBpbmRlZmF0aWdhYmxlIGdlbmVyYXRpb24gb2Yga25vd2xlZGdlLCBleGNlZWRzIHRoZSBzaG9ydCB2ZWhlbWVuY2Ugb2YgYW55IGNhcm5hbCBwbGVhc3VyZS4="^^xsd:base64Binary ] ;
     fhir:Attachment.url [ fhir:value "doctor.png" ]
  ] ;
  fhir:Practitioner.qualification [
     fhir:index 0 ;
     fhir:Practitioner.qualification.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a sct:394802001 ;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
         fhir:Coding.code [ fhir:value "394802001" ] ;
         fhir:Coding.display [ fhir:value "General medicine" ]
       ]
     ] ;
     fhir:Practitioner.qualification.period [
       fhir:Period.start [ fhir:value "2005-05-25"^^xsd:date ]
     ]
  ] .

<https://twcore.mohw.gov.tw/ig/twcore/Organization/org-hosp-example> a fhir:Organization ;
  fhir:Resource.id [ fhir:value "org-hosp-example"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Organization-hosp-twcore" ;
       fhir:index 0 ;
       fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Organization-hosp-twcore>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_org-hosp-example\"> </a><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:Organization.identifier [
     fhir:index 0 ;
     fhir:Identifier.use [ fhir:value "official" ] ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
         fhir:Coding.code [ fhir:value "PRN" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/organization-identifier-tw" ] ;
     fhir:Identifier.value [ fhir:value "0131060029" ]
  ] ;
  fhir:Organization.type [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/organization-type" ] ;
       fhir:Coding.code [ fhir:value "prov" ]
     ]
  ] ;
  fhir:Organization.name [ fhir:value "衛生福利部臺北醫院"] ;
  fhir:Organization.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "0222765566" ]
  ] .

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

<http://hl7.org/fhir/Bundle/bun-message-request-example.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Bundle/bun-message-request-example.ttl> .