臺灣長期照顧實作指引 (Taiwan Long-Term Care FHIR Implementation Guide)
0.1.1 - ci-build

臺灣長期照顧實作指引 (Taiwan Long-Term Care FHIR Implementation Guide) - Local Development build (v0.1.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: 轉介單看護狀況代碼 - TTL Representation

Active as of 2024-08-25

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 "ReferralConditionCaregiverCS-TWLTC"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ReferralConditionCaregiverCS-TWLTC</b></p><a name=\"ReferralConditionCaregiverCS-TWLTC\"> </a><a name=\"hcReferralConditionCaregiverCS-TWLTC\"> </a><a name=\"ReferralConditionCaregiverCS-TWLTC-en-US\"> </a><p>This case-sensitive code system <code>http://ltc-ig.fhir.tw/CodeSystem/ReferralConditionCaregiverCS-TWLTC</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">no-caregiver<a name=\"ReferralConditionCaregiverCS-TWLTC-no-caregiver\"> </a></td><td>無看護</td><td>個案無雇用看護。</td></tr><tr><td style=\"white-space:nowrap\">caregiver<a name=\"ReferralConditionCaregiverCS-TWLTC-caregiver\"> </a></td><td>有看護</td><td>個案有雇用看護。</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://ltc-ig.fhir.tw/CodeSystem/ReferralConditionCaregiverCS-TWLTC"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.1"] ; # 
  fhir:name [ fhir:v "ReferralConditionCaregiverCSTWLTC"] ; # 
  fhir:title [ fhir:v "轉介單看護狀況代碼"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-08-25"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "MI-TW"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "MI-TW" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://mitw.dicom.org.tw/" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "用於表述個案雇用看護的狀況。"] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "no-caregiver" ] ;
fhir:display [ fhir:v "無看護" ] ;
fhir:definition [ fhir:v "個案無雇用看護。" ]
  ] [
fhir:code [ fhir:v "caregiver" ] ;
fhir:display [ fhir:v "有看護" ] ;
fhir:definition [ fhir:v "個案有雇用看護。" ]
  ] ) . #