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

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

: 床位類別 - TTL Representation

Active as of 2023-04-15

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "bed-type"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://fhirisolationroom.azurehealthcareapis.com/CodeSystem/bed-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">ER<a name=\"bed-type-ER\"> </a></td><td>急診病床</td></tr><tr><td style=\"white-space:nowrap\">NP<a name=\"bed-type-NP\"> </a></td><td>負壓病床</td></tr><tr><td style=\"white-space:nowrap\">ICU<a name=\"bed-type-ICU\"> </a></td><td>ICU病床</td></tr><tr><td style=\"white-space:nowrap\">ISOL<a name=\"bed-type-ISOL\"> </a></td><td>隔離病床</td></tr><tr><td style=\"white-space:nowrap\">Spec<a name=\"bed-type-Spec\"> </a></td><td>專責病床</td></tr><tr><td style=\"white-space:nowrap\">Oth<a name=\"bed-type-Oth\"> </a></td><td>其他病床</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/CodeSystem/bed-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "BedType"] ; # 
  fhir:title [ fhir:v "床位類別"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-04-15"^^xsd:date] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.etatung.com/" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "床位類別"] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "ER" ] ;
fhir:display [ fhir:v "急診病床" ]
  ] [
fhir:code [ fhir:v "NP" ] ;
fhir:display [ fhir:v "負壓病床" ]
  ] [
fhir:code [ fhir:v "ICU" ] ;
fhir:display [ fhir:v "ICU病床" ]
  ] [
fhir:code [ fhir:v "ISOL" ] ;
fhir:display [ fhir:v "隔離病床" ]
  ] [
fhir:code [ fhir:v "Spec" ] ;
fhir:display [ fhir:v "專責病床" ]
  ] [
fhir:code [ fhir:v "Oth" ] ;
fhir:display [ fhir:v "其他病床" ]
  ] ) . #