Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam
0.6.0 - Draft for Community Review
Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam - Local Development build (v0.6.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
<MedicationRequest xmlns="http://hl7.org/fhir">
<id value="ExampleMedicationRequestCefotaximeInpatient"/>
<meta>
<profile
value="http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication-request"/>
</meta>
<language value="vi"/>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest ExampleMedicationRequestCefotaximeInpatient</b></p><a name="ExampleMedicationRequestCefotaximeInpatient"> </a><a name="hcExampleMedicationRequestCefotaximeInpatient"> </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-vn-core-medication-request.html">Đơn thuốc VN Core — VN Core MedicationRequest Profile</a></p></div><p><b>Số đăng ký thuốc (Visa) — Medication Registration Number</b>: VD-18422-16</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/medicationrequest-category inpatient}">Inpatient</span></p><p><b>medication</b>: <span title="Codes:{http://www.whocc.no/atc J01DD01}">Cefotaxime 1g bột pha tiêm</span></p><p><b>subject</b>: <a href="Patient-ExamplePatientNguyenVanAn.html">Nguyễn Văn An</a></p><p><b>encounter</b>: <a href="Encounter-ExampleEncounterInpatient.html">Encounter: extension = Đúng tuyến,Khỏi; identifier = Mã lượt khám chữa bệnh: VNMaLuotKCB#LK-2026-03-10-NTRU-0042; status = finished; class = inpatient encounter (v3 Code System ActCode#IMP); period = 2026-03-10 14:00:00+0700 --> 2026-03-17 10:00:00+0700; reasonCode = </a></p><p><b>authoredOn</b>: 2026-03-16 08:00:00+0700</p><p><b>requester</b>: <a href="Practitioner-ExamplePractitionerBSCKII.html">BS CKII Nguyễn Thị Lan</a></p><p><b>reasonCode</b>: <span title="Codes:{http://hl7.org/fhir/sid/icd-10 K35.8}">Kháng sinh hậu phẫu cắt ruột thừa</span></p><blockquote><p><b>dosageInstruction</b></p><p><b>sequence</b>: 1</p><p><b>text</b>: Tiêm tĩnh mạch Cefotaxime 1g mỗi 8 giờ</p><p><b>timing</b>: 3 per 1 day</p><p><b>route</b>: <span title="Codes:{http://snomed.info/sct 47625008}">Tiêm tĩnh mạch</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 g<span style="background: LightGoldenRodYellow"> (Details: UCUM codeg = 'g')</span></td></tr></table></blockquote></div>
</text>
<extension
url="http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-med-reg-number">
<valueString value="VD-18422-16"/>
</extension>
<status value="active"/>
<intent value="order"/>
<category>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/medicationrequest-category"/>
<code value="inpatient"/>
<display value="Inpatient"/>
</coding>
</category>
<medicationCodeableConcept>
<coding>
<system value="http://www.whocc.no/atc"/>
<code value="J01DD01"/>
<display value="Cefotaxime"/>
</coding>
<text value="Cefotaxime 1g bột pha tiêm"/>
</medicationCodeableConcept>
<subject>🔗
<reference value="Patient/ExamplePatientNguyenVanAn"/>
<display value="Nguyễn Văn An"/>
</subject>
<encounter>🔗
<reference value="Encounter/ExampleEncounterInpatient"/>
</encounter>
<authoredOn value="2026-03-16T08:00:00+07:00"/>
<requester>🔗
<reference value="Practitioner/ExamplePractitionerBSCKII"/>
<display value="BS CKII Nguyễn Thị Lan"/>
</requester>
<reasonCode>
<coding>
<system value="http://hl7.org/fhir/sid/icd-10"/>
<code value="K35.8"/>
<display value="Acute appendicitis, other and unspecified"/>
</coding>
<text value="Kháng sinh hậu phẫu cắt ruột thừa"/>
</reasonCode>
<dosageInstruction>
<sequence value="1"/>
<text value="Tiêm tĩnh mạch Cefotaxime 1g mỗi 8 giờ"/>
<timing>
<repeat>
<frequency value="3"/>
<period value="1"/>
<periodUnit value="d"/>
</repeat>
</timing>
<route>
<coding>
<system value="http://snomed.info/sct"/>
<code value="47625008"/>
<display value="Intravenous route"/>
</coding>
<text value="Tiêm tĩnh mạch"/>
</route>
<doseAndRate>
<doseQuantity>
<value value="1"/>
<unit value="g"/>
<system value="http://unitsofmeasure.org"/>
<code value="g"/>
</doseQuantity>
</doseAndRate>
</dosageInstruction>
</MedicationRequest>