@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://fhir.hl7.org.vn/core/Procedure/ExampleProcedureYHCTAcupuncture> a fhir:Procedure ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleProcedureYHCTAcupuncture"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-procedure"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-procedure>
     ] )
  ] ; # 
  fhir:language [ fhir:v "vi"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<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,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. Per 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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-order-date"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-order-date>
     ] ;
     fhir:value [
       a fhir:DateTime ;
       fhir:v "2026-03-22T09:00:00+07:00"^^xsd:dateTime
     ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-technique-cs"^^xsd:anyURI ;
         fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-technique-cs>
       ] ;
       fhir:code [ fhir:v "3810018" ] ;
       fhir:display [ fhir:v "Hào châm" ]
     ] ) ;
     fhir:text [ fhir:v "Châm cứu hào châm — điều trị đau thắt lưng" ]
  ] ; # 
  fhir:subject [
     fhir:l <http://fhir.hl7.org.vn/core/Patient/ExamplePatientNguyenVanAn> ;
     fhir:reference [ fhir:v "Patient/ExamplePatientNguyenVanAn" ] ;
     fhir:display [ fhir:v "Nguyễn Văn An" ]
  ] ; # 
  fhir:encounter [
     fhir:l <http://fhir.hl7.org.vn/core/Encounter/ExampleEncounterYHCT> ;
     fhir:reference [ fhir:v "Encounter/ExampleEncounterYHCT" ]
  ] ; # 
  fhir:performed [
     a fhir:DateTime ;
     fhir:v "2026-03-22T09:30:00+07:00"^^xsd:dateTime
  ] ; # 
  fhir:performer ( [
     fhir:actor [
       fhir:l <http://fhir.hl7.org.vn/core/Practitioner/ExamplePractitionerBSCKII> ;
       fhir:reference [ fhir:v "Practitioner/ExamplePractitionerBSCKII" ] ;
       fhir:display [ fhir:v "BS CKII Nguyễn Thị Lan" ]
     ]
  ] ) ; # 
  fhir:bodySite ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-acupoint-cs"^^xsd:anyURI ;
         fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-acupoint-cs>
       ] ;
       fhir:code [ fhir:v "6536596" ] ;
       fhir:display [ fhir:v "Thận Du" ]
     ] ) ;
     fhir:text [ fhir:v "Thận Du (BL23)" ]
  ] [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-acupoint-cs"^^xsd:anyURI ;
         fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-acupoint-cs>
       ] ;
       fhir:code [ fhir:v "6536604" ] ;
       fhir:display [ fhir:v "Đại Trường Du" ]
     ] ) ;
     fhir:text [ fhir:v "Đại Trường Du (BL25)" ]
  ] [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-acupoint-cs"^^xsd:anyURI ;
         fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-acupoint-cs>
       ] ;
       fhir:code [ fhir:v "6537277" ] ;
       fhir:display [ fhir:v "Yêu Dương Quan" ]
     ] ) ;
     fhir:text [ fhir:v "Yêu Dương Quan (GV3)" ]
  ] [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-acupoint-cs"^^xsd:anyURI ;
         fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-acupoint-cs>
       ] ;
       fhir:code [ fhir:v "6536059" ] ;
       fhir:display [ fhir:v "Hợp Cốc" ]
     ] ) ;
     fhir:text [ fhir:v "Hợp Cốc (LI4)" ]
  ] ) ; # 
  fhir:note ( [
     fhir:text [ fhir:v "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. Per QĐ 2552/QĐ-BYT (12/8/2025) — Danh mục mã dùng chung thuật ngữ YHCT Đợt 1." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

