臺灣健保事前審查實作指引, published by 衛生福利部中央健康保險署. This guide is not an authorized publication; it is the continuous build for version 1.2.5 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/TWNHIFHIR/pas/ and changes regularly. See the Directory of published versions
@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/MedicationRequest/medReq-treat> a fhir:MedicationRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "medReq-treat"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://nhicore.nhi.gov.tw/pas/StructureDefinition/MedicationRequest-treat-twpas" ;
fhir:index 0 ;
fhir:link <https://nhicore.nhi.gov.tw/pas/StructureDefinition/MedicationRequest-treat-twpas>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4;#xA; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Profile:<a href=\"StructureDefinition-MedicationRequest-treat-twpas.html\">用藥品項-MedicationRequest Treat TWPAS</a></p></div><p><b>藥物使用狀態</b>:completed</p><p><b>藥物處方終止原因</b>:Try another treatment first <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">(<a href=\"https://hl7.org/fhir/R4/codesystem-medicationrequest-status-reason.html\">MedicationRequest Status Reason Codes</a>#altchoice)</span></p><p><b>意圖</b>:Order <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/CodeSystem/medicationrequest-intent\">medicationRequest Intent</a>#order)</span></p><p><b>自費註記</b>:健保 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">(<a href=\"CodeSystem-nhi-drug-category.html\">NHI-藥物類型</a>#nhi)</span></p><p><b>藥品代碼</b>:ANTI-CUGH SYRUP 60ML <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">(<a href=\"CodeSystem-nhi-medication.html\">NHI-健保事前審查-用藥品項值集</a>#A000755151)</span></p><p><b>病人</b>:<a href=\"Patient-pat-min.html\">Patient/pat-min</a> \"\"</p><p><b>藥品使用頻率及服用時間</b>:1W3D</p><p><b>藥物每次處方劑量(單位)</b>:4 (tablets <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">(<a href=\"https://hl7.org/fhir/R4/valueset-ucum-common.html\">Common UCUM units</a>#{tbl})</span>)</p><p><b>藥物處方起始日期</b>:2024-05-01</p><p><b>藥物處方終止日期</b>:2024-05-07</p><p><b>給藥途徑/作用部位</b>:Oral use <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">(<a href=\"http://snomed.info/sct/\">SNOMED CT + 臺灣健保署給藥途徑值集</a>#26643006)</span></p></div>"
] ;
fhir:MedicationRequest.status [ fhir:value "completed"] ;
fhir:MedicationRequest.statusReason [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/medicationrequest-status-reason" ] ;
fhir:Coding.code [ fhir:value "altchoice" ]
]
] ;
fhir:MedicationRequest.intent [ fhir:value "order"] ;
fhir:MedicationRequest.category [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://nhicore.nhi.gov.tw/pas/CodeSystem/nhi-drug-category" ] ;
fhir:Coding.code [ fhir:value "nhi" ]
]
] ;
fhir:MedicationRequest.medicationCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://nhicore.nhi.gov.tw/pas/CodeSystem/nhi-medication" ] ;
fhir:Coding.code [ fhir:value "A000755151" ]
]
] ;
fhir:MedicationRequest.subject [
fhir:link <http://hl7.org/fhir/Patient/pat-min> ;
fhir:Reference.reference [ fhir:value "Patient/pat-min" ]
] ;
fhir:MedicationRequest.dosageInstruction [
fhir:index 0 ;
fhir:Dosage.timing [
fhir:Timing.repeat [
fhir:Timing.repeat.boundsPeriod [
fhir:Period.start [ fhir:value "2024-05-01"^^xsd:date ] ;
fhir:Period.end [ fhir:value "2024-05-07"^^xsd:date ]
]
] ;
fhir:Timing.code [
fhir:CodeableConcept.text [ fhir:value "1W3D" ]
]
] ;
fhir:Dosage.route [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:26643006 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "26643006" ]
]
] ;
fhir:Dosage.doseAndRate [
fhir:index 0 ;
fhir:Dosage.doseAndRate.doseQuantity [
fhir:Quantity.value [ fhir:value "4"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "tablets" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "{tbl}" ]
]
]
] .
<http://hl7.org/fhir/Patient/pat-min> a fhir:Patient .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/MedicationRequest/medReq-treat.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/MedicationRequest/medReq-treat.ttl> .
IG © 2024+ 衛生福利部中央健康保險署. Package tw.gov.mohw.nhi.pas#1.2.5 based on FHIR 4.0.1. Generated 2026-07-08
Links: Table of Contents |
QA Report
| Version History
