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" : "Procedure",
"id" : "ExampleProcedureAppendectomy",
"meta" : {
"profile" : [
🔗 "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-procedure"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Procedure ExampleProcedureAppendectomy</b></p><a name=\"ExampleProcedureAppendectomy\"> </a><a name=\"hcExampleProcedureAppendectomy\"> </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-procedure.html\">Thủ thuật/DVKT VN Core — VN Core Procedure Profile</a></p></div><p><b>Ngày y lệnh — Order Date Extension</b>: 2026-03-12 07:30:00+0700</p><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 6025007}\">Phẫu thuật cắt ruột thừa nội soi</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-ExampleEncounterInpatient.html\">Encounter: extension = Đúng tuyến,Khỏi; status = finished; class = inpatient encounter (ActCode#IMP); period = 2026-03-10 14:00:00+0700 --> 2026-03-17 10:00:00+0700</a></p><p><b>performed</b>: 2026-03-12 09:00:00+0700</p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 66754008}\">Ruột thừa</span></p></div>"
},
"extension" : [
{
"url" : "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-order-date",
"valueDateTime" : "2026-03-12T07:30:00+07:00"
}
],
"status" : "completed",
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "6025007",
"display" : "Laparoscopic appendectomy"
}
],
"text" : "Phẫu thuật cắt ruột thừa nội soi"
},
"subject" : {
🔗 "reference" : "Patient/ExamplePatientNguyenVanAn",
"display" : "Nguyễn Văn An"
},
"encounter" : {
🔗 "reference" : "Encounter/ExampleEncounterInpatient"
},
"performedDateTime" : "2026-03-12T09:00:00+07:00",
"bodySite" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "66754008",
"display" : "Appendix structure"
}
],
"text" : "Ruột thừa"
}
]
}