VN Core FHIR Implementation Guide — Bộ Hướng dẫn Triển khai FHIR Cốt lõi cho Việt Nam
0.1.0 - STU1 Draft
VN Core FHIR Implementation Guide — Bộ Hướng dẫn Triển khai FHIR Cốt lõi cho Việt Nam - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Medication",
"id" : "ExampleMedicationAmoxicillin",
"meta" : {
"profile" : [
🔗 "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication ExampleMedicationAmoxicillin</b></p><a name=\"ExampleMedicationAmoxicillin\"> </a><a name=\"hcExampleMedicationAmoxicillin\"> </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.html\">Thuốc VN Core — VN Core Medication Profile</a></p></div><p><b>Số đăng ký thuốc — Medication Registration Number Extension</b>: VD-12345-20</p><p><b>code</b>: <span title=\"Codes:{http://www.whocc.no/atc J01CA04}\">Amoxicillin 500mg</span></p><p><b>form</b>: <span title=\"Codes:{http://snomed.info/sct 385049006}\">Viên nang cứng</span></p><p><b>amount</b>: 500 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg = 'mg')</span>/1 viên<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code1 = '1')</span></p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td><td><b>IsActive</b></td><td><b>Strength</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 27658006}\">Amoxicillin</span></td><td>true</td><td>500 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg = 'mg')</span>/1 viên<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code1 = '1')</span></td></tr></table><h3>Batches</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>LotNumber</b></td><td><b>ExpirationDate</b></td></tr><tr><td style=\"display: none\">*</td><td>LOT2026031501</td><td>2028-03-15</td></tr></table></div>"
},
"extension" : [
{
"url" : "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-med-registration-number",
"valueString" : "VD-12345-20"
}
],
"code" : {
"coding" : [
{
"system" : "http://www.whocc.no/atc",
"code" : "J01CA04",
"display" : "Amoxicillin"
}
],
"text" : "Amoxicillin 500mg"
},
"form" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "385049006",
"display" : "Capsule"
}
],
"text" : "Viên nang cứng"
},
"amount" : {
"numerator" : {
"value" : 500,
"unit" : "mg",
"system" : "http://unitsofmeasure.org",
"code" : "mg"
},
"denominator" : {
"value" : 1,
"unit" : "viên",
"system" : "http://unitsofmeasure.org",
"code" : "1"
}
},
"ingredient" : [
{
"itemCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "27658006",
"display" : "Product containing amoxicillin (medicinal product)"
}
],
"text" : "Amoxicillin"
},
"isActive" : true,
"strength" : {
"numerator" : {
"value" : 500,
"unit" : "mg",
"system" : "http://unitsofmeasure.org",
"code" : "mg"
},
"denominator" : {
"value" : 1,
"unit" : "viên",
"system" : "http://unitsofmeasure.org",
"code" : "1"
}
}
}
],
"batch" : {
"lotNumber" : "LOT2026031501",
"expirationDate" : "2028-03-15"
}
}