醫查實作指引
0.1.0 - CI Build

醫查實作指引 - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Procedure ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ProcedureAnesthesiaMode-min"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://hitstdio.ntunhs.edu.tw/imri/StructureDefinition/procedure-anesthesiamode-imri"^^xsd:anyURI ;
fhir:link <https://hitstdio.ntunhs.edu.tw/imri/StructureDefinition/procedure-anesthesiamode-imri>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>麻醉模式</b></h3><p><b>手術</b>:<a href=\"Procedure-Procedure-pro.html\">Procedure/Procedure-pro</a></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>:Administration of anesthesia <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">ProcedureCategoryCodes(SNOMEDCT)</a>#399097000)</span></p><p><b>麻醉模式</b>:全身麻醉 (Operative general anesthesia) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://snomed.info/sct\">SCTAnesthesia</a>#274507007)</span></p><p><b>病人</b>:<a href=\"Patient-Patient-min.html\">Patient/Patient-min</a> \"安格斯\"</p><p><b>麻醉日期</b>:2023-09-08 11:25:11-08:00</p><p><b>麻醉醫師</b>:<a href=\"PractitionerRole-PractitionerRole-anesthesia.html\">PractitionerRole/PractitionerRole-anesthesia</a> \"黃依昇\"</p></div>"
  ] ; # 
  fhir:partOf ( [
fhir:reference [ fhir:v "Procedure/Procedure-pro" ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:category [
    ( fhir:coding [
a sct:399097000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "399097000" ]     ] )
  ] ; # 
  fhir:code [
    ( fhir:coding [
a sct:274507007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "274507007" ] ;
fhir:display [ fhir:v "Operative general anesthesia" ]     ] ) ;
fhir:text [ fhir:v "全身麻醉" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/Patient-min" ]
  ] ; # 
  fhir:performed [ fhir:v "2023-09-08T11:25:11+08:00"^^xsd:dateTime] ; # 
  fhir:performer ( [
fhir:actor [
fhir:reference [ fhir:v "PractitionerRole/PractitionerRole-anesthesia" ] ;
fhir:display [ fhir:v "黃依昇" ]     ]
  ] ) . #