病床通報實作指引
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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ward-capacity"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <a href=\"CodeSystem-ward-capacity.html\"><code>https://fhirisolationroom.azurehealthcareapis.com/CodeSystem/ward-capacity</code></a></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/ValueSet/ward-capacity"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "WardCapacity"] ; # 
  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:compose [
    ( fhir:include [
fhir:system [ fhir:v "https://fhirisolationroom.azurehealthcareapis.com/CodeSystem/ward-capacity"^^xsd:anyURI ]     ] )
  ] . #