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" : "DeviceUseStatement",
"id" : "ExampleDeviceUseStatementVTYT",
"meta" : {
"profile" : [
🔗 "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-device-use-statement"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-vn-core-device-use-statement.html\">Ghi nhan su dung 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\">Nguyen Van 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 tinh mach ngoai 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}\">Canh tay trai</span></p><p><b>note</b>: </p><blockquote><div><p>Dat catheter de truyen dich va khang sinh truoc/sau phau thuat viem ruot thua.</p>\n</div></blockquote></div>"
},
"status" : "completed",
"subject" : {
🔗 "reference" : "Patient/ExamplePatientNguyenVanAn",
"display" : "Nguyen Van An"
},
"timingPeriod" : {
"start" : "2026-03-15T08:00:00+07:00",
"end" : "2026-03-18T10:00:00+07:00"
},
"device" : {
🔗 "reference" : "Device/ExampleDeviceVTYT",
"display" : "Catheter tinh mach ngoai 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" : "Canh tay trai"
},
"note" : [
{
"text" : "Dat catheter de truyen dich va khang sinh truoc/sau phau thuat viem ruot thua."
}
]
}