臺灣電子處方箋與調劑單張實作指引(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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/MedicationRequest/med-req-01-ds> a fhir:MedicationRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "med-req-01-ds"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://nhicore.nhi.gov.tw/empd/StructureDefinition/MedicationRequest-DS" ;
fhir:index 0 ;
fhir:link <https://nhicore.nhi.gov.tw/empd/StructureDefinition/MedicationRequest-DS>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest med-req-01-ds</b></p><a name=\"med-req-01-ds\"> </a><a name=\"hcmed-req-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-MedicationRequest-DS.html\">調劑單張-處方內容(MedicationRequest)</a></p></div><p><b>Extension-給藥總日份</b>: 7 days</p><p><b>identifier</b>: <code>http://www.moi.gov.tw/</code>/Med000001, 7</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{https://nhicore.nhi.gov.tw/empd/CodeSystem/TypeOfPrescription-cs B}\">慢性病處方箋</span>, <span title=\"Codes:{https://nhicore.nhi.gov.tw/empd/CodeSystem/DispenseType-cs 0}\">自行調劑、檢驗(查)或物理治療</span>, <span title=\"Codes:{https://nhicore.nhi.gov.tw/empd/CodeSystem/SelfpayStatus-cs 00}\">自費</span></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>encounter</b>: <a href=\"Encounter-enc-ds.html\">Encounter: status = finished; class = 西醫一般案件 (案件分類#01); serviceType = Family practice; period = 2023-02-23 --> (ongoing)</a></p><p><b>authoredOn</b>: 2024-01-12 00:00:00+0800</p><p><b>insurance</b>: <a href=\"Coverage-cov-ds.html\">Coverage: status = active; type = 普通疾病</a></p><p><b>note</b>: , </p><blockquote><div><p>A</p>\n</div></blockquote><blockquote><div><p>否</p>\n</div></blockquote><h3>DosageInstructions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Method</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 419385000}\">Use</span></td></tr></table><h3>DispenseRequests</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ValidityPeriod</b></td><td><b>NumberOfRepeatsAllowed</b></td></tr><tr><td style=\"display: none\">*</td><td>2024-01-12 00:00:00+0800 --> 2024-01-19 00:00:00+0800</td><td>1</td></tr></table></div>"
] ;
fhir:DomainResource.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "https://nhicore.nhi.gov.tw/empd/StructureDefinition/Extension-TotalDuration" ] ;
fhir:Extension.valueQuantity [
fhir:Quantity.value [ fhir:value "7"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "days" ]
]
] ;
fhir:MedicationRequest.identifier [
fhir:index 0 ;
fhir:Identifier.system [ fhir:value "http://www.moi.gov.tw/" ] ;
fhir:Identifier.value [ fhir:value "Med000001" ]
], [
fhir:index 1 ;
fhir:Identifier.value [ fhir:value "7" ]
] ;
fhir:MedicationRequest.status [ fhir:value "active"] ;
fhir:MedicationRequest.intent [ fhir:value "order"] ;
fhir:MedicationRequest.category [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://nhicore.nhi.gov.tw/empd/CodeSystem/TypeOfPrescription-cs" ] ;
fhir:Coding.code [ fhir:value "B" ] ;
fhir:Coding.display [ fhir:value "慢性病處方箋" ]
]
], [
fhir:index 1 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://nhicore.nhi.gov.tw/empd/CodeSystem/DispenseType-cs" ] ;
fhir:Coding.code [ fhir:value "0" ] ;
fhir:Coding.display [ fhir:value "自行調劑、檢驗(查)或物理治療" ]
]
], [
fhir:index 2 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://nhicore.nhi.gov.tw/empd/CodeSystem/SelfpayStatus-cs" ] ;
fhir:Coding.code [ fhir:value "00" ] ;
fhir:Coding.display [ fhir:value "自費" ]
]
] ;
fhir:MedicationRequest.medicationReference [
fhir:link <http://hl7.org/fhir/Medication/med-01-ds> ;
fhir:Reference.reference [ fhir:value "Medication/med-01-ds" ]
] ;
fhir:MedicationRequest.subject [
fhir:link <http://hl7.org/fhir/Patient/pat-ds> ;
fhir:Reference.reference [ fhir:value "Patient/pat-ds" ]
] ;
fhir:MedicationRequest.encounter [
fhir:link <http://hl7.org/fhir/Encounter/enc-ds> ;
fhir:Reference.reference [ fhir:value "Encounter/enc-ds" ]
] ;
fhir:MedicationRequest.authoredOn [ fhir:value "2024-01-12T00:00:00+08:00"^^xsd:dateTime] ;
fhir:MedicationRequest.insurance [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Coverage/cov-ds> ;
fhir:Reference.reference [ fhir:value "Coverage/cov-ds" ]
] ;
fhir:MedicationRequest.note [
fhir:index 0 ;
fhir:Annotation.text [ fhir:value "A" ]
], [
fhir:index 1 ;
fhir:Annotation.text [ fhir:value "否" ]
] ;
fhir:MedicationRequest.dosageInstruction [
fhir:index 0 ;
fhir:Dosage.method [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:419385000 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "419385000" ] ;
fhir:Coding.display [ fhir:value "Use" ]
]
]
] ;
fhir:MedicationRequest.dispenseRequest [
fhir:MedicationRequest.dispenseRequest.validityPeriod [
fhir:Period.start [ fhir:value "2024-01-12T00:00:00+08:00"^^xsd:dateTime ] ;
fhir:Period.end [ fhir:value "2024-01-19T00:00:00+08:00"^^xsd:dateTime ]
] ;
fhir:MedicationRequest.dispenseRequest.numberOfRepeatsAllowed [ fhir:value "1"^^xsd:nonNegativeInteger ]
] .
<http://hl7.org/fhir/Medication/med-01-ds> a fhir:Medication .
<http://hl7.org/fhir/Patient/pat-ds> a fhir:Patient .
<http://hl7.org/fhir/Encounter/enc-ds> a fhir:Encounter .
<http://hl7.org/fhir/Coverage/cov-ds> a fhir:Coverage .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/MedicationRequest/med-req-01-ds.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/MedicationRequest/med-req-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