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 Viet Nam flag

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

: Ví dụ: Phẫu thuật cắt ruột thừa - XML Representation

Raw xml | Download


<Procedure xmlns="http://hl7.org/fhir">
  <id value="ExampleProcedureAppendectomy"/>
  <meta>
    <profile
             value="http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-procedure"/>
  </meta>
  <text>
    <status value="extensions"/>
    <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 --&gt; 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>
  </text>
  <extension
             url="http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-order-date">
    <valueDateTime value="2026-03-12T07:30:00+07:00"/>
  </extension>
  <status value="completed"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="6025007"/>
      <display value="Laparoscopic appendectomy"/>
    </coding>
    <text value="Phẫu thuật cắt ruột thừa nội soi"/>
  </code>
  <subject>🔗 
    <reference value="Patient/ExamplePatientNguyenVanAn"/>
    <display value="Nguyễn Văn An"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/ExampleEncounterInpatient"/>
  </encounter>
  <performedDateTime value="2026-03-12T09:00:00+07:00"/>
  <bodySite>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="66754008"/>
      <display value="Appendix structure"/>
    </coding>
    <text value="Ruột thừa"/>
  </bodySite>
</Procedure>