臺灣電子處方箋與調劑單張實作指引(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 2023-10-30

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/TypeOfPrescription-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "TypeOfPrescription-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 TypeOfPrescription-cs</b></p><a name=\"TypeOfPrescription-cs\"> </a><a name=\"hcTypeOfPrescription-cs\"> </a><p>This case-sensitive code system <code>https://nhicore.nhi.gov.tw/empd/CodeSystem/TypeOfPrescription-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\">A<a name=\"TypeOfPrescription-cs-A\"> </a></td><td>一般處方箋:處方用藥,一次給予7日(含)以下之用藥量</td></tr><tr><td style=\"white-space:nowrap\">B<a name=\"TypeOfPrescription-cs-B\"> </a></td><td>慢性病處方箋</td></tr><tr><td style=\"white-space:nowrap\">C<a name=\"TypeOfPrescription-cs-C\"> </a></td><td>慢性病連續處方箋</td></tr><tr><td style=\"white-space:nowrap\">D<a name=\"TypeOfPrescription-cs-D\"> </a></td><td>管制藥品專用處方箋(一般)</td></tr><tr><td style=\"white-space:nowrap\">E<a name=\"TypeOfPrescription-cs-E\"> </a></td><td>管制藥品專用處方箋(慢箋)</td></tr><tr><td style=\"white-space:nowrap\">F<a name=\"TypeOfPrescription-cs-F\"> </a></td><td>管制藥品專用處方箋(慢連箋)</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://nhicore.nhi.gov.tw/empd/CodeSystem/TypeOfPrescription-cs"] ;
  fhir:CodeSystem.version [ fhir:value "0.2.1"] ;
  fhir:CodeSystem.name [ fhir:value "TypeOfPrescriptionCodeSystem"] ;
  fhir:CodeSystem.title [ fhir:value "處方箋種類註記"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2023-10-30"^^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 "6"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "A" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "一般處方箋:處方用藥,一次給予7日(含)以下之用藥量" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "B" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "慢性病處方箋" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "C" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "慢性病連續處方箋" ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "D" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "管制藥品專用處方箋(一般)" ]
  ], [
     fhir:index 4 ;
     fhir:CodeSystem.concept.code [ fhir:value "E" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "管制藥品專用處方箋(慢箋)" ]
  ], [
     fhir:index 5 ;
     fhir:CodeSystem.concept.code [ fhir:value "F" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "管制藥品專用處方箋(慢連箋)" ]
  ] .

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

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