FHIR IG analytics| Package | tw.gov.mohw.nhi.empd |
| Resource Type | ValueSet |
| Id | ValueSet-medication-request-status-empd.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/TWNHIFHIR/empd/ValueSet-medication-request-status-empd.html |
| URL | https://nhicore.nhi.gov.tw/empd/ValueSet/medication-request-status-empd |
| Version | 0.2.1 |
| Status | active |
| Date | 2026-08-28T11:25:41+00:00 |
| Name | MedicationRequestStatusEMPD |
| Title | EMPD MedicationRequest Status |
| Realm | tw |
| Authority | national |
| Description | 電子處方箋允許使用之 MedicationRequest 狀態。 |
| StructureDefinition | ||
| tw.gov.mohw.nhi.empd#current | MedicationRequest-EMPD | 電子處方箋-處方內容(MedicationRequest) |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet medication-request-status-empd
http://hl7.org/fhir/CodeSystem/medicationrequest-status version 📦4.0.1| Code | Display | Definition |
| active | Active | The prescription is 'actionable', but not all actions that are implied by it have occurred yet. |
| cancelled | Cancelled | The prescription has been withdrawn before any administrations have occurred |
{
"resourceType": "ValueSet",
"id": "medication-request-status-empd",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://nhicore.nhi.gov.tw/empd/ValueSet/medication-request-status-empd",
"version": "0.2.1",
"name": "MedicationRequestStatusEMPD",
"title": "EMPD MedicationRequest Status",
"status": "active",
"experimental": false,
"date": "2026-08-28T11:25:41+00:00",
"publisher": "NHI",
"contact": [
{
"name": "NHI",
"telecom": [
{
"system": "url",
"value": "https://www.nhi.gov.tw/en/mp-2.html"
}
]
}
],
"description": "電子處方箋允許使用之 MedicationRequest 狀態。",
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/CodeSystem/medicationrequest-status",
"concept": [
{
"code": "active",
"display": "Active"
},
{
"code": "cancelled",
"display": "Cancelled"
}
]
}
]
}
}