臺灣結核病實作指引
0.1.0 - ci-build Taiwan, Province of China flag

臺灣結核病實作指引, 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/omnifhir/tb/ and changes regularly. See the Directory of published versions

: 生化檢查報告 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://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 -------------------------------------------------------------------

<http://hl7.org/fhir/DiagnosticReport/dia-check> a fhir:DiagnosticReport ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "dia-check"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://tb.cdc.gov.tw/tb/StructureDefinition/DiagnosticReport-tb-check" ;
       fhir:index 0 ;
       fhir:link <https://tb.cdc.gov.tw/tb/StructureDefinition/DiagnosticReport-tb-check>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: 诊断报告 dia-check</b></p><a name=\"dia-check\"> </a><a name=\"hcdia-check\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-DiagnosticReport-tb-check.html\">生化檢查報告-DiagnosticReport TB Check</a></p></div><h2><span title=\"Codes:{http://loinc.org 2093-3}\">Cholesterol [Mass/volume] in Serum or Plasma</span> </h2><table class=\"grid\"><tr><td>Subject</td><td>Anonymous Patient Male, DoB: 1986-01-01 ( Medical record number (use: official, ))</td></tr><tr><td>Relevant Time</td><td>2025-07-02</td></tr><tr><td>Performer</td><td> <a href=\"Organization-hosp.html\">Organization: identifier = Provider number (use: official, ); type = Healthcare Provider</a></td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>Reference Range</b></td><td><b>Flags</b></td><td><b>Note</b></td><td><b>Reported</b></td></tr><tr><td><a href=\"Observation-obs-check.html\"><span title=\"Codes:{http://loinc.org 2093-3}, {https://tb.cdc.gov.tw/tb/CodeSystem/cdc-report-type lj}\">Cholesterol [Mass/volume] in Serum or Plasma</span></a></td><td>154 mg/dL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemg/dL = 'mg/dL')</span></td><td>0 - 200</td><td>Final, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation ND}\">Not detected</span></td><td><blockquote><div><p>無</p>\n</div></blockquote></td><td>2025-07-02 09:30:12+0800</td></tr></table></div>"
  ] ;
  fhir:DiagnosticReport.status [ fhir:value "final"] ;
  fhir:DiagnosticReport.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:2093-3 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "2093-3" ]
     ]
  ] ;
  fhir:DiagnosticReport.subject [
     fhir:link <http://hl7.org/fhir/Patient/pat-min> ;
     fhir:Reference.reference [ fhir:value "Patient/pat-min" ]
  ] ;
  fhir:DiagnosticReport.encounter [
     fhir:link <http://hl7.org/fhir/Encounter/enc-check> ;
     fhir:Reference.reference [ fhir:value "Encounter/enc-check" ]
  ] ;
  fhir:DiagnosticReport.effectiveDateTime [ fhir:value "2025-07-02"^^xsd:date] ;
  fhir:DiagnosticReport.performer [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Organization/hosp> ;
     fhir:Reference.reference [ fhir:value "Organization/hosp" ]
  ] ;
  fhir:DiagnosticReport.resultsInterpreter [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Practitioner/pra-min> ;
     fhir:Reference.reference [ fhir:value "Practitioner/pra-min" ]
  ] ;
  fhir:DiagnosticReport.result [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Observation/obs-check> ;
     fhir:Reference.reference [ fhir:value "Observation/obs-check" ]
  ] .

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

<http://hl7.org/fhir/Encounter/enc-check> a fhir:Encounter .

<http://hl7.org/fhir/Organization/hosp> a fhir:Organization .

<http://hl7.org/fhir/Practitioner/pra-min> a fhir:Practitioner .

<http://hl7.org/fhir/Observation/obs-check> a fhir:Observation .

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

<http://hl7.org/fhir/DiagnosticReport/dia-check.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/DiagnosticReport/dia-check.ttl> .