Botswana Laboratory HIE Workflow Implementation Guide
0.2.0 - ci-build

Botswana Laboratory HIE Workflow Implementation Guide - Local Development build (v0.2.0). See the Directory of published versions

: Laboratory DiagnosticReport - TTL Representation

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:DiagnosticReport;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "example-bw-ipms-diagnostic-report"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://b-techbw.github.io/bw-lab-ig/StructureDefinition/bw-lab-diagnostic-report";
       fhir:index 0;
       fhir:link <http://b-techbw.github.io/bw-lab-ig/StructureDefinition/bw-lab-diagnostic-report>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes: {L COVID}\">SARS-CoV-2 PCR</span> (<span title=\"Codes: \">LAB</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Unable to get Patient Details</td></tr><tr><td>When For</td><td>2021-06-03T14:00:00Z</td></tr><tr><td>Identifier:</td><td> FILL: ?ngen-9?</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>Flags</b></td><td><b>When For</b></td></tr><tr><td><a href=\"Observation-example-bw-ipms-obs-1.html\"><span title=\"Codes: {L COVID}\">SARS-CoV-2 PCR</span></a></td><td>INCONCLUSIVE</td><td><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation N}\">Normal</span></td><td>2021-06-10T15:49:00Z</td></tr><tr><td><a href=\"Observation-example-bw-ipms-obs-2.html\"><span title=\"Codes: {L S-Cov-2-RVW}\">SARS-CoV-2 PCR REVIEW</span></a></td><td>.</td><td><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation N}\">Normal</span></td><td>2021-06-10T15:49:00Z</td></tr></table></div>"
  ];
  fhir:DiagnosticReport.identifier [
     fhir:index 0;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.code [ fhir:value "FILL" ]       ], [
         fhir:index 1;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ]       ]     ]
  ];
  fhir:DiagnosticReport.status [ fhir:value "final"];
  fhir:DiagnosticReport.category [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.code [ fhir:value "LAB" ]     ]
  ];
  fhir:DiagnosticReport.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "L" ];
       fhir:Coding.code [ fhir:value "COVID" ];
       fhir:Coding.display [ fhir:value "SARS-CoV-2 PCR" ]     ]
  ];
  fhir:DiagnosticReport.subject [
     fhir:Reference.reference [ fhir:value "example-ipms-patient" ];
     fhir:Reference.type [ fhir:value "Patient" ]
  ];
  fhir:DiagnosticReport.effectiveDateTime [ fhir:value "2021-06-03T14:00:00.000Z"^^xsd:dateTime];
  fhir:DiagnosticReport.result [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Observation/example-bw-ipms-obs-1" ];
     fhir:Reference.type [ fhir:value "Observation" ]
  ], [
     fhir:index 1;
     fhir:Reference.reference [ fhir:value "Observation/example-bw-ipms-obs-2" ];
     fhir:Reference.type [ fhir:value "Observation" ]
  ].

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

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.