@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://twcore.mohw.gov.tw/ig/twcore/Bundle/bun-document-uuid-example> a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "bun-document-uuid-example"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Bundle-document-twcore"^^xsd:anyURI ;
       fhir:l <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Bundle-document-twcore>
     ] )
  ] ; # 
  fhir:identifier [
     fhir:system [
       fhir:v "https://www.mohw.gov.tw/"^^xsd:anyURI ;
       fhir:l <https://www.mohw.gov.tw/>
     ] ;
     fhir:value [ fhir:v "urn:uuid:d8b288cc-7a2b-4c30-b878-300d4ddd0ac0" ]
  ] ; # 
  fhir:type [ fhir:v "document"] ; # 
  fhir:timestamp [ fhir:v "2024-05-18T12:34:56.000Z"^^xsd:dateTime] ; # 
  fhir:entry ( [
     fhir:fullUrl [
       fhir:v "urn:uuid:110860b4-9ab4-4595-9f03-7dca4c1021f8"^^xsd:anyURI ;
       fhir:l <urn:uuid:110860b4-9ab4-4595-9f03-7dca4c1021f8>
     ] ;
     fhir:resource ( <urn:uuid:110860b4-9ab4-4595-9f03-7dca4c1021f8> )
  ] [
     fhir:fullUrl [
       fhir:v "urn:uuid:0511b38b-2841-473c-9843-4d04c0c9c30e"^^xsd:anyURI ;
       fhir:l <urn:uuid:0511b38b-2841-473c-9843-4d04c0c9c30e>
     ] ;
     fhir:resource ( <urn:uuid:0511b38b-2841-473c-9843-4d04c0c9c30e> )
  ] [
     fhir:fullUrl [
       fhir:v "urn:uuid:38bc075a-2e1d-4f8c-b623-4d15770d9844"^^xsd:anyURI ;
       fhir:l <urn:uuid:38bc075a-2e1d-4f8c-b623-4d15770d9844>
     ] ;
     fhir:resource ( <urn:uuid:38bc075a-2e1d-4f8c-b623-4d15770d9844> )
  ] [
     fhir:fullUrl [
       fhir:v "urn:uuid:6b744ffd-c264-4353-89ae-e9df7132536e"^^xsd:anyURI ;
       fhir:l <urn:uuid:6b744ffd-c264-4353-89ae-e9df7132536e>
     ] ;
     fhir:resource ( <urn:uuid:6b744ffd-c264-4353-89ae-e9df7132536e> )
  ] [
     fhir:fullUrl [
       fhir:v "urn:uuid:e874d417-c6e5-4872-8dd7-62e6c5a9d08e"^^xsd:anyURI ;
       fhir:l <urn:uuid:e874d417-c6e5-4872-8dd7-62e6c5a9d08e>
     ] ;
     fhir:resource ( <urn:uuid:e874d417-c6e5-4872-8dd7-62e6c5a9d08e> )
  ] [
     fhir:fullUrl [
       fhir:v "urn:uuid:c89f7cb5-8755-4848-b96a-a9fa34120588"^^xsd:anyURI ;
       fhir:l <urn:uuid:c89f7cb5-8755-4848-b96a-a9fa34120588>
     ] ;
     fhir:resource ( <urn:uuid:c89f7cb5-8755-4848-b96a-a9fa34120588> )
  ] [
     fhir:fullUrl [
       fhir:v "urn:uuid:7127fcd8-c858-4824-802b-51e0d472c6d2"^^xsd:anyURI ;
       fhir:l <urn:uuid:7127fcd8-c858-4824-802b-51e0d472c6d2>
     ] ;
     fhir:resource ( <urn:uuid:7127fcd8-c858-4824-802b-51e0d472c6d2> )
  ] [
     fhir:fullUrl [
       fhir:v "urn:uuid:bde4b381-a715-4a2e-a95a-abb52407aba1"^^xsd:anyURI ;
       fhir:l <urn:uuid:bde4b381-a715-4a2e-a95a-abb52407aba1>
     ] ;
     fhir:resource ( <urn:uuid:bde4b381-a715-4a2e-a95a-abb52407aba1> )
  ] [
     fhir:fullUrl [
       fhir:v "urn:uuid:347ae3ea-82f3-41c8-9c95-88519f50a7c9"^^xsd:anyURI ;
       fhir:l <urn:uuid:347ae3ea-82f3-41c8-9c95-88519f50a7c9>
     ] ;
     fhir:resource ( <urn:uuid:347ae3ea-82f3-41c8-9c95-88519f50a7c9> )
  ] ) . # 

<urn:uuid:110860b4-9ab4-4595-9f03-7dca4c1021f8> a fhir:Composition ;
  fhir:id [ fhir:v "Inline-Composition-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\"><a name=\"Composition_Inline-Composition-example\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Composition Inline-Composition-example</b></p><a name=\"Inline-Composition-example\"> </a><a name=\"hcInline-Composition-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Composition-twcore.html\">TW Core Composition</a></p></div><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 11503-0}\">Medical records</span></p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 47039-3}\">Hospital Admission history and physical note</span></p><p><b>date</b>: 2023-09-10 10:30:00+0000</p><p><b>author</b>: <a href=\"Bundle-bun-document-uuid-example.html#urn-uuid-0511b38b-2841-473c-9843-4d04c0c9c30e\">Practitioner 王依昇(official)</a></p><p><b>title</b>: 陳加玲的病摘</p><p><b>confidentiality</b>: restricted</p><h3>Attesters</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Mode</b></td><td><b>Time</b></td><td><b>Party</b></td></tr><tr><td style=\"display: none\">*</td><td>Personal</td><td>2023-09-10 11:00:00+0000</td><td><a href=\"Bundle-bun-document-uuid-example.html#urn-uuid-0511b38b-2841-473c-9843-4d04c0c9c30e\">Practitioner 王依昇(official)</a></td></tr></table><p><b>custodian</b>: <a href=\"Bundle-bun-document-uuid-example.html#urn-uuid-c89f7cb5-8755-4848-b96a-a9fa34120588\">Organization 衛生福利部臺北醫院</a></p><h3>Events</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Period</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode MEDLIST}\">medication list</span></td><td>2023-09-10 08:00:00+0000 --&gt; 2023-09-15 09:30:00+0000</td></tr></table></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 <urn:uuid:38bc075a-2e1d-4f8c-b623-4d15770d9844> ;
     fhir:reference [ fhir:v "urn:uuid:38bc075a-2e1d-4f8c-b623-4d15770d9844" ]
  ] ; # 
  fhir:date [ fhir:v "2023-09-10T10:30:00Z"^^xsd:dateTime] ; # 
  fhir:author ( [
     fhir:l <urn:uuid:0511b38b-2841-473c-9843-4d04c0c9c30e> ;
     fhir:reference [ fhir:v "urn:uuid:0511b38b-2841-473c-9843-4d04c0c9c30e" ]
  ] ) ; # 
  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 <urn:uuid:0511b38b-2841-473c-9843-4d04c0c9c30e> ;
       fhir:reference [ fhir:v "urn:uuid:0511b38b-2841-473c-9843-4d04c0c9c30e" ]
     ]
  ] ) ; # 
  fhir:custodian [
     fhir:l <urn:uuid:c89f7cb5-8755-4848-b96a-a9fa34120588> ;
     fhir:reference [ fhir:v "urn:uuid:c89f7cb5-8755-4848-b96a-a9fa34120588" ]
  ] ; # 
  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 <urn:uuid:0511b38b-2841-473c-9843-4d04c0c9c30e> ;
       fhir:reference [ fhir:v "urn:uuid:0511b38b-2841-473c-9843-4d04c0c9c30e" ]
     ] [
       fhir:l <urn:uuid:e874d417-c6e5-4872-8dd7-62e6c5a9d08e> ;
       fhir:reference [ fhir:v "urn:uuid:e874d417-c6e5-4872-8dd7-62e6c5a9d08e" ]
     ] [
       fhir:l <urn:uuid:7127fcd8-c858-4824-802b-51e0d472c6d2> ;
       fhir:reference [ fhir:v "urn:uuid:7127fcd8-c858-4824-802b-51e0d472c6d2" ]
     ] )
  ] ) . # 

<urn:uuid:0511b38b-2841-473c-9843-4d04c0c9c30e> a fhir:Practitioner ;
  fhir:id [ fhir:v "Inline-Practitioner-example"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Practitioner-twcore"^^xsd:anyURI ;
       fhir:l <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Practitioner-twcore>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Practitioner_Inline-Practitioner-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>"^^rdf:XMLLiteral ]
  ] ; # 
  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:l <http://terminology.hl7.org/CodeSystem/v2-0203>
         ] ;
         fhir:code [ fhir:v "NNxxx" ]
       ] )
     ] ;
     fhir:system [
       fhir:v "http://www.moi.gov.tw"^^xsd:anyURI ;
       fhir:l <http://www.moi.gov.tw>
     ] ;
     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:l <http://terminology.hl7.org/CodeSystem/v2-0203>
         ] ;
         fhir:code [ fhir:v "MD" ]
       ] )
     ] ;
     fhir:system [
       fhir:v "https://www.tph.mohw.gov.tw"^^xsd:anyURI ;
       fhir:l <https://www.tph.mohw.gov.tw>
     ] ;
     fhir:value [ fhir:v "KP00017" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  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:l <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-number>
       ] ;
       fhir:value [
         a fhir:String ;
         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:l <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-postal-code>
         ] ;
         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:l <https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code3-tw>
             ] ;
             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:l fhir:doctor.png
     ]
  ] ) ; # 
  fhir:qualification ( [
     fhir:code [
       fhir:coding ( [
         a sct:394802001 ;
         fhir:system [
           fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/sct>
         ] ;
         fhir:code [ fhir:v "394802001" ] ;
         fhir:display [ fhir:v "General medicine" ]
       ] )
     ] ;
     fhir:period [
       fhir:start [ fhir:v "2005-05-25"^^xsd:date ]
     ]
  ] ) . # 

<urn:uuid:38bc075a-2e1d-4f8c-b623-4d15770d9844> a fhir:Patient ;
  fhir:id [ fhir:v "Inline-Patient-example"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Patient-twcore"^^xsd:anyURI ;
       fhir:l <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Patient-twcore>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_Inline-Patient-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>縣/市（city）</b>：臺北市<br/><b>鄉/鎮/市/區（district）</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=\"Bundle-bun-document-uuid-example.html#urn-uuid-c89f7cb5-8755-4848-b96a-a9fa34120588\">Organization Inline-Organization-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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/person-age"^^xsd:anyURI ;
       fhir:l <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/person-age>
     ] ;
     fhir:value [
       a fhir:Age ;
       fhir:value [ fhir:v "32"^^xsd:decimal ] ;
       fhir:system [
         fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
         fhir:l <http://unitsofmeasure.org>
       ] ;
       fhir:code [ fhir:v "a" ]
     ]
  ] [
     fhir:extension ( [
       fhir:url [
         fhir:v "code"^^xsd:anyURI ;
         fhir:l fhir:code
       ] ;
       fhir:value [
         a fhir:CodeableConcept ;
         fhir:coding ( [
           fhir:system [
             fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
             fhir:l <urn:iso:std:iso:3166>
           ] ;
           fhir:code [ fhir:v "TW" ]
         ] )
       ]
     ] ) ;
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/patient-nationality"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/patient-nationality>
     ]
  ] ) ; # 
  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:l <http://terminology.hl7.org/CodeSystem/v2-0203>
         ] ;
         fhir:code [
           fhir:v "NNxxx" ;
           fhir:extension ( [
             fhir:extension ( [
               fhir:url [
                 fhir:v "suffix"^^xsd:anyURI ;
                 fhir:l fhir:suffix
               ] ;
               fhir:value [
                 a fhir:String ;
                 fhir:v "TWN"
               ]
             ] [
               fhir:url [
                 fhir:v "valueSet"^^xsd:anyURI ;
                 fhir:l fhir:valueSet
               ] ;
               fhir:value [
                 a fhir:Canonical ;
                 fhir:v "http://hl7.org/fhir/ValueSet/iso3166-1-3"^^xsd:anyURI ;
                 fhir:l <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:l <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/identifier-suffix>
             ]
           ] )
         ]
       ] )
     ] ;
     fhir:system [
       fhir:v "http://www.moi.gov.tw"^^xsd:anyURI ;
       fhir:l <http://www.moi.gov.tw>
     ] ;
     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:l <http://terminology.hl7.org/CodeSystem/v2-0203>
         ] ;
         fhir:code [ fhir:v "MR" ]
       ] )
     ] ;
     fhir:system [
       fhir:v "https://www.tph.mohw.gov.tw"^^xsd:anyURI ;
       fhir:l <https://www.tph.mohw.gov.tw>
     ] ;
     fhir:value [ fhir:v "8862168" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  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:l <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-section>
       ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "三段"
       ]
     ] [
       fhir:url [
         fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-number"^^xsd:anyURI ;
         fhir:l <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-number>
       ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "210號"
       ]
     ] [
       fhir:url [
         fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-village"^^xsd:anyURI ;
         fhir:l <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-village>
       ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "大有里"
       ]
     ] [
       fhir:url [
         fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-neighborhood"^^xsd:anyURI ;
         fhir:l <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-neighborhood>
       ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "19鄰"
       ]
     ] [
       fhir:url [
         fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-lane"^^xsd:anyURI ;
         fhir:l <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-lane>
       ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "52巷"
       ]
     ] [
       fhir:url [
         fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-alley"^^xsd:anyURI ;
         fhir:l <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-alley>
       ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "6弄"
       ]
     ] [
       fhir:url [
         fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-floor"^^xsd:anyURI ;
         fhir:l <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-floor>
       ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2樓"
       ]
     ] [
       fhir:url [
         fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-room"^^xsd:anyURI ;
         fhir:l <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-room>
       ] ;
       fhir:value [
         a fhir:String ;
         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:l <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-postal-code>
         ] ;
         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:l <https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code3-tw>
             ] ;
             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:l <http://terminology.hl7.org/CodeSystem/v3-MaritalStatus>
       ] ;
       fhir:code [ fhir:v "U" ]
     ] )
  ] ; # 
  fhir:photo ( [
     fhir:contentType [ fhir:v "image/png" ] ;
     fhir:data [ fhir:v "R0lGODlhEwARAPcAAAAAAAAA/+9aAO+1AP/WAP/eAP/eCP/eEP/eGP/nAP/nCP/nEP/nIf/nKf/nUv/nWv/vAP/vCP/vEP/vGP/vIf/vKf/vMf/vOf/vWv/vY//va//vjP/3c//3lP/3nP//tf//vf///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////yH5BAEAAAEALAAAAAATABEAAAi+AAMIDDCgYMGBCBMSvMCQ4QCFCQcwDBGCA4cLDyEGECDxAoAQHjxwyKhQAMeGIUOSJJjRpIAGDS5wCDly4AALFlYOgHlBwwOSNydM0AmzwYGjBi8IHWoTgQYORg8QIGDAwAKhESI8HIDgwQaRDI1WXXAhK9MBBzZ8/XDxQoUFZC9IiCBh6wEHGz6IbNuwQoSpWxEgyLCXL8O/gAnylNlW6AUEBRIL7Og3KwQIiCXb9HsZQoIEUzUjNEiaNMKAAAA7"^^xsd:base64Binary ] ;
     fhir:url [
       fhir:v "patient.png"^^xsd:anyURI ;
       fhir:l fhir:patient.png
     ]
  ] ) ; # 
  fhir:contact ( [
     fhir:relationship ( [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/v3-RoleCode>
         ] ;
         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:l <urn:ietf:bcp:47>
         ] ;
         fhir:code [ fhir:v "zh-TW" ]
       ] )
     ]
  ] ) ; # 
  fhir:managingOrganization [
     fhir:l <urn:uuid:c89f7cb5-8755-4848-b96a-a9fa34120588> ;
     fhir:reference [ fhir:v "urn:uuid:c89f7cb5-8755-4848-b96a-a9fa34120588" ]
  ] . # 

<urn:uuid:6b744ffd-c264-4353-89ae-e9df7132536e> a fhir:Observation ;
  fhir:id [ fhir:v "Inline-Observation-example"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-laboratoryResult-twcore"^^xsd:anyURI ;
       fhir:l <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-laboratoryResult-twcore>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_Inline-Observation-example\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation Inline-Observation-example</b></p><a name=\"Inline-Observation-example\"> </a><a name=\"hcInline-Observation-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Observation-laboratoryResult-twcore.html\">TW Core Observation Laboratory Result</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medical-service-payment-tw 09002C}\">血中尿素氮</span></p><p><b>subject</b>: <a href=\"Bundle-bun-document-uuid-example.html#urn-uuid-38bc075a-2e1d-4f8c-b623-4d15770d9844\">陳加玲(official) Female, DoB: 1990-01-01 ( Medical record number (use: official, ))</a></p><p><b>effective</b>: 2022-07-31</p><p><b>performer</b>: <a href=\"Bundle-bun-document-uuid-example.html#urn-uuid-c89f7cb5-8755-4848-b96a-a9fa34120588\">Organization 衛生福利部臺北醫院</a></p><p><b>value</b>: 16.6 mg/dL</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/observation-category>
       ] ;
       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:l <https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medical-service-payment-tw>
       ] ;
       fhir:code [ fhir:v "09002C" ]
     ] ) ;
     fhir:text [ fhir:v "血中尿素氮" ]
  ] ; # 
  fhir:subject [
     fhir:l <urn:uuid:38bc075a-2e1d-4f8c-b623-4d15770d9844> ;
     fhir:reference [ fhir:v "urn:uuid:38bc075a-2e1d-4f8c-b623-4d15770d9844" ]
  ] ; # 
  fhir:effective [
     a fhir:DateTime ;
     fhir:v "2022-07-31"^^xsd:date
  ] ; # 
  fhir:performer ( [
     fhir:l <urn:uuid:c89f7cb5-8755-4848-b96a-a9fa34120588> ;
     fhir:reference [ fhir:v "urn:uuid:c89f7cb5-8755-4848-b96a-a9fa34120588" ]
  ] ) ; # 
  fhir:value [
     a fhir:Quantity ;
     fhir:value [ fhir:v 16.6 ] ;
     fhir:unit [ fhir:v "mg/dL" ]
  ] . # 

<urn:uuid:e874d417-c6e5-4872-8dd7-62e6c5a9d08e> a fhir:Observation ;
  fhir:id [ fhir:v "Inline-ObservationBloodPressure-example"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-bloodPressure-twcore"^^xsd:anyURI ;
       fhir:l <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-bloodPressure-twcore>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_Inline-ObservationBloodPressure-example\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation Inline-ObservationBloodPressure-example</b></p><a name=\"Inline-ObservationBloodPressure-example\"> </a><a name=\"hcInline-ObservationBloodPressure-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Observation-bloodPressure-twcore.html\">TW Core Observation Blood Pressure</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 85354-9}\">Blood pressure panel with all children optional</span></p><p><b>subject</b>: <a href=\"Bundle-bun-document-uuid-example.html#urn-uuid-38bc075a-2e1d-4f8c-b623-4d15770d9844\">陳加玲(official) Female, DoB: 1990-01-01 ( Medical record number (use: official, ))</a></p><p><b>effective</b>: 2022-07-31</p><p><b>performer</b>: <a href=\"Bundle-bun-document-uuid-example.html#urn-uuid-0511b38b-2841-473c-9843-4d04c0c9c30e\">Practitioner 王依昇(official)</a></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8480-6}\">Systolic blood pressure</span></p><p><b>value</b>: 110 mmHg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemm[Hg] = 'mm[Hg]')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8462-4}\">Diastolic blood pressure</span></p><p><b>value</b>: 56 mmHg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemm[Hg] = 'mm[Hg]')</span></p></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/observation-category>
       ] ;
       fhir:code [ fhir:v "vital-signs" ] ;
       fhir:display [ fhir:v "Vital Signs" ]
     ] )
  ] ) ; # 
  fhir:code [
     fhir:coding ( [
       a loinc:85354-9 ;
       fhir:system [
         fhir:v "http://loinc.org"^^xsd:anyURI ;
         fhir:l <http://loinc.org>
       ] ;
       fhir:code [ fhir:v "85354-9" ] ;
       fhir:display [ fhir:v "Blood pressure panel with all children optional" ]
     ] ) ;
     fhir:text [ fhir:v "Blood pressure panel with all children optional" ]
  ] ; # 
  fhir:subject [
     fhir:l <urn:uuid:38bc075a-2e1d-4f8c-b623-4d15770d9844> ;
     fhir:reference [ fhir:v "urn:uuid:38bc075a-2e1d-4f8c-b623-4d15770d9844" ]
  ] ; # 
  fhir:effective [
     a fhir:DateTime ;
     fhir:v "2022-07-31"^^xsd:date
  ] ; # 
  fhir:performer ( [
     fhir:l <urn:uuid:0511b38b-2841-473c-9843-4d04c0c9c30e> ;
     fhir:reference [ fhir:v "urn:uuid:0511b38b-2841-473c-9843-4d04c0c9c30e" ]
  ] ) ; # 
  fhir:component ( [
     fhir:code [
       fhir:coding ( [
         a loinc:8480-6 ;
         fhir:system [
           fhir:v "http://loinc.org"^^xsd:anyURI ;
           fhir:l <http://loinc.org>
         ] ;
         fhir:code [ fhir:v "8480-6" ] ;
         fhir:display [ fhir:v "Systolic blood pressure" ]
       ] )
     ] ;
     fhir:value [
       a fhir:Quantity ;
       fhir:value [ fhir:v "110"^^xsd:decimal ] ;
       fhir:unit [ fhir:v "mmHg" ] ;
       fhir:system [
         fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
         fhir:l <http://unitsofmeasure.org>
       ] ;
       fhir:code [ fhir:v "mm[Hg]" ]
     ]
  ] [
     fhir:code [
       fhir:coding ( [
         a loinc:8462-4 ;
         fhir:system [
           fhir:v "http://loinc.org"^^xsd:anyURI ;
           fhir:l <http://loinc.org>
         ] ;
         fhir:code [ fhir:v "8462-4" ] ;
         fhir:display [ fhir:v "Diastolic blood pressure" ]
       ] )
     ] ;
     fhir:value [
       a fhir:Quantity ;
       fhir:value [ fhir:v "56"^^xsd:decimal ] ;
       fhir:unit [ fhir:v "mmHg" ] ;
       fhir:system [
         fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
         fhir:l <http://unitsofmeasure.org>
       ] ;
       fhir:code [ fhir:v "mm[Hg]" ]
     ]
  ] ) . # 

<urn:uuid:c89f7cb5-8755-4848-b96a-a9fa34120588> a fhir:Organization ;
  fhir:id [ fhir:v "Inline-Organization-example"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Organization-twcore"^^xsd:anyURI ;
       fhir:l <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Organization-twcore>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_Inline-Organization-example\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization Inline-Organization-example</b></p><a name=\"Inline-Organization-example\"> </a><a name=\"hcInline-Organization-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Organization-twcore.html\">TW Core Organization</a></p></div><p><b>identifier</b>: Provider number/0131060029 (use: official, )</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span></p><p><b>name</b>: 衛生福利部臺北醫院</p><p><b>telecom</b>: ph: 0222765566</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  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:l <http://terminology.hl7.org/CodeSystem/v2-0203>
         ] ;
         fhir:code [ fhir:v "PRN" ]
       ] )
     ] ;
     fhir:system [
       fhir:v "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/organization-identifier-tw"^^xsd:anyURI ;
       fhir:l <https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/organization-identifier-tw>
     ] ;
     fhir:value [ fhir:v "0131060029" ]
  ] ) ; # 
  fhir:type ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/organization-type>
       ] ;
       fhir:code [ fhir:v "prov" ]
     ] )
  ] ) ; # 
  fhir:name [ fhir:v "衛生福利部臺北醫院"] ; # 
  fhir:telecom ( [
     fhir:system [ fhir:v "phone" ] ;
     fhir:value [ fhir:v "0222765566" ]
  ] ) . # 

<urn:uuid:7127fcd8-c858-4824-802b-51e0d472c6d2> a fhir:MedicationRequest ;
  fhir:id [ fhir:v "Inline-MedicationRequest-example"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/MedicationRequest-twcore"^^xsd:anyURI ;
       fhir:l <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/MedicationRequest-twcore>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationRequest_Inline-MedicationRequest-example\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest Inline-MedicationRequest-example</b></p><a name=\"Inline-MedicationRequest-example\"> </a><a name=\"hcInline-MedicationRequest-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MedicationRequest-twcore.html\">TW Core MedicationRequest</a></p></div><p><b>identifier</b>: <code>http://www.moi.gov.tw</code>/7077</p><p><b>status</b>: Active</p><p><b>statusReason</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/medicationrequest-status-reason clarif}\">Prescription requires clarification</span></p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/medicationrequest-category discharge}\">Discharge</span></p><p><b>medication</b>: <span title=\"Codes:{https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-fda-tw 衛署藥輸字第025485號}\">阿立批挫</span></p><p><b>subject</b>: <a href=\"Bundle-bun-document-uuid-example.html#urn-uuid-38bc075a-2e1d-4f8c-b623-4d15770d9844\">陳加玲(official) Female, DoB: 1990-01-01 ( Medical record number (use: official, ))</a></p><p><b>encounter</b>: <a href=\"Bundle-bun-document-uuid-example.html#urn-uuid-bde4b381-a715-4a2e-a95a-abb52407aba1\">Encounter: identifier = http://healthcare.example.org/identifiers/enocunter#E22081702; status = finished; class = pre-admission (ActCode#PRENC); type = Annual diabetes mellitus screening; serviceType = Nephrology; period = 2022-08-01 17:00:14+0800 --&gt; 2022-08-01 18:00:14+0800; reasonCode = FH: Diabetes mellitus</a></p><p><b>authoredOn</b>: 2022-08-01 18:00:14+0800</p><p><b>requester</b>: <a href=\"Bundle-bun-document-uuid-example.html#urn-uuid-0511b38b-2841-473c-9843-4d04c0c9c30e\">Practitioner 王依昇(official)</a></p><p><b>reasonReference</b>: <a href=\"Bundle-bun-document-uuid-example.html#urn-uuid-6b744ffd-c264-4353-89ae-e9df7132536e\">Observation 血中尿素氮</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: 三餐飯後，口服</p><p><b>timing</b>: Code </p><p><b>route</b>: <span title=\"Codes:{https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-path-tw PO}\">口服</span></p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/dose-rate-type ordered}\">Ordered</span></td></tr></table></blockquote><h3>DispenseRequests</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ValidityPeriod</b></td></tr><tr><td style=\"display: none\">*</td><td>2022-08-01 18:00:14+0800 --&gt; 2022-08-08 18:00:14+0800</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "http://www.moi.gov.tw"^^xsd:anyURI ;
       fhir:l <http://www.moi.gov.tw>
     ] ;
     fhir:value [ fhir:v "7077" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:statusReason [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/medicationrequest-status-reason"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/medicationrequest-status-reason>
       ] ;
       fhir:code [ fhir:v "clarif" ]
     ] )
  ] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:category ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/medicationrequest-category"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/medicationrequest-category>
       ] ;
       fhir:code [ fhir:v "discharge" ]
     ] )
  ] ) ; # 
  fhir:medication [
     a fhir:CodeableConcept ;
     fhir:coding ( [
       fhir:system [
         fhir:v "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-fda-tw"^^xsd:anyURI ;
         fhir:l <https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-fda-tw>
       ] ;
       fhir:code [ fhir:v "衛署藥輸字第025485號" ] ;
       fhir:display [ fhir:v "阿立批挫" ]
     ] ) ;
     fhir:text [ fhir:v "阿立批挫" ]
  ] ; # 
  fhir:subject [
     fhir:l <urn:uuid:38bc075a-2e1d-4f8c-b623-4d15770d9844> ;
     fhir:reference [ fhir:v "urn:uuid:38bc075a-2e1d-4f8c-b623-4d15770d9844" ]
  ] ; # 
  fhir:encounter [
     fhir:l <urn:uuid:bde4b381-a715-4a2e-a95a-abb52407aba1> ;
     fhir:reference [ fhir:v "urn:uuid:bde4b381-a715-4a2e-a95a-abb52407aba1" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2022-08-01T18:00:14+08:00"^^xsd:dateTime] ; # 
  fhir:requester [
     fhir:l <urn:uuid:0511b38b-2841-473c-9843-4d04c0c9c30e> ;
     fhir:reference [ fhir:v "urn:uuid:0511b38b-2841-473c-9843-4d04c0c9c30e" ]
  ] ; # 
  fhir:reasonReference ( [
     fhir:l <urn:uuid:6b744ffd-c264-4353-89ae-e9df7132536e> ;
     fhir:reference [ fhir:v "urn:uuid:6b744ffd-c264-4353-89ae-e9df7132536e" ]
  ] ) ; # 
  fhir:dosageInstruction ( [
     fhir:text [ fhir:v "三餐飯後，口服" ] ;
     fhir:timing [
       fhir:code [
         fhir:coding ( [
           fhir:system [
             fhir:v "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-frequency-nhi-tw"^^xsd:anyURI ;
             fhir:l <https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-frequency-nhi-tw>
           ] ;
           fhir:code [ fhir:v "PC" ]
         ] ) ;
         fhir:text [ fhir:v "三餐飯後" ]
       ]
     ] ;
     fhir:route [
       fhir:coding ( [
         fhir:system [
           fhir:v "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-path-tw"^^xsd:anyURI ;
           fhir:l <https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-path-tw>
         ] ;
         fhir:code [ fhir:v "PO" ]
       ] )
     ] ;
     fhir:doseAndRate ( [
       fhir:type [
         fhir:coding ( [
           fhir:system [
             fhir:v "http://terminology.hl7.org/CodeSystem/dose-rate-type"^^xsd:anyURI ;
             fhir:l <http://terminology.hl7.org/CodeSystem/dose-rate-type>
           ] ;
           fhir:code [ fhir:v "ordered" ]
         ] )
       ]
     ] )
  ] ) ; # 
  fhir:dispenseRequest [
     fhir:validityPeriod [
       fhir:start [ fhir:v "2022-08-01T18:00:14+08:00"^^xsd:dateTime ] ;
       fhir:end [ fhir:v "2022-08-08T18:00:14+08:00"^^xsd:dateTime ]
     ]
  ] . # 

<urn:uuid:bde4b381-a715-4a2e-a95a-abb52407aba1> a fhir:Encounter ;
  fhir:id [ fhir:v "Inline-Encounter-example"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Encounter-twcore"^^xsd:anyURI ;
       fhir:l <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Encounter-twcore>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Encounter_Inline-Encounter-example\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Encounter Inline-Encounter-example</b></p><a name=\"Inline-Encounter-example\"> </a><a name=\"hcInline-Encounter-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Encounter-twcore.html\">TW Core Encounter</a></p></div><p><b>identifier</b>: <code>http://healthcare.example.org/identifiers/enocunter</code>/E22081702</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-v3-ActCode.html#v3-ActCode-PRENC\">ActCode: PRENC</a> (pre-admission)</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/encounter-type ADMS}\">Annual diabetes mellitus screening</span></p><p><b>serviceType</b>: <span title=\"Codes:{http://snomed.info/sct 394589003}\">腎臟內科</span></p><p><b>subject</b>: <a href=\"Bundle-bun-document-uuid-example.html#urn-uuid-38bc075a-2e1d-4f8c-b623-4d15770d9844\">陳加玲(official) Female, DoB: 1990-01-01 ( Medical record number (use: official, ))</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Period</b></td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType PPRF}\">primary performer</span></td><td>2022-08-01 17:00:14+0800 --&gt; 2022-08-01 18:00:14+0800</td><td><a href=\"Bundle-bun-document-uuid-example.html#urn-uuid-0511b38b-2841-473c-9843-4d04c0c9c30e\">Practitioner 王依昇(official)</a></td></tr></table><p><b>period</b>: 2022-08-01 17:00:14+0800 --&gt; 2022-08-01 18:00:14+0800</p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 160303001}\">FH: Diabetes mellitus</span></p><h3>Hospitalizations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>DischargeDisposition</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/discharge-disposition home}\">Home</span></td></tr></table><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Bundle-bun-document-uuid-example.html#urn-uuid-347ae3ea-82f3-41c8-9c95-88519f50a7c9\">Location 衛生福利部臺北醫院耳鼻喉科</a></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "http://healthcare.example.org/identifiers/enocunter"^^xsd:anyURI ;
       fhir:l <http://healthcare.example.org/identifiers/enocunter>
     ] ;
     fhir:value [ fhir:v "E22081702" ]
  ] ) ; # 
  fhir:status [ fhir:v "finished"] ; # 
  fhir:class [
     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 "PRENC" ]
  ] ; # 
  fhir:type ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/encounter-type"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/encounter-type>
       ] ;
       fhir:code [ fhir:v "ADMS" ]
     ] )
  ] ) ; # 
  fhir:serviceType [
     fhir:coding ( [
       a sct:394589003 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "394589003" ] ;
       fhir:display [ fhir:v "Nephrology" ]
     ] ) ;
     fhir:text [ fhir:v "腎臟內科" ]
  ] ; # 
  fhir:subject [
     fhir:l <urn:uuid:38bc075a-2e1d-4f8c-b623-4d15770d9844> ;
     fhir:reference [ fhir:v "urn:uuid:38bc075a-2e1d-4f8c-b623-4d15770d9844" ]
  ] ; # 
  fhir:participant ( [
     fhir:type ( [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/v3-ParticipationType>
         ] ;
         fhir:code [ fhir:v "PPRF" ]
       ] )
     ] ) ;
     fhir:period [
       fhir:start [ fhir:v "2022-08-01T17:00:14+08:00"^^xsd:dateTime ] ;
       fhir:end [ fhir:v "2022-08-01T18:00:14+08:00"^^xsd:dateTime ]
     ] ;
     fhir:individual [
       fhir:l <urn:uuid:0511b38b-2841-473c-9843-4d04c0c9c30e> ;
       fhir:reference [ fhir:v "urn:uuid:0511b38b-2841-473c-9843-4d04c0c9c30e" ]
     ]
  ] ) ; # 
  fhir:period [
     fhir:start [ fhir:v "2022-08-01T17:00:14+08:00"^^xsd:dateTime ] ;
     fhir:end [ fhir:v "2022-08-01T18:00:14+08:00"^^xsd:dateTime ]
  ] ; # 
  fhir:reasonCode ( [
     fhir:coding ( [
       a sct:160303001 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "160303001" ] ;
       fhir:display [ fhir:v "FH: Diabetes mellitus" ]
     ] )
  ] ) ; # 
  fhir:hospitalization [
     fhir:dischargeDisposition [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/discharge-disposition"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/discharge-disposition>
         ] ;
         fhir:code [ fhir:v "home" ]
       ] )
     ]
  ] ; # 
  fhir:location ( [
     fhir:location [
       fhir:l <urn:uuid:347ae3ea-82f3-41c8-9c95-88519f50a7c9> ;
       fhir:reference [ fhir:v "urn:uuid:347ae3ea-82f3-41c8-9c95-88519f50a7c9" ]
     ]
  ] ) . # 

<urn:uuid:347ae3ea-82f3-41c8-9c95-88519f50a7c9> a fhir:Location ;
  fhir:id [ fhir:v "Inline-Location-example"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Location-twcore"^^xsd:anyURI ;
       fhir:l <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Location-twcore>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Location_Inline-Location-example\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Location Inline-Location-example</b></p><a name=\"Inline-Location-example\"> </a><a name=\"hcInline-Location-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Location-twcore.html\">TW Core  Location</a></p></div><p><b>status</b>: Active</p><p><b>name</b>: 衛生福利部臺北醫院耳鼻喉科</p><p><b>description</b>: 診治各種耳、鼻、咽、喉等上呼吸道疾病及頭頸部腫瘤 , 包括 : 感冒、咳嗽、頭痛、喉嚨痛、聲音沙啞、吞嚥困難、呼吸不順、鼻塞、鼻竇炎、鼻過敏、鼻息肉、扁桃腺肥大、耳鳴、耳痛、中耳炎、顏面神經麻痺、顎顳關節痛、口乾舌燥、打鼾、語言障礙、食道異物取出、頭頸部腫瘤、舌及口咽腫瘤手術</p><p><b>mode</b>: Kind</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode ENT}\">Otorhinolaryngology clinic</span></p><p><b>telecom</b>: ph: 02-2276-5566(Work)</p><p><b>address</b>: 242新北市新莊區思源路127號(work)</p><h3>Positions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Longitude</b></td><td><b>Latitude</b></td></tr><tr><td style=\"display: none\">*</td><td>25.043085494729105</td><td>121.45941895179722</td></tr></table><p><b>managingOrganization</b>: <a href=\"Bundle-bun-document-uuid-example.html#urn-uuid-c89f7cb5-8755-4848-b96a-a9fa34120588\">Organization 衛生福利部臺北醫院</a></p><blockquote><p><b>hoursOfOperation</b></p><p><b>daysOfWeek</b>: Monday, Tuesday, Wednesday, Thursday, Friday</p><p><b>allDay</b>: true</p></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:name [ fhir:v "衛生福利部臺北醫院耳鼻喉科"] ; # 
  fhir:description [ fhir:v "診治各種耳、鼻、咽、喉等上呼吸道疾病及頭頸部腫瘤 , 包括 : 感冒、咳嗽、頭痛、喉嚨痛、聲音沙啞、吞嚥困難、呼吸不順、鼻塞、鼻竇炎、鼻過敏、鼻息肉、扁桃腺肥大、耳鳴、耳痛、中耳炎、顏面神經麻痺、顎顳關節痛、口乾舌燥、打鼾、語言障礙、食道異物取出、頭頸部腫瘤、舌及口咽腫瘤手術"] ; # 
  fhir:mode [ fhir:v "kind"] ; # 
  fhir:type ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/v3-RoleCode>
       ] ;
       fhir:code [ fhir:v "ENT" ] ;
       fhir:display [ fhir:v "Otorhinolaryngology clinic" ]
     ] )
  ] ) ; # 
  fhir:telecom ( [
     fhir:system [ fhir:v "phone" ] ;
     fhir:value [ fhir:v "02-2276-5566" ] ;
     fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:address [
     fhir:use [ fhir:v "work" ] ;
     fhir:type [ fhir:v "both" ] ;
     fhir:text [ fhir:v "242新北市新莊區思源路127號" ] ;
     fhir:line ( [ fhir:v "思源路127號" ] ) ;
     fhir:city [ fhir:v "新莊區" ] ;
     fhir:district [ fhir:v "新北市" ] ;
     fhir:postalCode [ fhir:v "242" ]
  ] ; # 
  fhir:position [
     fhir:longitude [ fhir:v 25.043085494729105 ] ;
     fhir:latitude [ fhir:v 121.45941895179722 ]
  ] ; # 
  fhir:managingOrganization [
     fhir:l <urn:uuid:c89f7cb5-8755-4848-b96a-a9fa34120588> ;
     fhir:reference [ fhir:v "urn:uuid:c89f7cb5-8755-4848-b96a-a9fa34120588" ]
  ] ; # 
  fhir:hoursOfOperation ( [
     fhir:daysOfWeek ( [ fhir:v "mon" ] [ fhir:v "tue" ] [ fhir:v "wed" ] [ fhir:v "thu" ] [ fhir:v "fri" ] ) ;
     fhir:allDay [ fhir:v true ]
  ] ) . # 

# -------------------------------------------------------------------------------------

