臺灣核心實作指引(TW Core IG)
1.0.0 - STU 1.0.0 Taiwan flag

臺灣核心實作指引(TW Core IG), published by 衛生福利部. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/TU9IVy1UV0NvcmVJRw/VFcgQ29yZSBJRyBJVFJJ/ and changes regularly. See the Directory of published versions

: 藥品請求資料(medicationCodeableConcept) - 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 -------------------------------------------------------------------

<http://hl7.org/fhir/MedicationRequest/med-req-cod-example> a fhir:MedicationRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "med-req-cod-example"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/MedicationRequest-twcore" ;
       fhir:index 0 ;
       fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/MedicationRequest-twcore>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>藥品請求的詳細資料</b></h3><p><b>藥品請求的識別碼</b>:7077 (http://www.moi.gov.tw)</p><p><b>藥品請求的狀態</b>:Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://terminology.hl7.org/CodeSystem/medicationrequest-status-reason\">MedicationRequest Status Reason Codes</a>#clarif)</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>:Discharge <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://terminology.hl7.org/CodeSystem/medicationrequest-category\">MedicationRequest Category Codes</a>#discharge)</span></p><p><b>藥品</b>:阿立批挫 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-medication-fda-tw.html\">臺灣藥品及醫療器材代碼值集</a>#衛署藥輸字第025485號)</span></p><p><b>病人</b>:<a href=\"Patient-pat-example.html\">Patient/pat-example</a> \"陳加玲\"</p><p><b>就醫事件</b>:<a href=\"Encounter-enc-example.html\">Encounter/enc-example</a></p><p><b>最初請求時間</b>:2022-08-01 06:00:14-0500</p><p><b>提出藥品請求請求者</b>:<a href=\"Practitioner-pra-dr-example.html\">Practitioner/pra-dr-example</a> \"王依昇\"</p><p><b>開立處方的原因</b>:<a href=\"Observation-obs-lab-example.html\">Observation/obs-lab-example</a></p><p><b>處方可用以配藥的有效期限</b>:2022-08-01 06:00:14-0500 --&gt; 2022-08-08 06:00:14-0500</p></div>"
  ] ;
  fhir:MedicationRequest.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "http://www.moi.gov.tw" ] ;
     fhir:Identifier.value [ fhir:value "7077" ]
  ] ;
  fhir:MedicationRequest.status [ fhir:value "active"] ;
  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 "clarif" ]
     ]
  ] ;
  fhir:MedicationRequest.intent [ fhir:value "order"] ;
  fhir:MedicationRequest.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/medicationrequest-category" ] ;
       fhir:Coding.code [ fhir:value "discharge" ]
     ]
  ] ;
  fhir:MedicationRequest.medicationCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-fda-tw" ] ;
       fhir:Coding.code [ fhir:value "衛署藥輸字第025485號" ] ;
       fhir:Coding.display [ fhir:value "阿立批挫" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "阿立批挫" ]
  ] ;
  fhir:MedicationRequest.subject [
     fhir:link <http://hl7.org/fhir/Patient/pat-example> ;
     fhir:Reference.reference [ fhir:value "Patient/pat-example" ]
  ] ;
  fhir:MedicationRequest.encounter [
     fhir:link <http://hl7.org/fhir/Encounter/enc-example> ;
     fhir:Reference.reference [ fhir:value "Encounter/enc-example" ]
  ] ;
  fhir:MedicationRequest.authoredOn [ fhir:value "2022-08-01T18:00:14+08:00"^^xsd:dateTime] ;
  fhir:MedicationRequest.requester [
     fhir:link <http://hl7.org/fhir/Practitioner/pra-dr-example> ;
     fhir:Reference.reference [ fhir:value "Practitioner/pra-dr-example" ]
  ] ;
  fhir:MedicationRequest.reasonReference [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Observation/obs-lab-example> ;
     fhir:Reference.reference [ fhir:value "Observation/obs-lab-example" ]
  ] ;
  fhir:MedicationRequest.dosageInstruction [
     fhir:index 0 ;
     fhir:Dosage.text [ fhir:value "三餐飯後,口服" ] ;
     fhir:Dosage.timing [
       fhir:Timing.code [
         fhir:CodeableConcept.coding [
           fhir:index 0 ;
           fhir:Coding.system [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-frequency-nhi-tw" ] ;
           fhir:Coding.code [ fhir:value "PC" ]
         ] ;
         fhir:CodeableConcept.text [ fhir:value "三餐飯後" ]
       ]
     ] ;
     fhir:Dosage.route [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-path-tw" ] ;
         fhir:Coding.code [ fhir:value "PO" ]
       ]
     ] ;
     fhir:Dosage.doseAndRate [
       fhir:index 0 ;
       fhir:Dosage.doseAndRate.type [
         fhir:CodeableConcept.coding [
           fhir:index 0 ;
           fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/dose-rate-type" ] ;
           fhir:Coding.code [ fhir:value "ordered" ]
         ]
       ]
     ]
  ] ;
  fhir:MedicationRequest.dispenseRequest [
     fhir:MedicationRequest.dispenseRequest.validityPeriod [
       fhir:Period.start [ fhir:value "2022-08-01T18:00:14+08:00"^^xsd:dateTime ] ;
       fhir:Period.end [ fhir:value "2022-08-08T18:00:14+08:00"^^xsd:dateTime ]
     ]
  ] .

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

<http://hl7.org/fhir/Encounter/enc-example> a fhir:Encounter .

<http://hl7.org/fhir/Practitioner/pra-dr-example> a fhir:Practitioner .

<http://hl7.org/fhir/Observation/obs-lab-example> a fhir:Observation .

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

<http://hl7.org/fhir/MedicationRequest/med-req-cod-example.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/MedicationRequest/med-req-cod-example.ttl> .