Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam
0.3.0 - STU1 Draft
Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam - Local Development build (v0.3.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "AllergyIntolerance",
"id" : "ExampleAllergyIntoleranceNKA",
"meta" : {
"profile" : [
🔗 "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-allergy-intolerance"
]
},
"language" : "vi",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"vi\" lang=\"vi\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance ExampleAllergyIntoleranceNKA</b></p><a name=\"ExampleAllergyIntoleranceNKA\"> </a><a name=\"hcExampleAllergyIntoleranceNKA\"> </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\">Language: vi</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-vn-core-allergy-intolerance.html\">Dị ứng/Bất dung nạp VN Core — VN Core AllergyIntolerance Profile</a></p></div><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical inactive}\">Inactive</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-verification confirmed}\">Confirmed</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 716186003}\">Không có dị ứng đã biết</span></p><p><b>patient</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>recordedDate</b>: 2026-04-20</p><p><b>recorder</b>: <a href=\"Practitioner-ExamplePractitionerBSCKII.html\">BS CKII Nguyễn Thị Lan</a></p><p><b>note</b>: </p><blockquote><div><p>Bệnh nhân tự khai không có tiền sử dị ứng thuốc, thực phẩm hay các chất khác. Đã hỏi kỹ về: kháng sinh (Penicillin, Cephalosporin, Fluoroquinolone), NSAIDs, thuốc tê, thuốc cản quang, hải sản, đậu phộng. Bệnh nhân phủ nhận tất cả. Ghi nhận lần khám 20/4/2026, 08:30 bởi BS CKII Nguyễn Thị Lan.</p>\n</div></blockquote></div>"
},
"clinicalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code" : "inactive",
"display" : "Inactive"
}
]
},
"verificationStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code" : "confirmed",
"display" : "Confirmed"
}
]
},
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "716186003",
"display" : "No known allergy (situation)"
}
],
"text" : "Không có dị ứng đã biết"
},
"patient" : {
🔗 "reference" : "Patient/ExamplePatientNguyenVanAn",
"display" : "Nguyễn Văn An"
},
"recordedDate" : "2026-04-20",
"recorder" : {
🔗 "reference" : "Practitioner/ExamplePractitionerBSCKII",
"display" : "BS CKII Nguyễn Thị Lan"
},
"note" : [
{
"text" : "Bệnh nhân tự khai không có tiền sử dị ứng thuốc, thực phẩm hay các chất khác. Đã hỏi kỹ về: kháng sinh (Penicillin, Cephalosporin, Fluoroquinolone), NSAIDs, thuốc tê, thuốc cản quang, hải sản, đậu phộng. Bệnh nhân phủ nhận tất cả. Ghi nhận lần khám 20/4/2026, 08:30 bởi BS CKII Nguyễn Thị Lan."
}
]
}