臺灣核心實作指引(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

: 每瞳令-普益點眼液藥品配藥資料 - 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/MedicationDispense/med-dis-drop-example> a fhir:MedicationDispense ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "med-dis-drop-example"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/MedicationDispense-twcore" ;
       fhir:index 0 ;
       fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/MedicationDispense-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>:Completed <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/R4/valueset-medicationdispense-status.html\">MedicationDispense Status Codes</a>#completed)</span></p><p><b>配藥的分類</b>: Inpatient <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/R4/codesystem-medicationdispense-category.html\">MedicationDispense Category Codes</a>#inpatient)</span></p><p><b>配藥的類型</b>:Daily Fill <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/implement/standards/fhir/R4/v3/ActPharmacySupplyType/vs.html\">V3 Value SetActPharmacySupplyType</a>#DF)</span></p><p><b>藥品</b>:每瞳令-普益點眼液 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-medication-fda-tw.html\">臺灣藥品許可證</a>#衛署藥輸字第005728號)</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>:<a href=\"Practitioner-pra-phc-example.html\">Practitioner/pra-phc-example</a> \"陳耀詩\"</p><blockquote><p><b>配藥資料</b>:</p><p><b>藥品總劑量</b>:1 Ophthalmic Drops <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm\">OrderableDrugForm</a>#OPDROP)</span><br/><b>藥品天數</b>:30 days<br/><b>藥品使用方法</b>:每日2次,每次1滴或1-2滴<br/><b>藥品包裝和審核時間</b>:2022-08-01T11:45:00<br/><b>藥品發放的時間</b>:2022-08-01T12:00:00</p></blockquote><blockquote><p><b>藥品替代資料</b>:</p><p><b>配藥時是否進行了藥品替代</b>: 否<br/><b>配藥是否與處方要求不同</b>:none <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://terminology.hl7.org/CodeSystem/v3-substanceAdminSubstitution\">SubstanceAdminSubstitution</a>#N)</span><br/><b>替代原因</b>:formulary policy <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://terminology.hl7.org/CodeSystem/v3-ActReason\">ActReason</a>#FP)</span></p></blockquote></div>"
  ] ;
  fhir:MedicationDispense.status [ fhir:value "completed"] ;
  fhir:MedicationDispense.category [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category" ] ;
       fhir:Coding.code [ fhir:value "inpatient" ]
     ]
  ] ;
  fhir:MedicationDispense.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 "衛署藥輸字第005728號" ] ;
       fhir:Coding.display [ fhir:value "每瞳令-普益點眼液" ]
     ]
  ] ;
  fhir:MedicationDispense.subject [
     fhir:link <http://hl7.org/fhir/Patient/pat-example> ;
     fhir:Reference.reference [ fhir:value "Patient/pat-example" ]
  ] ;
  fhir:MedicationDispense.context [
     fhir:link <http://hl7.org/fhir/Encounter/enc-example> ;
     fhir:Reference.reference [ fhir:value "Encounter/enc-example" ]
  ] ;
  fhir:MedicationDispense.performer [
     fhir:index 0 ;
     fhir:MedicationDispense.performer.actor [
       fhir:link <http://hl7.org/fhir/Practitioner/pra-phc-example> ;
       fhir:Reference.reference [ fhir:value "Practitioner/pra-phc-example" ]
     ]
  ] ;
  fhir:MedicationDispense.type [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ] ;
       fhir:Coding.code [ fhir:value "DF" ] ;
       fhir:Coding.display [ fhir:value "Daily Fill" ]
     ]
  ] ;
  fhir:MedicationDispense.quantity [
     fhir:Quantity.value [ fhir:value "30"^^xsd:decimal ] ;
     fhir:Quantity.unit [ fhir:value "Ophthalmic Drops" ] ;
     fhir:Quantity.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm" ] ;
     fhir:Quantity.code [ fhir:value "OPDROP" ]
  ] ;
  fhir:MedicationDispense.daysSupply [
     fhir:Quantity.value [ fhir:value "30"^^xsd:decimal ] ;
     fhir:Quantity.unit [ fhir:value "days" ]
  ] ;
  fhir:MedicationDispense.whenPrepared [ fhir:value "2022-08-01T11:45:00+08:00"^^xsd:dateTime] ;
  fhir:MedicationDispense.whenHandedOver [ fhir:value "2022-08-01T12:00:00+08:00"^^xsd:dateTime] ;
  fhir:MedicationDispense.dosageInstruction [
     fhir:index 0 ;
     fhir:Dosage.text [ fhir:value "每日2次,每次1滴或1-2滴" ] ;
     fhir:Dosage.timing [
       fhir:Timing.repeat [
         fhir:Timing.repeat.frequency [ fhir:value "2"^^xsd:positiveInteger ] ;
         fhir:Timing.repeat.period [ fhir:value "1"^^xsd:decimal ] ;
         fhir:Timing.repeat.periodUnit [ fhir:value "d" ]
       ]
     ]
  ] ;
  fhir:MedicationDispense.substitution [
     fhir:MedicationDispense.substitution.wasSubstituted [ fhir:value "false"^^xsd:boolean ] ;
     fhir:MedicationDispense.substitution.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-substanceAdminSubstitution" ] ;
         fhir:Coding.code [ fhir:value "N" ] ;
         fhir:Coding.display [ fhir:value "none" ]
       ]
     ] ;
     fhir:MedicationDispense.substitution.reason [
       fhir:index 0 ;
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActReason" ] ;
         fhir:Coding.code [ fhir:value "FP" ] ;
         fhir:Coding.display [ fhir:value "formulary policy" ]
       ]
     ]
  ] .

<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-phc-example> a fhir:Practitioner .

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

<http://hl7.org/fhir/MedicationDispense/med-dis-drop-example.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/MedicationDispense/med-dis-drop-example.ttl> .