臺灣電子處方箋與調劑單張實作指引(TW EMPD IG)
0.2.1 - ci-build
臺灣電子處方箋與調劑單張實作指引(TW EMPD IG), published by NHI. This guide is not an authorized publication; it is the continuous build for version 0.2.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/TWNHIFHIR/empd/ 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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/MedicationDispense/med-dis-01-ds> a fhir:MedicationDispense ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "med-dis-01-ds"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://nhicore.nhi.gov.tw/empd/StructureDefinition/MedicationDispense-DS" ;
fhir:index 0 ;
fhir:link <https://nhicore.nhi.gov.tw/empd/StructureDefinition/MedicationDispense-DS>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationDispense med-dis-01-ds</b></p><a name=\"med-dis-01-ds\"> </a><a name=\"hcmed-dis-01-ds\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MedicationDispense-DS.html\">調劑單張-調劑內容(MedicationDispense)</a></p></div><p><b>identifier</b>: 3, 7</p><p><b>status</b>: Preparation</p><p><b>medication</b>: <a href=\"Medication-med-01-ds.html\">Medication YEN KUANG EYE DROPS</a></p><p><b>subject</b>: <a href=\"Patient-pat-ds.html\">甄○康(official) Female, DoB: 1985-01-02 ( Medical record number: Z199999829 (use: official, ))</a></p><p><b>quantity</b>: 6 顆</p><p><b>daysSupply</b>: 10 Day<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM coded = 'd')</span></p><p><b>note</b>: , </p><blockquote><div><p>A</p>\n</div></blockquote><blockquote><div><p>否</p>\n</div></blockquote><blockquote><p><b>dosageInstruction</b></p><p><b>timing</b>: Code , 4</p><p><b>route</b>: <span title=\"Codes:{https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-path-tw PO}\">口服</span></p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>1 顆</td></tr></table></blockquote><h3>Substitutions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>WasSubstituted</b></td><td><b>Reason</b></td></tr><tr><td style=\"display: none\">*</td><td>true</td><td><span title=\"Codes:\">不可替代時始需註明</span></td></tr></table></div>"
] ;
fhir:MedicationDispense.identifier [
fhir:index 0 ;
fhir:Identifier.value [ fhir:value "3" ]
], [
fhir:index 1 ;
fhir:Identifier.value [ fhir:value "7" ]
] ;
fhir:MedicationDispense.status [ fhir:value "preparation"] ;
fhir:MedicationDispense.medicationReference [
fhir:link <http://hl7.org/fhir/Medication/med-01-ds> ;
fhir:Reference.reference [ fhir:value "Medication/med-01-ds" ]
] ;
fhir:MedicationDispense.subject [
fhir:link <http://hl7.org/fhir/Patient/pat-ds> ;
fhir:Reference.reference [ fhir:value "Patient/pat-ds" ]
] ;
fhir:MedicationDispense.quantity [
fhir:Quantity.value [ fhir:value "6"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "顆" ]
] ;
fhir:MedicationDispense.daysSupply [
fhir:Quantity.value [ fhir:value "10"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "Day" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "d" ]
] ;
fhir:MedicationDispense.note [
fhir:index 0 ;
fhir:Annotation.text [ fhir:value "A" ]
], [
fhir:index 1 ;
fhir:Annotation.text [ fhir:value "否" ]
] ;
fhir:MedicationDispense.dosageInstruction [
fhir:index 0 ;
fhir:Dosage.timing [
fhir:Timing.repeat [
fhir:Timing.repeat.frequency [ fhir:value "4"^^xsd:positiveInteger ]
] ;
fhir:Timing.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-GTSAbbreviation" ] ;
fhir:Coding.code [ fhir:value "PM" ] ;
fhir:Coding.display [ fhir:value "PM" ]
]
]
] ;
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.doseQuantity [
fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "顆" ]
]
]
] ;
fhir:MedicationDispense.substitution [
fhir:MedicationDispense.substitution.wasSubstituted [ fhir:value "true"^^xsd:boolean ] ;
fhir:MedicationDispense.substitution.reason [
fhir:index 0 ;
fhir:CodeableConcept.text [ fhir:value "不可替代時始需註明" ]
]
] .
<http://hl7.org/fhir/Medication/med-01-ds> a fhir:Medication .
<http://hl7.org/fhir/Patient/pat-ds> a fhir:Patient .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/MedicationDispense/med-dis-01-ds.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/MedicationDispense/med-dis-01-ds.ttl> .
IG © 2025+ NHI. Package tw.gov.mohw.nhi.empd#0.2.1 based on FHIR 4.0.1. Generated 2026-08-13
Links: Table of Contents |
QA Report