This page is part of the 臺灣癌症用藥事前審查實作指引(TWPAS IG) (v1.0.1: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, 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 -------------------------------------------------------------------
a fhir:MedicationRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "medReq-apply-2"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/ig/pas/StructureDefinition/MedicationRequest-apply-twpas"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/pas/StructureDefinition/MedicationRequest-apply-twpas> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MedicationRequest-apply-twpas.html\">事前審查品項-MedicationRequest Apply TWPAS</a></p></div><p><b>狀態</b>:On Hold</p><p><b>目的</b>:Plan</p><p><b>事前審查品項代碼</b>:TEMODAL CAPSULES 20MG <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">(<a href=\"https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-nhi-tw\">臺灣健保署健保用藥品項代碼值集</a>#BC23323100)</span></p><p><b>病人</b>:<a href=\"Patient-pat-min.html\">Patient/pat-min</a> "王大明"</p><p><b>事前審查藥物預定處方起始日期</b>:2024-03-11</p><p><b>事前審查藥物預定處方終止日期</b>:2024-07-28</p><p><b>事前審查藥品使用頻率及服用時間</b>:每4週的第1天、每4週的第2天、每4週的第3天、每4週的第4天、每4週的第5天、飯前1小時使用<span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"ValueSet-medication-frequency-hl7-nhi.html\">HL7 TimingAbbreviation + 臺灣健保署藥品使用頻率值集</a>#Q4WD1、#Q4WD2、#Q4WD3、#Q4WD4、#Q4WD5、#AC1H)</span></p><p><b>事前審查藥品每次處方劑量</b>:200 mg/m2</p><p><b>事前審查藥品處方頻次(cycles)</b>:1</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:status [ fhir:v "on-hold"] ; #
fhir:intent [ fhir:v "plan"] ; #
fhir:medication [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-nhi-tw"^^xsd:anyURI ] ;
fhir:code [ fhir:v "BC23323100" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/pat-min" ]
] ; #
fhir:dosageInstruction ( [
fhir:timing [
fhir:repeat [
fhir:bounds [
a fhir:Period ;
fhir:start [ fhir:v "2024-03-11"^^xsd:date ] ;
fhir:end [ fhir:v "2024-07-28"^^xsd:date ] ] ;
fhir:count [ fhir:v "1"^^xsd:positiveInteger ] ] ;
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://twcore.mohw.gov.tw/ig/pas/CodeSystem/medication-frequency-nhi-tw"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Q4WD1" ] ] [
fhir:system [ fhir:v "https://twcore.mohw.gov.tw/ig/pas/CodeSystem/medication-frequency-nhi-tw"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Q4WD2" ] ] [
fhir:system [ fhir:v "https://twcore.mohw.gov.tw/ig/pas/CodeSystem/medication-frequency-nhi-tw"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Q4WD3" ] ] [
fhir:system [ fhir:v "https://twcore.mohw.gov.tw/ig/pas/CodeSystem/medication-frequency-nhi-tw"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Q4WD4" ] ] [
fhir:system [ fhir:v "https://twcore.mohw.gov.tw/ig/pas/CodeSystem/medication-frequency-nhi-tw"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Q4WD5" ] ] [
fhir:system [ fhir:v "https://twcore.mohw.gov.tw/ig/pas/CodeSystem/medication-frequency-nhi-tw"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AC1H" ] ] ) ] ] ;
fhir:route [
( fhir:coding [
a sct:26643006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "26643006" ] ] ) ] ;
( fhir:doseAndRate [
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "200"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mg/m2" ] ] ] )
] ) ; #
fhir:dispenseRequest [
fhir:quantity [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm"^^xsd:anyURI ] ]
] . #
IG © 2024+ 衛生福利部中央健康保險署. Package tw.gov.mohw.nhi.pas#1.0.1 based on FHIR 4.0.1. Generated 2024-12-12
Links: Table of Contents |
QA Report