臺灣電子處方箋與調劑單張實作指引(TW EMPD IG)
0.1.0 - ci-build

This page is part of the 臺灣電子處方箋與調劑單張實作指引(TW EMPD IG) (v0.1.0: Releases) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: 自費註記 - TTL Representation

Active as of 2024-02-22

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "SelfpayStatus-cs"] ; # 
  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 SelfpayStatus-cs</b></p><a name=\"SelfpayStatus-cs\"> </a><a name=\"hcSelfpayStatus-cs\"> </a><p>This case-sensitive code system <code>https://nhicore.nhi.gov.tw/empd/CodeSystem/SelfpayStatus-cs</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\">00<a name=\"SelfpayStatus-cs-00\"> </a></td><td>自費</td></tr><tr><td style=\"white-space:nowrap\">01<a name=\"SelfpayStatus-cs-01\"> </a></td><td>非自費</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://nhicore.nhi.gov.tw/empd/CodeSystem/SelfpayStatus-cs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "SelfpayStatusCodeSystem"] ; # 
  fhir:title [ fhir:v "自費註記"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2024-02-22"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "NHI"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "NHI" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.nhi.gov.tw/en/mp-2.html" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "用於表示自費或非自費註記"] ; # 
  fhir:copyright [ fhir:v "衛生福利部"] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "00" ] ;
fhir:display [ fhir:v "自費" ]
  ] [
fhir:code [ fhir:v "01" ] ;
fhir:display [ fhir:v "非自費" ]
  ] ) . #