@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 -------------------------------------------------------------------

<https://tb.cdc.gov.tw/tb/Observation/lj> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "lj"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://tb.cdc.gov.tw/tb/StructureDefinition/Observation-lj" ;
       fhir:index 0 ;
       fhir:link <https://tb.cdc.gov.tw/tb/StructureDefinition/Observation-lj>
     ]
  ] ;
  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: 观察 lj</b></p><a name=\"lj\"> </a><a name=\"hclj\"> </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-Observation-lj.html\">L-J培養結果報告-Observation LJ</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-report-type lj}\">L-J培養結果報告</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">王大明 Male, DoB: 1996-01-01 ( Health Card Number (use: official, ))</a></p><p><b>effective</b>: 2026-02-09</p><p><b>performer</b>: <a href=\"Organization-hosp.html\">Organization: identifier = Provider number (use: official, ); type = Healthcare Provider</a></p><p><b>value</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-culture-result -}\">陰性</span></p></div>"
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ] ;
       fhir:Coding.code [ fhir:value "laboratory" ]
     ]
  ] ;
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-report-type" ] ;
       fhir:Coding.code [ fhir:value "lj" ]
     ]
  ] ;
  fhir:Observation.subject [
     fhir:link <https://tb.cdc.gov.tw/tb/Patient/example> ;
     fhir:Reference.reference [ fhir:value "Patient/example" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2026-02-09"^^xsd:date] ;
  fhir:Observation.performer [
     fhir:index 0 ;
     fhir:link <https://tb.cdc.gov.tw/tb/Organization/hosp> ;
     fhir:Reference.reference [ fhir:value "Organization/hosp" ]
  ] ;
  fhir:Observation.valueCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-culture-result" ] ;
       fhir:Coding.code [ fhir:value "-" ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<https://tb.cdc.gov.tw/tb/Observation/lj.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

