HL7 Vietnam VN Core FHIR Implementation Guide

Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam
0.8.0 - Draft for Community Review Viet Nam cờ

Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam - Draft for Community Review (v0.8.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ví dụ: Thủ thuật châm cứu YHCT — Hào châm điều trị đau thắt lưng

Bản thô ttl | Tải xuống


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/Procedure/ExampleProcedureYHCTAcupuncture> a fhir:Procedure ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleProcedureYHCTAcupuncture"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-procedure" ;
       fhir:index -1 ;
       fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-procedure>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "vi"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Procedure ExampleProcedureYHCTAcupuncture</b></p><a name=\"ExampleProcedureYHCTAcupuncture\"> </a><a name=\"hcExampleProcedureYHCTAcupuncture\"> </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-22 09:00:00+0700</p><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-technique-cs 3810018}\">Châm cứu hào châm — điều trị đau thắt lưng</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-ExampleEncounterYHCT.html\">Encounter: extension = Khám chữa bệnh ban đầu,Đến khám,Đỡ; identifier = Mã lượt khám chữa bệnh: VNMaLuotKCB#LK-2026-03-22-0087; status = finished; class = ambulatory (ActCode#AMB); type = Khám bệnh; period = 2026-03-22 08:00:00+0700 --&gt; 2026-03-22 10:30:00+0700; reasonCode = </a></p><p><b>performed</b>: 2026-03-22 09:30:00+0700</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-ExamplePractitionerBSCKII.html\">BS CKII Nguyễn Thị Lan</a></td></tr></table><p><b>bodySite</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-acupoint-cs 6536596}\">Thận Du (BL23)</span>, <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-acupoint-cs 6536604}\">Đại Trường Du (BL25)</span>, <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-acupoint-cs 6537277}\">Yêu Dương Quan (GV3)</span>, <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-acupoint-cs 6536059}\">Hợp Cốc (LI4)</span></p><p><b>note</b>: </p><blockquote><div><p>Hào châm 5 huyệt, lưu kim 20 phút. Bệnh nhân cảm giác đắc khí tại Thận Du và Đại Trường Du. Theo QĐ 2552/QĐ-BYT (12/8/2025) — Danh mục mã dùng chung thuật ngữ YHCT Đợt 1.</p>\n</div></blockquote></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-order-date" ] ;
     fhir:Extension.valueDateTime [ fhir:value "2026-03-22T09:00:00+07:00"^^xsd:dateTime ]
  ] ;
  fhir:Procedure.status [ fhir:value "completed"] ;
  fhir:Procedure.code [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-technique-cs" ] ;
       fhir:Coding.code [ fhir:value "3810018" ] ;
       fhir:Coding.display [ fhir:value "Hào châm" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Châm cứu hào châm — điều trị đau thắt lưng" ]
  ] ;
  fhir:Procedure.subject [
     fhir:link <http://hl7.org/fhir/Patient/ExamplePatientNguyenVanAn> ;
     fhir:Reference.reference [ fhir:value "Patient/ExamplePatientNguyenVanAn" ] ;
     fhir:Reference.display [ fhir:value "Nguyễn Văn An" ]
  ] ;
  fhir:Procedure.encounter [
     fhir:link <http://hl7.org/fhir/Encounter/ExampleEncounterYHCT> ;
     fhir:Reference.reference [ fhir:value "Encounter/ExampleEncounterYHCT" ]
  ] ;
  fhir:Procedure.performedDateTime [ fhir:value "2026-03-22T09:30:00+07:00"^^xsd:dateTime] ;
  fhir:Procedure.performer [
     fhir:index -1 ;
     fhir:Procedure.performer.actor [
       fhir:link <http://hl7.org/fhir/Practitioner/ExamplePractitionerBSCKII> ;
       fhir:Reference.reference [ fhir:value "Practitioner/ExamplePractitionerBSCKII" ] ;
       fhir:Reference.display [ fhir:value "BS CKII Nguyễn Thị Lan" ]
     ]
  ] ;
  fhir:Procedure.bodySite [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-acupoint-cs" ] ;
       fhir:Coding.code [ fhir:value "6536596" ] ;
       fhir:Coding.display [ fhir:value "Thận Du" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Thận Du (BL23)" ]
  ], [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-acupoint-cs" ] ;
       fhir:Coding.code [ fhir:value "6536604" ] ;
       fhir:Coding.display [ fhir:value "Đại Trường Du" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Đại Trường Du (BL25)" ]
  ], [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-acupoint-cs" ] ;
       fhir:Coding.code [ fhir:value "6537277" ] ;
       fhir:Coding.display [ fhir:value "Yêu Dương Quan" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Yêu Dương Quan (GV3)" ]
  ], [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-acupoint-cs" ] ;
       fhir:Coding.code [ fhir:value "6536059" ] ;
       fhir:Coding.display [ fhir:value "Hợp Cốc" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Hợp Cốc (LI4)" ]
  ] ;
  fhir:Procedure.note [
     fhir:index -1 ;
     fhir:Annotation.text [ fhir:value "Hào châm 5 huyệt, lưu kim 20 phút. Bệnh nhân cảm giác đắc khí tại Thận Du và Đại Trường Du. Theo QĐ 2552/QĐ-BYT (12/8/2025) — Danh mục mã dùng chung thuật ngữ YHCT Đợt 1." ]
  ] .

<http://hl7.org/fhir/Patient/ExamplePatientNguyenVanAn> a fhir:Patient .

<http://hl7.org/fhir/Encounter/ExampleEncounterYHCT> a fhir:Encounter .

<http://hl7.org/fhir/Practitioner/ExamplePractitionerBSCKII> a fhir:Practitioner .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Procedure/ExampleProcedureYHCTAcupuncture.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Procedure/ExampleProcedureYHCTAcupuncture.ttl> .