@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/DiagnosticReport/DiagnosticReportTWCM-min> a fhir:DiagnosticReport ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "DiagnosticReportTWCM-min"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://www.nricm.edu.tw/twcm/StructureDefinition/diagnosticreport-twcm" ;
       fhir:index 0 ;
       fhir:link <https://www.nricm.edu.tw/twcm/StructureDefinition/diagnosticreport-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/R4/valueset-diagnostic-report-status.html\">DiagnosticReportStatus</a>#final)</span></p><p><b>診斷分類</b>：Laboratory <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/R4/valueset-diagnostic-service-sections.html\">DiagnosticServiceSectionCodes</a>#LAB)</span></p><p><b>病人</b>：<a href=\"Patient-PatientTWCM-min.html\">Patient/PatientTWCM-min</a> \"陳美真\"</p><p><b>就醫事件</b>：<a href=\"Encounter-EncounterTWCM-min.html\">Encounter/EncounterTWCM-min</a></p><p><b>報告日期</b>：2010-04-10 11:10:20-0800</p><p><b>檢驗檢查名稱</b>：VDRL、HSV IgM</p><p><b>檢驗結果</b>：<a href=\"Observation-ObservationTWCM-min.html\">Observation/ObservationTWCM-min</a></p><p><b>基於請求</b>：<a href=\"ServiceRequest-ServiceRequestTWCM-min.html\">ServiceRequest/ServiceRequestTWCM-min</a></p><p><b>檢驗結果</b>：<a href=\"Observation-ObservationTWCM-pro.html\">Observation/ObservationTWCM-pro</a></p><p><b>基於請求</b>：<a href=\"ServiceRequest-ServiceRequestTWCM-pro.html\">ServiceRequest/ServiceRequestTWCM-pro</a></p></div>"
  ] ;
  fhir:DiagnosticReport.basedOn [
     fhir:index 0 ;
     fhir:link <https://www.nricm.edu.tw/twcm/ServiceRequest/ServiceRequestTWCM-min> ;
     fhir:Reference.reference [ fhir:value "ServiceRequest/ServiceRequestTWCM-min" ]
  ], [
     fhir:index 1 ;
     fhir:link <https://www.nricm.edu.tw/twcm/ServiceRequest/ServiceRequestTWCM-pro> ;
     fhir:Reference.reference [ fhir:value "ServiceRequest/ServiceRequestTWCM-pro" ]
  ] ;
  fhir:DiagnosticReport.status [ fhir:value "final"] ;
  fhir:DiagnosticReport.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0074" ] ;
       fhir:Coding.code [ fhir:value "LAB" ] ;
       fhir:Coding.display [ fhir:value "Laboratory" ]
     ]
  ] ;
  fhir:DiagnosticReport.code [
     fhir:CodeableConcept.text [ fhir:value "VDRL、HSV IgM" ]
  ] ;
  fhir:DiagnosticReport.subject [
     fhir:link <https://www.nricm.edu.tw/twcm/Patient/PatientTWCM-min> ;
     fhir:Reference.reference [ fhir:value "Patient/PatientTWCM-min" ]
  ] ;
  fhir:DiagnosticReport.encounter [
     fhir:link <https://www.nricm.edu.tw/twcm/Encounter/EncounterTWCM-min> ;
     fhir:Reference.reference [ fhir:value "Encounter/EncounterTWCM-min" ]
  ] ;
  fhir:DiagnosticReport.effectiveDateTime [ fhir:value "2010-04-10T11:10:20+08:00"^^xsd:dateTime] ;
  fhir:DiagnosticReport.result [
     fhir:index 0 ;
     fhir:link <https://www.nricm.edu.tw/twcm/Observation/ObservationTWCM-min> ;
     fhir:Reference.reference [ fhir:value "Observation/ObservationTWCM-min" ]
  ], [
     fhir:index 1 ;
     fhir:link <https://www.nricm.edu.tw/twcm/Observation/ObservationTWCM-pro> ;
     fhir:Reference.reference [ fhir:value "Observation/ObservationTWCM-pro" ]
  ] .

# - ontology header ------------------------------------------------------------

<https://www.nricm.edu.tw/twcm/DiagnosticReport/DiagnosticReportTWCM-min.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

