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

臺灣電子處方箋與調劑單張實作指引(TW EMPD IG), published by NHI. This guide is not an authorized publication; it is the continuous build for version 0.2.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/TWNHIFHIR/empd/ and changes regularly. 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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/SelfpayStatus-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "SelfpayStatus-cs"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.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>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://nhicore.nhi.gov.tw/empd/CodeSystem/SelfpayStatus-cs"] ;
  fhir:CodeSystem.version [ fhir:value "0.2.1"] ;
  fhir:CodeSystem.name [ fhir:value "SelfpayStatusCodeSystem"] ;
  fhir:CodeSystem.title [ fhir:value "自費註記"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2024-02-22"^^xsd:date] ;
  fhir:CodeSystem.publisher [ fhir:value "NHI"] ;
  fhir:CodeSystem.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "NHI" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://www.nhi.gov.tw/en/mp-2.html" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "用於表示自費或非自費註記"] ;
  fhir:CodeSystem.copyright [ fhir:value "衛生福利部"] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "2"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "00" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "自費" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "01" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "非自費" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/SelfpayStatus-cs.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/SelfpayStatus-cs.ttl> .