醫查實作指引
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 loinc: <https://loinc.org/rdf/> .
@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 -------------------------------------------------------------------

 a fhir:Procedure ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ProcedureHospitalCourse-min"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://hitstdio.ntunhs.edu.tw/imri/StructureDefinition/procedurehospitalcourse-imri"^^xsd:anyURI ;
fhir:link <https://hitstdio.ntunhs.edu.tw/imri/StructureDefinition/procedurehospitalcourse-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>: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>:Hospital course Narrative <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://loinc.org\">LOINC</a>#8648-8)</span></p><p><b>住院治療經過代碼</b>:Hospital course Narrative <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://loinc.org\">LOINC</a>#8648-8)</span></p><p><b>病人</b>:<a href=\"Patient-Patient-min.html\">Patient/Patient-min</a> \"安格斯\"</p><p><b>就醫事件</b>:<a href=\"Encounter-Encounter-min.html\">Encounter/Encounter-min</a></p><p><b>住院治療經過</b>:After admission, prepare operation work-up was done. The surgical method of laparoscopic cholecystectomy was done on 10/20/2023. Post operative wound pain could tolerance under analgesic drug. During the hospitalization, vital signs were stable, post operative wound appeared: no oozing, no redness or other infection signs were noted, no tenderness. To education of wound care, discharge today and outpatient department follow up was arrange.</p></div>"
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:8648-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8648-8" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/Patient-min" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/Encounter-min" ]
  ] ; # 
  fhir:note ( [
fhir:text [ fhir:v "After admission, prepare operation work-up was done. The surgical method of laparoscopic cholecystectomy was done on 10/20/2023. Post operative wound pain could tolerance under analgesic drug. During the hospitalization, vital signs were stable, post operative wound appeared: no oozing, no redness or other infection signs were noted, no tenderness. To education of wound care, discharge today and outpatient department follow up was arrange." ]
  ] ) . #