臺灣核心實作指引(TW Core IG), published by 衛生福利部. This guide is not an authorized publication; it is the continuous build for version 0.3.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cctwFHIRterm/MOHW_TWCoreIG_Build/ 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 -------------------------------------------------------------------
a fhir:MedicationStatement ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "med-sta-inflamed-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/MedicationStatement-twcore"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/MedicationStatement-twcore> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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>#內衛藥製字第006008號)</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 chronic conjunctivitis) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">SNOMED CT</a>#8211008)</span></p><blockquote><p><b>藥品使用方式:</b></p><p><b>使用時間</b>:每日使用2次<br/><b>方式</b>:外用(Topical route) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">SNOMED CT</a>#6064005)</span><br/><b>備註</b>:每天早晚塗抹發炎處。</p></blockquote></div>"
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:category [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/medication-statement-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "outpatient" ] ;
fhir:display [ fhir:v "outpatient" ] ] ) ;
fhir:text [ fhir:v "門診" ]
] ; #
fhir:medication [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-fda-tw"^^xsd:anyURI ] ;
fhir:code [ fhir:v "內衛藥製字第006008號" ] ;
fhir:display [ fhir:v "鹽酸四環素眼藥膏" ] ] ) ;
fhir:text [ fhir:v "鹽酸四環素眼藥膏" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/pat-example" ]
] ; #
fhir:effective [ fhir:v "2023-11-05T08:00:00+08:00"^^xsd:dateTime] ; #
fhir:dateAsserted [ fhir:v "2023-11-05T10:00:00+08:00"^^xsd:dateTime] ; #
fhir:reasonCode ( [
( fhir:coding [
a sct:8211008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8211008" ] ;
fhir:display [ fhir:v "Simple chronic conjunctivitis" ] ] ) ;
fhir:text [ fhir:v "慢性結膜炎" ]
] ) ; #
fhir:note ( [
fhir:text [ fhir:v "每天早晚塗抹發炎處" ]
] ) ; #
fhir:dosage ( [
fhir:text [ fhir:v "每天早晚塗抹發炎處" ] ;
fhir:timing [
fhir:repeat [
fhir:frequency [ fhir:v "2"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "1"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "d" ] ] ] ;
fhir:route [
( fhir:coding [
a sct:6064005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "6064005" ] ;
fhir:display [ fhir:v "Topical route" ] ] ) ;
fhir:text [ fhir:v "外用" ] ]
] ) . #