@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 -------------------------------------------------------------------

<https://www.nricm.edu.tw/twcm/Procedure/ProcedureTWCM-pro> a fhir:Procedure ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ProcedureTWCM-pro"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://www.nricm.edu.tw/twcm/StructureDefinition/procedure-twcm" ;
       fhir:index 0 ;
       fhir:link <https://www.nricm.edu.tw/twcm/StructureDefinition/procedure-twcm>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>處置或手術基本資料</b></h3><p><b>處置類別</b>：Dis <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-twcm-procedurecategory.html\">中醫處置分類值集</a>#Dis)</span></p><p><b>處置或手術狀態</b>：completed <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/event-status\">EventStatus</a>#completed)</span></p><p><b>處置健保碼</b>：E09 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medical-service-payment-tw\">臺灣健保署醫療服務給付項目</a>#E09)</span></p><p><b>處置說明</b>：高度複雜性傷科－起始次-3.脫臼整復復位－起始次－另開內服藥</p><p><b>脫臼整復部位</b>：F</p><p><b>脫臼整復處理方法</b>：端、提法</p><p><b>脫臼整復的補充說明</b>：包紮</p><p><b>病人</b>：<a href=\"Patient-PatientTWCM-min.html\">Patient/PatientTWCM-min</a> \"陳美真\"</p></div>"
  ] ;
  fhir:Procedure.status [ fhir:value "completed"] ;
  fhir:Procedure.category [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://www.nricm.edu.tw/twcm/CodeSystem/twcm-procedurecategory" ] ;
       fhir:Coding.code [ fhir:value "Dis" ]
     ]
  ] ;
  fhir:Procedure.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medical-service-payment-tw" ] ;
       fhir:Coding.code [ fhir:value "E09" ] ;
       fhir:Coding.display [ fhir:value "高度複雜性傷科－起始次-3.脫臼整復復位－起始次－另開內服藥" ]
     ]
  ] ;
  fhir:Procedure.subject [
     fhir:link <https://www.nricm.edu.tw/twcm/Patient/PatientTWCM-min> ;
     fhir:Reference.reference [ fhir:value "Patient/PatientTWCM-min" ]
  ] ;
  fhir:Procedure.bodySite [
     fhir:index 0 ;
     fhir:Element.extension [
       fhir:index 0 ;
       fhir:Extension.url [ fhir:value "https://www.nricm.edu.tw/twcm/StructureDefinition/approach-twcm" ] ;
       fhir:Extension.valueCodeableConcept [
         fhir:CodeableConcept.text [ fhir:value "端、提法" ]
       ]
     ], [
       fhir:index 1 ;
       fhir:Extension.url [ fhir:value "https://www.nricm.edu.tw/twcm/StructureDefinition/description-twcm" ] ;
       fhir:Extension.valueCodeableConcept [
         fhir:CodeableConcept.text [ fhir:value "包紮" ]
       ]
     ] ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://www.nricm.edu.tw/twcm/CodeSystem/twcm-treatmentregion" ] ;
       fhir:Coding.code [ fhir:value "CG" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "F" ]
  ] .

# - ontology header ------------------------------------------------------------

<https://www.nricm.edu.tw/twcm/Procedure/ProcedureTWCM-pro.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

