電子病歷交換單張實作指引(EMR-IG)
0.1.0 - ci-build
This page is part of the 電子病歷交換單張實作指引(EMR-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
Active as of 2024-01-15 |
@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 "casetype"] ; #
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 casetype</b></p><a name=\"casetype\"> </a><a name=\"hccasetype\"> </a><a name=\"casetype-en-US\"> </a><p>This case-sensitive code system <code>https://twcore.mohw.gov.tw/ig/emr/CodeSystem/casetype</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=\"casetype-00\"> </a></td><td>自費案件</td></tr><tr><td style=\"white-space:nowrap\">01<a name=\"casetype-01\"> </a></td><td>西醫一般案件</td></tr><tr><td style=\"white-space:nowrap\">02<a name=\"casetype-02\"> </a></td><td>西醫急診</td></tr><tr><td style=\"white-space:nowrap\">03<a name=\"casetype-03\"> </a></td><td>西醫門診手術</td></tr><tr><td style=\"white-space:nowrap\">04<a name=\"casetype-04\"> </a></td><td>西醫慢性病</td></tr><tr><td style=\"white-space:nowrap\">05<a name=\"casetype-05\"> </a></td><td>洗腎</td></tr><tr><td style=\"white-space:nowrap\">06<a name=\"casetype-06\"> </a></td><td>結核病</td></tr><tr><td style=\"white-space:nowrap\">08<a name=\"casetype-08\"> </a></td><td>慢性病連續處方調劑</td></tr><tr><td style=\"white-space:nowrap\">09<a name=\"casetype-09\"> </a></td><td>西醫其他專案</td></tr><tr><td style=\"white-space:nowrap\">11<a name=\"casetype-11\"> </a></td><td>牙醫一般案件</td></tr><tr><td style=\"white-space:nowrap\">12<a name=\"casetype-12\"> </a></td><td>牙醫急診</td></tr><tr><td style=\"white-space:nowrap\">13<a name=\"casetype-13\"> </a></td><td>牙醫門診手術等</td></tr><tr><td style=\"white-space:nowrap\">61<a name=\"casetype-61\"> </a></td><td>居家照護</td></tr><tr><td style=\"white-space:nowrap\">62<a name=\"casetype-62\"> </a></td><td>精神疾病社區復健</td></tr><tr><td style=\"white-space:nowrap\">63<a name=\"casetype-63\"> </a></td><td>預防保健</td></tr><tr><td style=\"white-space:nowrap\">65<a name=\"casetype-65\"> </a></td><td>安寧居家療護</td></tr><tr><td style=\"white-space:nowrap\">66<a name=\"casetype-66\"> </a></td><td>護理之家照護</td></tr><tr><td style=\"white-space:nowrap\">67<a name=\"casetype-67\"> </a></td><td>安養、養護機構院民之居家照護</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "https://twcore.mohw.gov.tw/ig/emr/CodeSystem/casetype"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "CaseType"] ; #
fhir:title [ fhir:v "案件分類"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-01-15"^^xsd:date] ; #
fhir:publisher [ fhir:v "衛生福利部"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.mohw.gov.tw/mp-1.html" ] ] )
] ) ; #
fhir:description [ fhir:v "用於表示案件分類"] ; #
fhir:copyright [ fhir:v "衛生福利部"] ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "18"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "00" ] ;
fhir:display [ fhir:v "自費案件" ]
] [
fhir:code [ fhir:v "01" ] ;
fhir:display [ fhir:v "西醫一般案件" ]
] [
fhir:code [ fhir:v "02" ] ;
fhir:display [ fhir:v "西醫急診" ]
] [
fhir:code [ fhir:v "03" ] ;
fhir:display [ fhir:v "西醫門診手術" ]
] [
fhir:code [ fhir:v "04" ] ;
fhir:display [ fhir:v "西醫慢性病" ]
] [
fhir:code [ fhir:v "05" ] ;
fhir:display [ fhir:v "洗腎" ]
] [
fhir:code [ fhir:v "06" ] ;
fhir:display [ fhir:v "結核病" ]
] [
fhir:code [ fhir:v "08" ] ;
fhir:display [ fhir:v "慢性病連續處方調劑" ]
] [
fhir:code [ fhir:v "09" ] ;
fhir:display [ fhir:v "西醫其他專案" ]
] [
fhir:code [ fhir:v "11" ] ;
fhir:display [ fhir:v "牙醫一般案件" ]
] [
fhir:code [ fhir:v "12" ] ;
fhir:display [ fhir:v "牙醫急診" ]
] [
fhir:code [ fhir:v "13" ] ;
fhir:display [ fhir:v "牙醫門診手術等" ]
] [
fhir:code [ fhir:v "61" ] ;
fhir:display [ fhir:v "居家照護" ]
] [
fhir:code [ fhir:v "62" ] ;
fhir:display [ fhir:v "精神疾病社區復健" ]
] [
fhir:code [ fhir:v "63" ] ;
fhir:display [ fhir:v "預防保健" ]
] [
fhir:code [ fhir:v "65" ] ;
fhir:display [ fhir:v "安寧居家療護" ]
] [
fhir:code [ fhir:v "66" ] ;
fhir:display [ fhir:v "護理之家照護" ]
] [
fhir:code [ fhir:v "67" ] ;
fhir:display [ fhir:v "安養、養護機構院民之居家照護" ]
] ) . #
IG © 2023+ 衛生福利部. Package tw.gov.mohw.emr#0.1.0 based on FHIR 4.0.1. Generated 2024-08-23
Links: Table of Contents |
QA Report