病床通報實作指引
0.1.0 - CI Build

病床通報實作指引 - Local Development build (v0.1.0). See the Directory of published versions

: Bundle-病床統計測量資料 - TTL Representation

Raw ttl | Download

@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "0622020017-20230401"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhirisolationroom.azurehealthcareapis.com/StructureDefinition/Bundle-bedCapacity"^^xsd:anyURI ;
fhir:link <https://fhirisolationroom.azurehealthcareapis.com/StructureDefinition/Bundle-bedCapacity>     ] )
  ] ; # 
  fhir:identifier [
fhir:system [ fhir:v "https://www.tph.mohw.gov.tw/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:uuid:1f47ee4e-775a-4794-a15e-90679e5fdeac" ]
  ] ; # 
  fhir:type [ fhir:v "message"] ; # 
  fhir:timestamp [ fhir:v "2023-04-15T00:00:00+08:00"^^xsd:dateTime] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/MessageHeader/mes-example"^^xsd:anyURI ] ;
    ( fhir:resource <https://fhirisolationroom.azurehealthcareapis.com/MessageHeader/mes-example> )
  ] [
fhir:fullUrl [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/MeasureReport/meaRep-example"^^xsd:anyURI ] ;
    ( fhir:resource <https://fhirisolationroom.azurehealthcareapis.com/MeasureReport/meaRep-example> )
  ] [
fhir:fullUrl [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/Organization/org-example2"^^xsd:anyURI ] ;
    ( fhir:resource <https://fhirisolationroom.azurehealthcareapis.com/Organization/org-example2> )
  ] [
fhir:fullUrl [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/Practitioner/pra-example"^^xsd:anyURI ] ;
    ( fhir:resource <https://fhirisolationroom.azurehealthcareapis.com/Practitioner/pra-example> )
  ] [
fhir:fullUrl [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/Location/hosp-example"^^xsd:anyURI ] ;
    ( fhir:resource <https://fhirisolationroom.azurehealthcareapis.com/Location/hosp-example> )
  ] ) . # 

<https://fhirisolationroom.azurehealthcareapis.com/MessageHeader/mes-example> a fhir:MessageHeader ;
  fhir:id [ fhir:v "Inline-MessageHeader-example"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MessageHeader</b><a name=\"Inline-MessageHeader-example\"> </a></p><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\">Resource MessageHeader &quot;Inline-MessageHeader-example&quot; </p></div><p><b>event</b>: Situational report (Details: LOINC code 92842-4 = 'Situational report', stated as 'Situational report')</p><p><b>sender</b>: <a href=\"#Organization_Inline-Organization-hosp-example\">See above (https://fhirisolationroom.azurehealthcareapis.com/Organization/org-example2)</a></p><p><b>author</b>: <a href=\"#Practitioner_Inline-Practitioner-example\">See above (https://fhirisolationroom.azurehealthcareapis.com/Practitioner/pra-example)</a></p><h3>Sources</h3><table class=\"grid\"><tr><td>-</td><td><b>Endpoint</b></td></tr><tr><td>*</td><td><a href=\"https://www.cdc.gov.tw/\">https://www.cdc.gov.tw/</a></td></tr></table><p><b>focus</b>: <a href=\"#MeasureReport_Inline-MeasureReport-example\">See above (https://fhirisolationroom.azurehealthcareapis.com/MeasureReport/meaRep-example)</a></p></div>"
  ] ; # 
  fhir:event [
a fhir:Coding, loinc:92842-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "92842-4" ] ;
fhir:display [ fhir:v "Situational report" ]
  ] ; # 
  fhir:sender [
fhir:link <https://fhirisolationroom.azurehealthcareapis.com/Organization/org-example2> ;
fhir:reference [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/Organization/org-example2" ]
  ] ; # 
  fhir:author [
fhir:link <https://fhirisolationroom.azurehealthcareapis.com/Practitioner/pra-example> ;
fhir:reference [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/Practitioner/pra-example" ]
  ] ; # 
  fhir:source [
fhir:endpoint [ fhir:v "https://www.cdc.gov.tw/"^^xsd:anyURI ]
  ] ; # 
  fhir:focus ( [
fhir:link <https://fhirisolationroom.azurehealthcareapis.com/MeasureReport/meaRep-example> ;
fhir:reference [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/MeasureReport/meaRep-example" ]
  ] ) . # 

<https://fhirisolationroom.azurehealthcareapis.com/MeasureReport/meaRep-example> a fhir:MeasureReport ;
  fhir:id [ fhir:v "Inline-MeasureReport-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhirisolationroom.azurehealthcareapis.com/StructureDefinition/MeasureReport-bedCapacity"^^xsd:anyURI ;
fhir:link <https://fhirisolationroom.azurehealthcareapis.com/StructureDefinition/MeasureReport-bedCapacity>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>identifier</b>: id: urn:uuid:e5e33004-f761-4c44-aba1-495faa99ce0f</p><p><b>status</b>: complete</p><p><b>type</b>: summary</p><p><b>measure</b>: <a href=\"Measure-mea-example.html\">病床統計測量範例</a></p><p><b>date</b>: 2023-04-15 00:00:00+0800</p><p><b>reporter</b>: <a href=\"Organization-org-hosp-example.html\">Organization/org-hosp-example</a> &quot;衛生福利部臺北醫院&quot;</p><p><b>period</b>: 2023-04-15 00:00:00+0800 --&gt; 2023-04-15 00:00:00+0800</p><blockquote><p><b>group</b></p><p><b>code</b>: Bed <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-location-physical-type.html\">Location type</a>#bd)</span></p><blockquote><p><b>population</b></p><p><b>code</b>: 使用中負壓床-結核病-確定 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-measured-values.html\">床位測量類別</a>#curUsingPTP)</span></p><p><b>count</b>: 10</p></blockquote><blockquote><p><b>population</b></p><p><b>code</b>: 使用中負壓床-結核病-疑似 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-measured-values.html\">床位測量類別</a>#curUsingPTS)</span></p><p><b>count</b>: 8</p></blockquote><blockquote><p><b>population</b></p><p><b>code</b>: 使用中負壓床-新型流感-確定 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-measured-values.html\">床位測量類別</a>#curUsingPCP)</span></p><p><b>count</b>: 8</p></blockquote><blockquote><p><b>population</b></p><p><b>code</b>: 使用中負壓床-新型流感-疑似 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-measured-values.html\">床位測量類別</a>#curUsingPCS)</span></p><p><b>count</b>: 2</p></blockquote><blockquote><p><b>population</b></p><p><b>code</b>: 使用中負壓床-其他 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-measured-values.html\">床位測量類別</a>#curUsingPNS)</span></p><p><b>count</b>: 1</p></blockquote><blockquote><p><b>population</b></p><p><b>code</b>: 可供使用-負壓隔離病床 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-measured-values.html\">床位測量類別</a>#availP)</span></p><p><b>count</b>: 3</p></blockquote><blockquote><p><b>population</b></p><p><b>code</b>: 控留-負壓隔離病床 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-measured-values.html\">床位測量類別</a>#rsvP)</span></p><p><b>count</b>: 2</p></blockquote><blockquote><p><b>population</b></p><p><b>code</b>: 使用中一般隔離床-結核病-確定 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-measured-values.html\">床位測量類別</a>#curUsingNTP)</span></p><p><b>count</b>: 5</p></blockquote><blockquote><p><b>population</b></p><p><b>code</b>: 使用中一般隔離床-結核病-疑似 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-measured-values.html\">床位測量類別</a>#curUsingNTS)</span></p><p><b>count</b>: 8</p></blockquote><blockquote><p><b>population</b></p><p><b>code</b>: 使用中一般隔離床-新型流感-確定 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-measured-values.html\">床位測量類別</a>#curUsingNCP)</span></p><p><b>count</b>: 10</p></blockquote><blockquote><p><b>population</b></p><p><b>code</b>: 使用中一般隔離床-新型流感-疑似 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-measured-values.html\">床位測量類別</a>#curUsingNCS)</span></p><p><b>count</b>: 6</p></blockquote><blockquote><p><b>population</b></p><p><b>code</b>: 使用中一般隔離床-其他 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-measured-values.html\">床位測量類別</a>#curUsingNNS)</span></p><p><b>count</b>: 4</p></blockquote><blockquote><p><b>population</b></p><p><b>code</b>: 可供使用-一般隔離病床 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-measured-values.html\">床位測量類別</a>#availN)</span></p><p><b>count</b>: 2</p></blockquote><blockquote><p><b>population</b></p><p><b>code</b>: 控留-一般隔離病床 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-measured-values.html\">床位測量類別</a>#rsvN)</span></p><p><b>count</b>: 0</p></blockquote><blockquote><p><b>population</b></p><p><b>code</b>: 使用中專責病床-結核病-確定 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-measured-values.html\">床位測量類別</a>#curUsingSTP)</span></p><p><b>count</b>: 5</p></blockquote><blockquote><p><b>population</b></p><p><b>code</b>: 使用中專責病床-結核病-疑似 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-measured-values.html\">床位測量類別</a>#curUsingSTS)</span></p><p><b>count</b>: 5</p></blockquote><blockquote><p><b>population</b></p><p><b>code</b>: 使用中專責病床-新型流感-確定 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-measured-values.html\">床位測量類別</a>#curUsingSCP)</span></p><p><b>count</b>: 10</p></blockquote><blockquote><p><b>population</b></p><p><b>code</b>: 使用中專責病床-新型流感-疑似 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-measured-values.html\">床位測量類別</a>#curUsingSCS)</span></p><p><b>count</b>: 6</p></blockquote><blockquote><p><b>population</b></p><p><b>code</b>: 使用中專責病床-其他 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-measured-values.html\">床位測量類別</a>#curUsingSNS)</span></p><p><b>count</b>: 1</p></blockquote><blockquote><p><b>population</b></p><p><b>code</b>: 可供使用-專責病床 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-measured-values.html\">床位測量類別</a>#availS)</span></p><p><b>count</b>: 5</p></blockquote><blockquote><p><b>population</b></p><p><b>code</b>: 控留-專責病床 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-measured-values.html\">床位測量類別</a>#rsvS)</span></p><p><b>count</b>: 0</p></blockquote><blockquote><p><b>population</b></p><p><b>code</b>: 使用中加護病房-結核病-確定 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-measured-values.html\">床位測量類別</a>#curUsingICUTP)</span></p><p><b>count</b>: 3</p></blockquote><blockquote><p><b>population</b></p><p><b>code</b>: 使用中加護病房-結核病-疑似 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-measured-values.html\">床位測量類別</a>#curUsingICUTS)</span></p><p><b>count</b>: 2</p></blockquote><blockquote><p><b>population</b></p><p><b>code</b>: 使用中加護病房-新型流感-確定 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-measured-values.html\">床位測量類別</a>#curUsingICUCP)</span></p><p><b>count</b>: 3</p></blockquote><blockquote><p><b>population</b></p><p><b>code</b>: 使用中加護病房-新型流感-疑似 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-measured-values.html\">床位測量類別</a>#curUsingICUCS)</span></p><p><b>count</b>: 4</p></blockquote><blockquote><p><b>population</b></p><p><b>code</b>: 使用中加護病房-其他 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-measured-values.html\">床位測量類別</a>#curUsingICUNS)</span></p><p><b>count</b>: 2</p></blockquote><blockquote><p><b>population</b></p><p><b>code</b>: 可供使用-加護病房 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-measured-values.html\">床位測量類別</a>#availICU)</span></p><p><b>count</b>: 5</p></blockquote><blockquote><p><b>population</b></p><p><b>code</b>: 控留-加護病房 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-measured-values.html\">床位測量類別</a>#rsvICU)</span></p><p><b>count</b>: 0</p></blockquote></blockquote></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://www.tph.mohw.gov.tw/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:uuid:e5e33004-f761-4c44-aba1-495faa99ce0f" ]
  ] ) ; # 
  fhir:status [ fhir:v "complete"] ; # 
  fhir:type [ fhir:v "summary"] ; # 
  fhir:measure [
fhir:v "https://fhirisolationroom.azurehealthcareapis.com/Measure/mea-example"^^xsd:anyURI ;
fhir:link <https://fhirisolationroom.azurehealthcareapis.com/Measure/mea-example>
  ] ; # 
  fhir:subject [
fhir:link <https://fhirisolationroom.azurehealthcareapis.com/Location/hosp-example> ;
fhir:reference [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/Location/hosp-example" ] ;
fhir:identifier [
fhir:system [ fhir:v "https://www.census.gov/geographies"^^xsd:anyURI ] ;
fhir:value [ fhir:v "34" ]     ]
  ] ; # 
  fhir:date [ fhir:v "2023-04-15T00:00:00+08:00"^^xsd:dateTime] ; # 
  fhir:reporter [
fhir:link <https://fhirisolationroom.azurehealthcareapis.com/Organization/org-example2> ;
fhir:reference [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/Organization/org-example2" ]
  ] ; # 
  fhir:period [
fhir:start [ fhir:v "2023-04-15T00:00:00+08:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2023-04-15T00:00:00+08:00"^^xsd:dateTime ]
  ] ; # 
  fhir:group ( [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/saner/CodeSystem/MeasureGroupSystem"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Beds" ]       ] )     ] ;
    ( fhir:population [
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/CodeSystem/measured-values"^^xsd:anyURI ] ;
fhir:code [ fhir:v "curUsingPTP" ] ;
fhir:display [ fhir:v "使用中負壓床-結核病-確定" ]         ] )       ] ;
fhir:count [ fhir:v "10"^^xsd:integer ]     ] [
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/CodeSystem/measured-values"^^xsd:anyURI ] ;
fhir:code [ fhir:v "curUsingPTS" ] ;
fhir:display [ fhir:v "使用中負壓床-結核病-疑似" ]         ] )       ] ;
fhir:count [ fhir:v "8"^^xsd:integer ]     ] [
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/CodeSystem/measured-values"^^xsd:anyURI ] ;
fhir:code [ fhir:v "curUsingPCP" ] ;
fhir:display [ fhir:v "使用中負壓床-新型流感-確定" ]         ] )       ] ;
fhir:count [ fhir:v "8"^^xsd:integer ]     ] [
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/CodeSystem/measured-values"^^xsd:anyURI ] ;
fhir:code [ fhir:v "curUsingPCS" ] ;
fhir:display [ fhir:v "使用中負壓床-新型流感-疑似" ]         ] )       ] ;
fhir:count [ fhir:v "2"^^xsd:integer ]     ] [
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/CodeSystem/measured-values"^^xsd:anyURI ] ;
fhir:code [ fhir:v "curUsingPNS" ] ;
fhir:display [ fhir:v "使用中負壓床-其他" ]         ] )       ] ;
fhir:count [ fhir:v "1"^^xsd:integer ]     ] [
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/CodeSystem/measured-values"^^xsd:anyURI ] ;
fhir:code [ fhir:v "availP" ] ;
fhir:display [ fhir:v "可供使用-負壓隔離病床" ]         ] )       ] ;
fhir:count [ fhir:v "3"^^xsd:integer ]     ] [
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/CodeSystem/measured-values"^^xsd:anyURI ] ;
fhir:code [ fhir:v "rsvP" ] ;
fhir:display [ fhir:v "控留-負壓隔離病床" ]         ] )       ] ;
fhir:count [ fhir:v "2"^^xsd:integer ]     ] [
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/CodeSystem/measured-values"^^xsd:anyURI ] ;
fhir:code [ fhir:v "curUsingNTP" ] ;
fhir:display [ fhir:v "使用中一般隔離床-結核病-確定" ]         ] )       ] ;
fhir:count [ fhir:v "5"^^xsd:integer ]     ] [
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/CodeSystem/measured-values"^^xsd:anyURI ] ;
fhir:code [ fhir:v "curUsingNTS" ] ;
fhir:display [ fhir:v "使用中一般隔離床-結核病-疑似" ]         ] )       ] ;
fhir:count [ fhir:v "8"^^xsd:integer ]     ] [
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/CodeSystem/measured-values"^^xsd:anyURI ] ;
fhir:code [ fhir:v "curUsingNCP" ] ;
fhir:display [ fhir:v "使用中一般隔離床-新型流感-確定" ]         ] )       ] ;
fhir:count [ fhir:v "10"^^xsd:integer ]     ] [
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/CodeSystem/measured-values"^^xsd:anyURI ] ;
fhir:code [ fhir:v "curUsingNCS" ] ;
fhir:display [ fhir:v "使用中一般隔離床-新型流感-疑似" ]         ] )       ] ;
fhir:count [ fhir:v "6"^^xsd:integer ]     ] [
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/CodeSystem/measured-values"^^xsd:anyURI ] ;
fhir:code [ fhir:v "curUsingNNS" ] ;
fhir:display [ fhir:v "使用中一般隔離床-其他" ]         ] )       ] ;
fhir:count [ fhir:v "4"^^xsd:integer ]     ] [
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/CodeSystem/measured-values"^^xsd:anyURI ] ;
fhir:code [ fhir:v "availN" ] ;
fhir:display [ fhir:v "可供使用-一般隔離病床" ]         ] )       ] ;
fhir:count [ fhir:v "2"^^xsd:integer ]     ] [
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/CodeSystem/measured-values"^^xsd:anyURI ] ;
fhir:code [ fhir:v "rsvN" ] ;
fhir:display [ fhir:v "控留-一般隔離病床" ]         ] )       ] ;
fhir:count [ fhir:v "0"^^xsd:integer ]     ] [
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/CodeSystem/measured-values"^^xsd:anyURI ] ;
fhir:code [ fhir:v "curUsingSTP" ] ;
fhir:display [ fhir:v "使用中專責病床-結核病-確定" ]         ] )       ] ;
fhir:count [ fhir:v "5"^^xsd:integer ]     ] [
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/CodeSystem/measured-values"^^xsd:anyURI ] ;
fhir:code [ fhir:v "curUsingSTS" ] ;
fhir:display [ fhir:v "使用中專責病床-結核病-疑似" ]         ] )       ] ;
fhir:count [ fhir:v "5"^^xsd:integer ]     ] [
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/CodeSystem/measured-values"^^xsd:anyURI ] ;
fhir:code [ fhir:v "curUsingSCP" ] ;
fhir:display [ fhir:v "使用中專責病床-新型流感-確定" ]         ] )       ] ;
fhir:count [ fhir:v "10"^^xsd:integer ]     ] [
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/CodeSystem/measured-values"^^xsd:anyURI ] ;
fhir:code [ fhir:v "curUsingSCS" ] ;
fhir:display [ fhir:v "使用中專責病床-新型流感-疑似" ]         ] )       ] ;
fhir:count [ fhir:v "6"^^xsd:integer ]     ] [
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/CodeSystem/measured-values"^^xsd:anyURI ] ;
fhir:code [ fhir:v "curUsingSNS" ] ;
fhir:display [ fhir:v "使用中專責病床-其他" ]         ] )       ] ;
fhir:count [ fhir:v "1"^^xsd:integer ]     ] [
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/CodeSystem/measured-values"^^xsd:anyURI ] ;
fhir:code [ fhir:v "availS" ] ;
fhir:display [ fhir:v "可供使用-專責病床" ]         ] )       ] ;
fhir:count [ fhir:v "5"^^xsd:integer ]     ] [
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/CodeSystem/measured-values"^^xsd:anyURI ] ;
fhir:code [ fhir:v "rsvS" ] ;
fhir:display [ fhir:v "控留-專責病床" ]         ] )       ] ;
fhir:count [ fhir:v "0"^^xsd:integer ]     ] [
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/CodeSystem/measured-values"^^xsd:anyURI ] ;
fhir:code [ fhir:v "curUsingICUTP" ] ;
fhir:display [ fhir:v "使用中加護病房-結核病-確定" ]         ] )       ] ;
fhir:count [ fhir:v "3"^^xsd:integer ]     ] [
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/CodeSystem/measured-values"^^xsd:anyURI ] ;
fhir:code [ fhir:v "curUsingICUTS" ] ;
fhir:display [ fhir:v "使用中加護病房-結核病-疑似" ]         ] )       ] ;
fhir:count [ fhir:v "2"^^xsd:integer ]     ] [
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/CodeSystem/measured-values"^^xsd:anyURI ] ;
fhir:code [ fhir:v "curUsingICUCP" ] ;
fhir:display [ fhir:v "使用中加護病房-新型流感-確定" ]         ] )       ] ;
fhir:count [ fhir:v "3"^^xsd:integer ]     ] [
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/CodeSystem/measured-values"^^xsd:anyURI ] ;
fhir:code [ fhir:v "curUsingICUCS" ] ;
fhir:display [ fhir:v "使用中加護病房-新型流感-疑似" ]         ] )       ] ;
fhir:count [ fhir:v "4"^^xsd:integer ]     ] [
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/CodeSystem/measured-values"^^xsd:anyURI ] ;
fhir:code [ fhir:v "curUsingICUNS" ] ;
fhir:display [ fhir:v "使用中加護病房-其他" ]         ] )       ] ;
fhir:count [ fhir:v "2"^^xsd:integer ]     ] [
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/CodeSystem/measured-values"^^xsd:anyURI ] ;
fhir:code [ fhir:v "availICU" ] ;
fhir:display [ fhir:v "可供使用-加護病房" ]         ] )       ] ;
fhir:count [ fhir:v "5"^^xsd:integer ]     ] [
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/CodeSystem/measured-values"^^xsd:anyURI ] ;
fhir:code [ fhir:v "rsvICU" ] ;
fhir:display [ fhir:v "控留-加護病房" ]         ] )       ] ;
fhir:count [ fhir:v "0"^^xsd:integer ]     ] )
  ] ) . # 

<https://fhirisolationroom.azurehealthcareapis.com/Organization/org-example2> a fhir:Organization ;
  fhir:id [ fhir:v "Inline-Organization-hosp-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/fhir/StructureDefinition/Organization-hosp-twcore"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/fhir/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>:Healthcare Organization Identifier<span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://twcore.mohw.gov.tw/ig/CodeSystem-v2-0203.html\">臺灣識別碼類型值集</a>#HOI)</span><br/><b>機構代碼(official)</b>:0622020017 (https://twcore.mohw.gov.tw/tsfhir/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 "https://twcore.mohw.gov.tw/tsfhir/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HOI" ]       ] )     ] ;
fhir:system [ fhir:v "https://twcore.mohw.gov.tw/tsfhir/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" ]
  ] ) . # 

<https://fhirisolationroom.azurehealthcareapis.com/Practitioner/pra-example> a fhir:Practitioner ;
  fhir:id [ fhir:v "Inline-Practitioner-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/fhir/StructureDefinition/Practitioner-twcore"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/fhir/StructureDefinition/Practitioner-twcore>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Practitioner</b><a name=\"Inline-Practitioner-example\"> </a></p><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\">Resource Practitioner &quot;Inline-Practitioner-example&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://twcore.mohw.gov.tw/ig/StructureDefinition-Practitioner-twcore.html\">TW Core Practitioner</a></p></div><p><b>identifier</b>: Medical License number: KP00017 (use: OFFICIAL)</p><p><b>active</b>: true</p><p><b>name</b>: 王依昇(OFFICIAL)</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 "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" ] )
  ] ) . # 

<https://fhirisolationroom.azurehealthcareapis.com/Location/hosp-example> a fhir:Location ;
  fhir:id [ fhir:v "Inline-Location-hosp-example"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Location</b><a name=\"Inline-Location-hosp-example\"> </a></p><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\">Resource Location &quot;Inline-Location-hosp-example&quot; </p></div><p><b>identifier</b>: id: 0123456789</p><p><b>status</b>: active</p><p><b>name</b>: 衛生福利部臺北醫院</p><p><b>managingOrganization</b>: <a href=\"#Organization_Inline-Organization-hosp-example\">See above (https://fhirisolationroom.azurehealthcareapis.com/Organization/org-example2)</a></p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://www.tph.mohw.gov.tw/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "0123456789" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:name [ fhir:v "衛生福利部臺北醫院"] ; # 
  fhir:managingOrganization [
fhir:link <https://fhirisolationroom.azurehealthcareapis.com/Organization/org-example2> ;
fhir:reference [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/Organization/org-example2" ]
  ] . #