@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://fhir.hl7.org.vn/core/Procedure/ExampleProcedurePCIStentPlacement> a fhir:Procedure ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleProcedurePCIStentPlacement"] ; # 
  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\" xml:lang=\"vi\" lang=\"vi\"><p class=\"res-header-id\"><b>Generated Narrative: Procedure ExampleProcedurePCIStentPlacement</b></p><a name=\"ExampleProcedurePCIStentPlacement\"> </a><a name=\"hcExampleProcedurePCIStentPlacement\"> </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\">Language: vi</p><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-20 08:30:00+0700</p><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 415070008}\">Can thiệp mạch vành qua da đặt stent</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; reasonCode = </a></p><p><b>performed</b>: 2026-03-20 09:00:00+0700 --&gt; 2026-03-20 11:30:00+0700</p><p><b>reasonCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 I21.0}\">Nhồi máu cơ tim cấp thành trước</span></p><p><b>bodySite</b>: <span title=\"Codes:\">Động mạch vành trái nhánh xuống trước (LAD)</span></p><p><b>outcome</b>: <span title=\"Codes:\">PCI thành công, TIMI flow III sau can thiệp</span></p><p><b>note</b>: </p><blockquote><div><p>Procedure.focalDevice ghi nhận stent là trọng tâm của thủ thuật. DeviceUseStatement ghi nhận tình trạng sử dụng thiết bị sau thủ thuật; Claim/EOB ghi nhận dòng chi phí.</p>\n</div></blockquote><h3>FocalDevices</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Action</b></td><td><b>Manipulated</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://hl7.org/fhir/device-action implanted}\">Implanted</span></td><td><a href=\"Device-ExampleDeviceImplant.html\">Stent mạch vành phủ thuốc XIENCE Sierra 3.0mm x 18mm</a></td></tr></table></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-20T08:30:00+07:00"^^xsd:dateTime
     ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:code [
     fhir:coding ( [
       a sct:415070008 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "415070008" ] ;
       fhir:display [ fhir:v "Percutaneous coronary intervention" ]
     ] ) ;
     fhir:text [ fhir:v "Can thiệp mạch vành qua da đặt stent" ]
  ] ; # 
  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/ExampleEncounterInpatient> ;
     fhir:reference [ fhir:v "Encounter/ExampleEncounterInpatient" ]
  ] ; # 
  fhir:performed [
     a fhir:Period ;
     fhir:start [ fhir:v "2026-03-20T09:00:00+07:00"^^xsd:dateTime ] ;
     fhir:end [ fhir:v "2026-03-20T11:30:00+07:00"^^xsd:dateTime ]
  ] ; # 
  fhir:reasonCode ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://hl7.org/fhir/sid/icd-10"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/sid/icd-10>
       ] ;
       fhir:code [ fhir:v "I21.0" ] ;
       fhir:display [ fhir:v "Acute transmural myocardial infarction of anterior wall" ]
     ] ) ;
     fhir:text [ fhir:v "Nhồi máu cơ tim cấp thành trước" ]
  ] ) ; # 
  fhir:bodySite ( [
     fhir:text [ fhir:v "Động mạch vành trái nhánh xuống trước (LAD)" ]
  ] ) ; # 
  fhir:outcome [
     fhir:text [ fhir:v "PCI thành công, TIMI flow III sau can thiệp" ]
  ] ; # 
  fhir:note ( [
     fhir:text [ fhir:v "Procedure.focalDevice ghi nhận stent là trọng tâm của thủ thuật. DeviceUseStatement ghi nhận tình trạng sử dụng thiết bị sau thủ thuật; Claim/EOB ghi nhận dòng chi phí." ]
  ] ) ; # 
  fhir:focalDevice ( [
     fhir:action [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://hl7.org/fhir/device-action"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/device-action>
         ] ;
         fhir:code [ fhir:v "implanted" ] ;
         fhir:display [ fhir:v "Implanted" ]
       ] )
     ] ;
     fhir:manipulated [
       fhir:l <http://fhir.hl7.org.vn/core/Device/ExampleDeviceImplant> ;
       fhir:reference [ fhir:v "Device/ExampleDeviceImplant" ] ;
       fhir:display [ fhir:v "Stent mạch vành phủ thuốc XIENCE Sierra 3.0mm x 18mm" ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

