臺灣中醫實作指引
0.1.0 - ci-build

臺灣中醫實作指引, published by 衛生福利部國家中醫藥研究所. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/nricmig/Nricm_TWCMIG/ and changes regularly. See the Directory of published versions

: 傷科處置範例 - TTL Representation

Raw ttl | Download


@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/ProcedureTWCM-minn> a fhir:Procedure ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ProcedureTWCM-minn"] ;
  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>:Con <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-twcm-procedurecategory.html\">中醫處置分類值集</a>#Con)</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>:F04 <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>#F04)</span></p><p><b>處置說明</b>:一般針灸合併中度複雜性傷科--療程第二至六次-另開內服藥</p><p><b>針灸部位</b>:A<br/><b>針灸穴位</b>:承靈<br/><b>針灸補充說明</b>:承靈,下針4公分</p><p><b>傷科部位</b>:H<br/><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 "Con" ]
     ]
  ] ;
  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 "F04" ] ;
       fhir:Coding.display [ fhir:value "一般針灸合併中度複雜性傷科--療程第二至六次-另開內服藥" ]
     ]
  ] ;
  fhir:Procedure.subject [
     fhir:link <http://hl7.org/fhir/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.coding [
           fhir:index 0 ;
           fhir:Coding.system [ fhir:value "https://www.nricm.edu.tw/twcm/CodeSystem/twcm-acupuncturepoint" ] ;
           fhir:Coding.code [ fhir:value "GB18" ] ;
           fhir:Coding.display [ fhir:value "承靈" ]
         ] ;
         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 "承靈,下針4公分" ]
       ]
     ] ;
     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 "CA" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "A" ]
  ], [
     fhir:index 1 ;
     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:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://www.nricm.edu.tw/twcm/CodeSystem/twcm-treatmentregion" ] ;
       fhir:Coding.code [ fhir:value "CD" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "H" ]
  ] .

<http://hl7.org/fhir/Patient/PatientTWCM-min> a fhir:Patient .

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

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