Botswana FHIR Implementation Guide - Laboratory, 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/bw-laboratory-workflows-ig/ and changes regularly. See the Directory of published versions
: PIMS Task - Lab Order Completed - 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:Task ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "PimsLabResultTaskExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://moh.bw.org/StructureDefinition/uat-pims-lab-order-task"^^xsd:anyURI ;
fhir:link <http://moh.bw.org/StructureDefinition/uat-pims-lab-order-task> ] )
] ; #
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: Task PimsLabResultTaskExample</b></p><a name=\"PimsLabResultTaskExample\"> </a><a name=\"hcPimsLabResultTaskExample\"> </a><a name=\"PimsLabResultTaskExample-en-US\"> </a><p><b>identifier</b>: <code>http://moh.bw.org/identifier/task-id</code>/ORDER12345</p><p><b>basedOn</b>: <a href=\"ServiceRequest-PimsCompletedServiceRequestExample.html\">ServiceRequest CD4</a></p><p><b>status</b>: Completed</p><p><b>intent</b>: order</p><p><b>for</b>: <a href=\"Patient-PimsGeneralPatientExample.html\">Mark Adams Male, DoB: 2000-11-11 ( http://moh.bw.org/ext/identifier/pims#pims id)</a></p><p><b>executionPeriod</b>: 2022-07-28 --> 2022-07-30</p><p><b>requester</b>: <a href=\"Organization-CurrentServiceProviderExample.html\">Organization Meshwalkiya Health Center</a></p><p><b>owner</b>: <a href=\"Organization-CurrentServiceProviderExample.html\">Organization Meshwalkiya Health Center</a></p><h3>Outputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">Some Lab Result</span></td><td><a href=\"DiagnosticReport-PimsLabResultsDiagnosticReportExample.html\">Diagnostic Report for '' for '->Mark Adams Male, DoB: 2000-11-11 ( http://moh.bw.org/ext/identifier/pims#pims id)'</a></td></tr></table></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://moh.bw.org/identifier/task-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ORDER12345" ]
] ) ; #
fhir:basedOn ( [
fhir:reference [ fhir:v "ServiceRequest/PimsCompletedServiceRequestExample" ]
] ) ; #
fhir:status [ fhir:v "completed"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:for [
fhir:reference [ fhir:v "Patient/PimsGeneralPatientExample" ]
] ; #
fhir:executionPeriod [
fhir:start [ fhir:v "2022-07-28"^^xsd:date ] ;
fhir:end [ fhir:v "2022-07-30"^^xsd:date ]
] ; #
fhir:requester [
fhir:reference [ fhir:v "Organization/CurrentServiceProviderExample" ]
] ; #
fhir:owner [
fhir:reference [ fhir:v "Organization/CurrentServiceProviderExample" ]
] ; #
fhir:output ( [
fhir:type [
fhir:text [ fhir:v "Some Lab Result" ] ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "DiagnosticReport/PimsLabResultsDiagnosticReportExample" ] ]
] ) . #