@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://www.nricm.edu.tw/twcm/Observation/ObservationTWCM-pro> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ObservationTWCM-pro"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://www.nricm.edu.tw/twcm/StructureDefinition/observation-twcm" ;
       fhir:index 0 ;
       fhir:link <https://www.nricm.edu.tw/twcm/StructureDefinition/observation-twcm>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>檢驗檢查資料</b></h3><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>：Laboratory <span style=\"background: LightGoldenRodYellow;\">( <a href=\"http://hl7.org/fhir/R4/codesystem-observation-category.html\">Observation Category Codes</a>#laboratory)</span></p><p><b>檢驗項目</b>：HSV IgM <span style=\"background: LightGoldenRodYellow;\">( <a href=\"https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medical-service-payment-tw\">臺灣醫療服務給付項目</a>#14052B)</span></p><p><b>病人</b>：<a href=\"Patient-PatientTWCM-min.html\">Patient/PatientTWCM-min</a> \"陳美真\"</p><p><b>檢查日期</b>：2010-04-11 10:20:23-0500</p><p><b>檢查完成日期</b>：2010-04-11 10:20:23-0500</p><p><b>檢驗檢查機構代碼</b>： <a href=\"Organization-OrganizationInspectionTWCM-min.html\">Organization/OrganizationInspectionTWCM-min</a> \"3214567890\"</p><p><b>檢驗檢查機構名稱</b>： <a href=\"Organization-OrganizationInspectionTWCM-min.html\">Organization/OrganizationInspectionTWCM-min</a> \"捷達世檢驗所\"</p><p><b>檢驗結果值</b>：Negative(-)</p><p><b>檢驗結果判斷註記</b>：陰性</p><p><b>檢驗結果備註說明</b>：否</p><p><b>基於請求</b>：<a href=\"ServiceRequest-ServiceRequestTWCM-pro.html\">ServiceRequest/ServiceRequestTWCM-pro</a></p></div>"
  ] ;
  fhir:Observation.basedOn [
     fhir:index 0 ;
     fhir:link <https://www.nricm.edu.tw/twcm/ServiceRequest/ServiceRequestTWCM-pro> ;
     fhir:Reference.reference [ fhir:value "ServiceRequest/ServiceRequestTWCM-pro" ]
  ] ;
  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://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medical-service-payment-tw" ] ;
       fhir:Coding.code [ fhir:value "14052B" ] ;
       fhir:Coding.display [ fhir:value "單純疱疹病毒IgM抗體" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "HSV IgM" ]
  ] ;
  fhir:Observation.subject [
     fhir:link <https://www.nricm.edu.tw/twcm/Patient/PatientTWCM-min> ;
     fhir:Reference.reference [ fhir:value "Patient/PatientTWCM-min" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2010-04-11T10:20:23-05:00"^^xsd:dateTime] ;
  fhir:Observation.issued [ fhir:value "2010-04-11T10:20:23-05:00"^^xsd:dateTime] ;
  fhir:Observation.performer [
     fhir:index 0 ;
     fhir:link <https://www.nricm.edu.tw/twcm/Organization/OrganizationInspectionTWCM-min> ;
     fhir:Reference.reference [ fhir:value "Organization/OrganizationInspectionTWCM-min" ]
  ] ;
  fhir:Observation.valueString [ fhir:value "Negative(-)"] ;
  fhir:Observation.interpretation [
     fhir:index 0 ;
     fhir:CodeableConcept.text [ fhir:value "陰性" ]
  ] ;
  fhir:Observation.note [
     fhir:index 0 ;
     fhir:Annotation.text [ fhir:value "否" ]
  ] .

# - ontology header ------------------------------------------------------------

<https://www.nricm.edu.tw/twcm/Observation/ObservationTWCM-pro.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

