@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/ExampleProcedureAppendectomy> a fhir:Procedure ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleProcedureAppendectomy"] ; # 
  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 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; reasonCode = </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>"^^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-12T07:30:00+07:00"^^xsd:dateTime
     ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:code [
     fhir:coding ( [
       a sct:6025007 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "6025007" ] ;
       fhir:display [ fhir:v "Laparoscopic appendectomy" ]
     ] ) ;
     fhir:text [ fhir:v "Phẫu thuật cắt ruột thừa nội soi" ]
  ] ; # 
  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:DateTime ;
     fhir:v "2026-03-12T09:00:00+07:00"^^xsd:dateTime
  ] ; # 
  fhir:bodySite ( [
     fhir:coding ( [
       a sct:66754008 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "66754008" ] ;
       fhir:display [ fhir:v "Appendix" ]
     ] ) ;
     fhir:text [ fhir:v "Ruột thừa" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

