Botswana FHIR Implementation Guide
1.0.0 - STU1 Botswana flag

Botswana FHIR Implementation Guide, published by Jembi Health Systems. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jembi/botswana-hie-fhir-ig/ and changes regularly. See the Directory of published versions

: OpenMRS Diagnostic Report - Lab Result - TTL Representation

Raw ttl | Download


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

 a fhir:DiagnosticReport ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "OpenMrsLabResultsDiagnosticReportExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://moh.bw.org/StructureDefinition/uat-openmrs-diagnostic-report"^^xsd:anyURI ;
fhir:link <http://moh.bw.org/StructureDefinition/uat-openmrs-diagnostic-report>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport OpenMrsLabResultsDiagnosticReportExample</b></p><a name=\"OpenMrsLabResultsDiagnosticReportExample\"> </a><a name=\"hcOpenMrsLabResultsDiagnosticReportExample\"> </a><a name=\"OpenMrsLabResultsDiagnosticReportExample-en-US\"> </a><h2><span title=\"Codes:\">Some Test Type</span> (<span title=\"Codes:{http://loinc.org 11502-2}\">Laboratory report</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Mark Adams  Male, DoB: 2000-11-11 ( http://moh.bw.org/ext/identifier/openmrs#openmrs id)</td></tr><tr><td>Reported</td><td>2022-07-28 13:28:17-0500</td></tr><tr><td>Performer</td><td> <a href=\"Practitioner-GeneralPractitionerExample.html\">Practitioner Tom Junes Smith </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>Flags</b></td><td><b>When For</b></td></tr><tr><td><a href=\"Observation-OpenMrsTestResultExample.html\"><span title=\"Codes:\">Some code</span></a></td><td>Positive</td><td>Final</td><td>2022-11-30</td></tr></table></div>"
  ] ; # 
  fhir:basedOn ( [
fhir:reference [ fhir:v "ServiceRequest/OpenMrsCompletedServiceRequestExample" ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
a loinc:11502-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11502-2" ]     ] )
  ] ) ; # 
  fhir:code [
fhir:text [ fhir:v "Some Test Type" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/OpenMrsGeneralPatientExample" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/OpenMrsGeneralEncounterExample" ]
  ] ; # 
  fhir:issued [ fhir:v "2022-07-28T13:28:17-05:00"^^xsd:dateTime] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/GeneralPractitionerExample" ]
  ] ) ; # 
  fhir:result ( [
fhir:reference [ fhir:v "Observation/OpenMrsTestResultExample" ]
  ] ) . #