臺灣癌症用藥事前審查實作指引
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-treat"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/ig/pas/StructureDefinition/MedicationRequest-treat-twpas"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/pas/StructureDefinition/MedicationRequest-treat-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;\r\n        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=\"http://terminology.hl7.org/5.5.0/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=\"https://twcore.mohw.gov.tw/ig/twcore/0.2.2/CodeSystem-medication-nhi-tw.html\">臺灣健保用藥品項</a>#A000755151)</span></p><p><b>病人</b>:<a href=\"Patient-pat-min.html\">Patient/pat-min</a> &quot;&quot;</p><p><b>藥品使用頻率及服用時間</b>:1W3D</p><p><b>藥物每次處方劑量(單位)</b>:4 (Tablet <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">(<a href=\"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\">Orderable Drug Form</a>#TAB)</span>)</p><p><b>藥物處方起始日期</b>:2024-05-01</p><p><b>藥物處方終止日期</b>:2024-05-07</p></div>"
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:statusReason [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/medicationrequest-status-reason"^^xsd:anyURI ] ;
fhir:code [ fhir:v "altchoice" ]     ] )
  ] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "https://twcore.mohw.gov.tw/ig/pas/CodeSystem/nhi-drug-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "nhi" ]     ] )
  ] ) ; # 
  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 "A000755151" ]     ] )
  ] ; # 
  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-01"^^xsd:date ] ;
fhir:end [ fhir:v "2024-05-07"^^xsd:date ]         ]       ] ;
fhir:code [
fhir:text [ fhir:v "1W3D" ]       ]     ] ;
    ( fhir:doseAndRate [
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "4"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "TAB" ]       ]     ] )
  ] ) . #