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

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

: Location-病床個案資料 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@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:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "loc-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhirisolationroom.azurehealthcareapis.com/StructureDefinition/Location-bed"^^xsd:anyURI ;
fhir:link <https://fhirisolationroom.azurehealthcareapis.com/StructureDefinition/Location-bed>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>病床資訊</b></h3><p><b>病床識別碼</b>:6026(https://www.tph.mohw.gov.tw/)</p><p><b>病床類型</b>:負壓病床 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">(<a href=\"CodeSystem-bed-type.html\">床位類別</a>#NP)</span>、專責病床 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">(<a href=\"CodeSystem-bed-type.html\">床位類別</a>#Spec)</span>、雙人房 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">(<a href=\"CodeSystem-ward-capacity.html\">病房容量</a>#twin)</span></p><p><b>病床樓層</b>[extension: <a href=\"https://twcore.mohw.gov.tw/ig/StructureDefinition-tw-floor.html\">tw-floor</a>]:6樓</p><p><b>physicalType</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><p><b>管理單位</b>: <a href=\"Organization-org-hosp-example.html\">Organization/org-hosp-example</a> \"衛生福利部臺北醫院\"</p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://www.tph.mohw.gov.tw/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "6026" ]
  ] ) ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/CodeSystem/bed-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NP" ]     ] )
  ] [
    ( fhir:coding [
fhir:system [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/CodeSystem/bed-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Spec" ]     ] )
  ] [
    ( fhir:coding [
fhir:system [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/CodeSystem/ward-capacity"^^xsd:anyURI ] ;
fhir:code [ fhir:v "twin" ]     ] )
  ] ) ; # 
  fhir:address [
    ( fhir:extension [
fhir:url [ fhir:v "https://twcore.mohw.gov.tw/fhir/StructureDefinition/tw-floor"^^xsd:anyURI ] ;
fhir:value [ fhir:v "6" ]     ] )
  ] ; # 
  fhir:physicalType [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/location-physical-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "bd" ]     ] )
  ] ; # 
  fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/org-hosp-example" ]
  ] . #