臺灣核心實作指引(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
@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/MedicationStatement/med-sta-drop-example> a fhir:MedicationStatement ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "med-sta-drop-example"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/MedicationStatement-twcore" ;
fhir:index 0 ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/MedicationStatement-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>:Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/R4/codesystem-medication-statement-status.html\">Medication Status Codes</a>#active)</span></p><p><b>用藥聲明的分類</b>: Outpatient <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/R4/codesystem-medication-statement-category.html\">MedicationDispense Category Codes</a>#outpatient)</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>:2023-11-05T08:00:00</p><p><b>提出聲明日期與時間</b>:2023-11-05T10:00:00</p><p><b>聲明原因</b>:近視(Simple myopia) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">SNOMED CT</a>#232133000)</span></p><blockquote><p><b>藥品使用方式:</b></p><p><b>使用時間</b>:每日使用2次<br/><b>方式</b>:眼用(Ophthalmic use) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">SNOMED CT</a>#54485002)</span><br/><b>備註</b>:每日2次,每次1滴或1-2滴。</p></blockquote></div>"
] ;
fhir:MedicationStatement.status [ fhir:value "active"] ;
fhir:MedicationStatement.category [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/medication-statement-category" ] ;
fhir:Coding.code [ fhir:value "outpatient" ] ;
fhir:Coding.display [ fhir:value "outpatient" ]
] ;
fhir:CodeableConcept.text [ fhir:value "門診" ]
] ;
fhir:MedicationStatement.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:CodeableConcept.text [ fhir:value "每瞳令-普益點眼液" ]
] ;
fhir:MedicationStatement.subject [
fhir:link <http://hl7.org/fhir/Patient/pat-example> ;
fhir:Reference.reference [ fhir:value "Patient/pat-example" ]
] ;
fhir:MedicationStatement.effectiveDateTime [ fhir:value "2023-11-05T08:00:00+08:00"^^xsd:dateTime] ;
fhir:MedicationStatement.dateAsserted [ fhir:value "2023-11-05T10:00:00+08:00"^^xsd:dateTime] ;
fhir:MedicationStatement.reasonCode [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:232133000 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "232133000" ] ;
fhir:Coding.display [ fhir:value "Simple myopia" ]
] ;
fhir:CodeableConcept.text [ fhir:value "近視" ]
] ;
fhir:MedicationStatement.note [
fhir:index 0 ;
fhir:Annotation.text [ fhir:value "每日2次,每次1滴或1-2滴" ]
] ;
fhir:MedicationStatement.dosage [
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:Dosage.route [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:54485002 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "54485002" ] ;
fhir:Coding.display [ fhir:value "Ophthalmic use" ]
] ;
fhir:CodeableConcept.text [ fhir:value "眼用" ]
]
] .
<http://hl7.org/fhir/Patient/pat-example> a fhir:Patient .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/MedicationStatement/med-sta-drop-example.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/MedicationStatement/med-sta-drop-example.ttl> .
IG © 2022+ 衛生福利部. Package tw.gov.mohw.twcore#1.0.0 based on FHIR 4.0.1. Generated 2026-08-18
Links: Table of Contents |
QA Report
| Version History |
聯絡我們
