臺灣癌症用藥事前審查實作指引
0.1.0 - ci-build

This page is part of the 臺灣癌症用藥事前審查實作指引(TWPAS 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

: 事前審查品項-給付適應症特定代碼 - TTL Representation

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 -------------------------------------------------------------------

 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>:初次使用<span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-nhi-continuation-status.html\">NHI-續用註記值集</a>#1)</span></p><p><b>事前審查品項代碼</b>:Herceptin Vial 440mg <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">(<a href=\"https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-nhi-tw\">臺灣健保署健保用藥品項代碼值集</a>#KC009612B5)</span></p><p><b>病人</b>:<a href=\"Patient-pat-min.html\">Patient/pat-min</a> &quot;王大明&quot;</p><p><b>事前審查藥物預定處方起始日期</b>:2024-05-07</p><p><b>事前審查藥物預定處方終止日期</b>:2024-05-21</p><p><b>事前審查藥品每日處方頻次</b>:每週二次、每週一和週四使用<span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-medication-frequency-nhi-tw.html\">HL7 TimingAbbreviation + 臺灣健保署藥品使用頻率值集</a>#BIW、#QW(1,4))</span></p><p><b>事前審查藥品每次處方劑量</b>:2 TAB</p><p><b>事前審查申請數量</b>:30</p><p><b>事前審查申請數量單位</b>:TAB</p></div>"
  ] ; # 
  fhir:status [ fhir:v "on-hold"] ; # 
  fhir:intent [ fhir:v "plan"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "https://twcore.mohw.gov.tw/ig/pas/CodeSystem/nhi-continuation-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "初次使用" ]     ] )
  ] ) ; # 
  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 "KC009612B5" ]     ] )
  ] ; # 
  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-05-07"^^xsd:date ] ;
fhir:end [ fhir:v "2024-05-21"^^xsd:date ]         ]       ] ;
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 "BIW" ]         ] [
fhir:system [ fhir:v "https://twcore.mohw.gov.tw/ig/pas/CodeSystem/medication-frequency-nhi-tw"^^xsd:anyURI ] ;
fhir:code [ fhir:v "QW(1,4)" ]         ] )       ]     ] ;
    ( fhir:doseAndRate [
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "2"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "TAB" ]       ]     ] )
  ] ) ; # 
  fhir:dispenseRequest [
fhir:quantity [
fhir:value [ fhir:v "30"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "TAB" ]     ]
  ] . #