Botswana FHIR Implementation Guide - Laboratory
1.0.0 - STU1 Botswana flag

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

: Reasons why a lab order was cancelled or rejected - TTL Representation

Active as of 2024-08-28

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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "vs-reason-sample-cancelled-or-rejected"] ; # 
  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: ValueSet vs-reason-sample-cancelled-or-rejected</b></p><a name=\"vs-reason-sample-cancelled-or-rejected\"> </a><a name=\"hcvs-reason-sample-cancelled-or-rejected\"> </a><a name=\"vs-reason-sample-cancelled-or-rejected-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/441510007\">441510007</a></td><td>Blood specimen with anticoagulant</td></tr><tr><td><a href=\"http://snomed.info/id/123840003\">123840003</a></td><td>Sample contaminated</td></tr><tr><td><a href=\"http://snomed.info/id/397933008\">397933008</a></td><td>Equipment error/failure</td></tr><tr><td><a href=\"http://snomed.info/id/281264009\">281264009</a></td><td>Inappropriate bottle or container for sample</td></tr><tr><td><a href=\"http://snomed.info/id/281268007\">281268007</a></td><td>Insufficient sample</td></tr><tr><td><a href=\"http://snomed.info/id/281265005\">281265005</a></td><td>Sample incorrectly labeled</td></tr><tr><td><a href=\"http://snomed.info/id/419182006\">419182006</a></td><td>Supplies not available</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://moh.bw.org/ValueSet/vs-reason-sample-cancelled-or-rejected"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "VSReasonForSampleCancellationOrRejection"] ; # 
  fhir:title [ fhir:v "Reasons why a lab order was cancelled or rejected"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-08-28T16:58:08+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Jembi Health Systems"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Jembi Health Systems" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.jembi.org" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@jembi.org" ]     ] )
  ] [
fhir:name [ fhir:v "Jembi Health Systems" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@jembi.org" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Reasons why a lab order was cancelled or rejected."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "BW" ] ;
fhir:display [ fhir:v "Botswana" ]     ] )
  ] ) ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "441510007" ] ;
fhir:display [ fhir:v "Blood specimen with anticoagulant" ]       ] [
fhir:code [ fhir:v "123840003" ] ;
fhir:display [ fhir:v "Sample contaminated" ]       ] [
fhir:code [ fhir:v "397933008" ] ;
fhir:display [ fhir:v "Equipment error/failure" ]       ] [
fhir:code [ fhir:v "281264009" ] ;
fhir:display [ fhir:v "Inappropriate bottle or container for sample" ]       ] [
fhir:code [ fhir:v "281268007" ] ;
fhir:display [ fhir:v "Insufficient sample" ]       ] [
fhir:code [ fhir:v "281265005" ] ;
fhir:display [ fhir:v "Sample incorrectly labeled" ]       ] [
fhir:code [ fhir:v "419182006" ] ;
fhir:display [ fhir:v "Supplies not available" ]       ] )     ] )
  ] . #