臺灣健保事前審查實作指引
1.2.5 - ci-build

臺灣健保事前審查實作指引, 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

: 事前審查品項-給付適應症特定代碼 - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/MedicationRequest/medReq-apply-2> a fhir:MedicationRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "medReq-apply-2"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://nhicore.nhi.gov.tw/pas/StructureDefinition/MedicationRequest-apply-twpas" ;
       fhir:index 0 ;
       fhir:link <https://nhicore.nhi.gov.tw/pas/StructureDefinition/MedicationRequest-apply-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; 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>:Herzuma Inj. 440mg <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">(<a href=\"CodeSystem-nhi-medication.html\">NHI-健保事前審查-用藥品項值集</a>#KC011162B5)</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>事前審查藥品療程/週期數</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:MedicationRequest.status [ fhir:value "on-hold"] ;
  fhir:MedicationRequest.intent [ fhir:value "plan"] ;
  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 "KC011162B5" ]
     ]
  ] ;
  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-03-11"^^xsd:date ] ;
           fhir:Period.end [ fhir:value "2024-07-28"^^xsd:date ]
         ] ;
         fhir:Timing.repeat.count [ fhir:value "1"^^xsd:positiveInteger ]
       ] ;
       fhir:Timing.code [
         fhir:CodeableConcept.coding [
           fhir:index 0 ;
           fhir:Coding.system [ fhir:value "https://nhicore.nhi.gov.tw/pas/CodeSystem/medication-frequency-nhi-tw" ] ;
           fhir:Coding.code [ fhir:value "Q4WD1" ]
         ], [
           fhir:index 1 ;
           fhir:Coding.system [ fhir:value "https://nhicore.nhi.gov.tw/pas/CodeSystem/medication-frequency-nhi-tw" ] ;
           fhir:Coding.code [ fhir:value "Q4WD2" ]
         ], [
           fhir:index 2 ;
           fhir:Coding.system [ fhir:value "https://nhicore.nhi.gov.tw/pas/CodeSystem/medication-frequency-nhi-tw" ] ;
           fhir:Coding.code [ fhir:value "Q4WD3" ]
         ], [
           fhir:index 3 ;
           fhir:Coding.system [ fhir:value "https://nhicore.nhi.gov.tw/pas/CodeSystem/medication-frequency-nhi-tw" ] ;
           fhir:Coding.code [ fhir:value "Q4WD4" ]
         ], [
           fhir:index 4 ;
           fhir:Coding.system [ fhir:value "https://nhicore.nhi.gov.tw/pas/CodeSystem/medication-frequency-nhi-tw" ] ;
           fhir:Coding.code [ fhir:value "Q4WD5" ]
         ], [
           fhir:index 5 ;
           fhir:Coding.system [ fhir:value "https://nhicore.nhi.gov.tw/pas/CodeSystem/medication-frequency-nhi-tw" ] ;
           fhir:Coding.code [ fhir:value "AC1H" ]
         ]
       ]
     ] ;
     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 "200"^^xsd:decimal ] ;
         fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
         fhir:Quantity.code [ fhir:value "mg/m2" ]
       ]
     ]
  ] ;
  fhir:MedicationRequest.dispenseRequest [
     fhir:MedicationRequest.dispenseRequest.quantity [
       fhir:Quantity.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm" ]
     ]
  ] .

<http://hl7.org/fhir/Patient/pat-min> a fhir:Patient .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/MedicationRequest/medReq-apply-2.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/MedicationRequest/medReq-apply-2.ttl> .