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" : "Condition",
"id" : "ExampleConditionMultiHTN",
"meta" : {
"profile" : [
🔗 "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-condition"
]
},
"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: Condition ExampleConditionMultiHTN</b></p><a name=\"ExampleConditionMultiHTN\"> </a><a name=\"hcExampleConditionMultiHTN\"> </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-condition.html\">Chẩn đoán VN Core — VN Core Condition Profile</a></p></div><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category encounter-diagnosis}\">Encounter Diagnosis</span></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 I10}, {http://snomed.info/sct 59621000}\">Tăng huyết áp nguyên phát</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-ExampleEncounterOutpatient.html\">Encounter: extension = Khám chữa bệnh ban đầu; status = finished; class = ambulatory (ActCode#AMB); period = 2026-03-19 08:30:00+0700 --> 2026-03-19 11:00:00+0700; reasonCode = </a></p><p><b>onset</b>: 2020-01-01</p><p><b>recordedDate</b>: 2026-03-19</p><p><b>note</b>: </p><blockquote><div><p>Tăng huyết áp kiểm soát chưa tốt là nguyên nhân chính gây tổn thương thận (CKD N18.3). Huyết áp hiện tại 155/95 mmHg dù đang dùng 2 nhóm thuốc. Cần điều chỉnh phác đồ.</p>\n</div></blockquote></div>"
},
"clinicalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
"code" : "active",
"display" : "Active"
}
]
},
"verificationStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
"code" : "confirmed",
"display" : "Confirmed"
}
]
},
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-category",
"code" : "encounter-diagnosis",
"display" : "Encounter Diagnosis"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/sid/icd-10",
"code" : "I10",
"display" : "Essential (primary) hypertension"
},
{
"system" : "http://snomed.info/sct",
"code" : "59621000",
"display" : "Essential hypertension"
}
],
"text" : "Tăng huyết áp nguyên phát"
},
"subject" : {
🔗 "reference" : "Patient/ExamplePatientNguyenVanAn",
"display" : "Nguyễn Văn An"
},
"encounter" : {
🔗 "reference" : "Encounter/ExampleEncounterOutpatient"
},
"onsetDateTime" : "2020-01-01",
"recordedDate" : "2026-03-19",
"note" : [
{
"text" : "Tăng huyết áp kiểm soát chưa tốt là nguyên nhân chính gây tổn thương thận (CKD N18.3). Huyết áp hiện tại 155/95 mmHg dù đang dùng 2 nhóm thuốc. Cần điều chỉnh phác đồ."
}
]
}