臺灣愛滋病實作指引, published by 衛福部疾病管制署. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/omnifhir/aids/ and changes regularly. See the Directory of published versions
{
"resourceType" : "MedicationRequest",
"id" : "medReq-min",
"meta" : {
"profile" : [
🔗 "https://cdc.gov.tw/aids/StructureDefinition/MedicationRequest-aids-drug"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: 药物请求 medReq-min</b></p><a name=\"medReq-min\"> </a><a name=\"hcmedReq-min\"> </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-aids-drug.html\">用藥-MedicationRequest AIDS Drug</a></p></div><p><b>identifier</b>: 0123456789005982020160624AC13083100</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title=\"Codes:{https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-nhi-tw AC13083100}\">"ISONIAZID TABLETS ""WINSTON"""</span></p><p><b>subject</b>: <a href=\"Patient-pat-min.html\">Anonymous Patient Male, DoB: 1986-01-01 ( Medical record number\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>encounter</b>: <a href=\"Encounter-enc-drug.html\">Encounter: status = finished; class = ambulatory (ActCode#AMB); serviceType = 胸腔內科; period = 2026-05-01 --> 2026-05-02</a></p><p><b>supportingInformation</b>: <a href=\"Observation-weight.html\">Observation Body weight</a></p><p><b>authoredOn</b>: 2016-06-20</p><p><b>requester</b>: <a href=\"Practitioner-pra-min.html\">Practitioner: identifier = National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code\u00a0(use:\u00a0official,\u00a0)</a></p><p><b>reasonCode</b>: <span title=\"Codes:{https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/icd-10-cm-2023-tw A15.0}\">1</span></p><blockquote><p><b>dosageInstruction</b></p><p><b>timing</b>: Code , Once</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>DispenseRequests</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Quantity</b></td></tr><tr><td style=\"display: none\">*</td><td>28</td></tr></table></div>"
},
"identifier" : [
{
"value" : "0123456789005982020160624AC13083100"
}
],
"status" : "active",
"intent" : "order",
"medicationCodeableConcept" : {
"coding" : [
{
"system" : "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-nhi-tw",
"code" : "AC13083100"
}
]
},
"subject" : {
🔗 "reference" : "Patient/pat-min"
},
"encounter" : {
🔗 "reference" : "Encounter/enc-drug"
},
"supportingInformation" : [
{
🔗 "reference" : "Observation/weight"
}
],
"authoredOn" : "2016-06-20",
"requester" : {
🔗 "reference" : "Practitioner/pra-min"
},
"reasonCode" : [
{
"coding" : [
{
"system" : "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/icd-10-cm-2023-tw",
"code" : "A15.0"
}
],
"text" : "1"
}
],
"dosageInstruction" : [
{
"timing" : {
"repeat" : {
"boundsDuration" : {
"value" : 28,
"system" : "http://unitsofmeasure.org",
"code" : "d"
}
},
"code" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-GTSAbbreviation",
"code" : "QD"
}
]
}
},
"doseAndRate" : [
{
"doseQuantity" : {
"value" : 1
}
}
]
}
],
"dispenseRequest" : {
"quantity" : {
"value" : 28
}
}
}