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" : "DeviceUseStatement",
"id" : "ExampleDeviceUseStatementVTYT",
"meta" : {
"profile" : [
🔗 "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-device-use-statement"
]
},
"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: DeviceUseStatement ExampleDeviceUseStatementVTYT</b></p><a name=\"ExampleDeviceUseStatementVTYT\"> </a><a name=\"hcExampleDeviceUseStatementVTYT\"> </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-device-use-statement.html\">Ghi nhận sử dụng VTYT VN Core — VN Core DeviceUseStatement Profile</a></p></div><p><b>status</b>: Completed</p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>timing</b>: 2026-03-15 08:00:00+0700 --> 2026-03-18 10:00:00+0700</p><p><b>device</b>: <a href=\"Device-ExampleDeviceVTYT.html\">Catheter tĩnh mạch ngoại vi 22G</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 K35.8}\">Acute appendicitis, other and unspecified</span></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 368208006}\">Cánh tay trái</span></p><p><b>note</b>: </p><blockquote><div><p>Đặt catheter để truyền dịch và kháng sinh trước/sau phẫu thuật viêm ruột thừa.</p>\n</div></blockquote></div>"
},
"status" : "completed",
"subject" : {
🔗 "reference" : "Patient/ExamplePatientNguyenVanAn",
"display" : "Nguyễn Văn An"
},
"timingPeriod" : {
"start" : "2026-03-15T08:00:00+07:00",
"end" : "2026-03-18T10:00:00+07:00"
},
"device" : {
🔗 "reference" : "Device/ExampleDeviceVTYT",
"display" : "Catheter tĩnh mạch ngoại vi 22G"
},
"reasonCode" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/sid/icd-10",
"code" : "K35.8",
"display" : "Acute appendicitis, other and unspecified"
}
]
}
],
"bodySite" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "368208006",
"display" : "Left upper arm structure"
}
],
"text" : "Cánh tay trái"
},
"note" : [
{
"text" : "Đặt catheter để truyền dịch và kháng sinh trước/sau phẫu thuật viêm ruột thừa."
}
]
}