醫查實作指引
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:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ObservationPathologyReport-min"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://hitstdio.ntunhs.edu.tw/imri/StructureDefinition/observation-pathology-report-imri"^^xsd:anyURI ;
fhir:link <https://hitstdio.ntunhs.edu.tw/imri/StructureDefinition/observation-pathology-report-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>:Pathology report Cancer Narrative <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://loinc.org\">LOINC Codes</a>#22034-3)</span></p><p><b>病理報告狀態</b>:Final <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/observation-status\">ObservationStatus</a>#final)</span></p><p><b>病理報告項目</b>:Anus, hemorrhoidectomy, hemorrhoid.</p><p><b>病理報告結果</b>:The specimen submitted consists of 2 pieces of anal tissue measuring 1.4 cm in greatest dimension. Al1 for section. Microscopically, the section shows a picture of hemorrhoid, composed of dilated,tortuous and congested veins in the stroma of the anal mucosa</p><p><b>病人</b>:<a href=\"Patient-Patient-min.html\">Patient/Patient-min</a> \"安格斯\"</p><p><b>檢驗日期</b>:2023-09-08</p><p><b>病理報告負責者</b>:<a href=\"Practitioner-Practitioner-min.html\">Practitioner/Practitioner-min</a> \"劉伊詩\"</p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
a loinc:22034-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "22034-3" ] ;
fhir:display [ fhir:v "Pathology report Cancer Narrative" ]     ] )
  ] ) ; # 
  fhir:code [
fhir:text [ fhir:v "Anus, hemorrhoidectomy, hemorrhoid." ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/Patient-min" ]
  ] ; # 
  fhir:effective [ fhir:v "2023-09-08"^^xsd:date] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/Practitioner-min" ]
  ] ) ; # 
  fhir:value [ fhir:v "The specimen submitted consists of 2 pieces of anal tissue measuring 1.4 cm in greatest dimension.\r\n                Al1 for section. Microscopically, the section shows a picture of hemorrhoid, composed of dilated,\r\n                tortuous and congested veins in the stroma of the anal mucosa"] . #