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

: PIMS Lab Order Status Code System - 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:CodeSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "bw-pims-lab-order-status-cs"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://b-techbw.github.io/bw-lab-ig/CodeSystem/bw-pims-lab-order-status-cs defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">ordered<a name=\"bw-pims-lab-order-status-cs-ordered\"> </a></td><td>Ordered</td><td>Order was requested</td></tr><tr><td style=\"white-space:nowrap\">fully-drawn<a name=\"bw-pims-lab-order-status-cs-fully-drawn\"> </a></td><td>Fully-drawn</td><td>All Order specimens were drawn</td></tr><tr><td style=\"white-space:nowrap\">partially-resulted<a name=\"bw-pims-lab-order-status-cs-partially-resulted\"> </a></td><td>Partially-resulted</td><td>Partial results are available</td></tr><tr><td style=\"white-space:nowrap\">cancelled<a name=\"bw-pims-lab-order-status-cs-cancelled\"> </a></td><td>Cancelled</td><td>Order was cancelled</td></tr><tr><td style=\"white-space:nowrap\">partially-drawn<a name=\"bw-pims-lab-order-status-cs-partially-drawn\"> </a></td><td>Partially-drawn</td><td>Some order specimens were drawn</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://b-techbw.github.io/bw-lab-ig/CodeSystem/bw-pims-lab-order-status-cs"];
  fhir:CodeSystem.version [ fhir:value "0.2.0"];
  fhir:CodeSystem.name [ fhir:value "BwPimsLabOrderStatusCS"];
  fhir:CodeSystem.title [ fhir:value "PIMS Lab Order Status Code System"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.experimental [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.date [ fhir:value "2022-02-05T01:33:00+00:00"^^xsd:dateTime];
  fhir:CodeSystem.publisher [ fhir:value "B-TECHBW"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "B-TECHBW" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "www.github.com/b-techbw" ]     ], [
       fhir:index 1;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "pmanko@uw.edu" ]     ]
  ];
  fhir:CodeSystem.description [ fhir:value "PIMS Lab Order Status Code System"];
  fhir:CodeSystem.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
       fhir:Coding.code [ fhir:value "072" ]     ]
  ], [
     fhir:index 1;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
       fhir:Coding.code [ fhir:value "BW" ]     ]
  ];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.count [ fhir:value "5"^^xsd:nonNegativeInteger];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "ordered" ];
     fhir:CodeSystem.concept.display [ fhir:value "Ordered" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Order was requested" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "fully-drawn" ];
     fhir:CodeSystem.concept.display [ fhir:value "Fully-drawn" ];
     fhir:CodeSystem.concept.definition [ fhir:value "All Order specimens were drawn" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "partially-resulted" ];
     fhir:CodeSystem.concept.display [ fhir:value "Partially-resulted" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Partial results are available" ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "cancelled" ];
     fhir:CodeSystem.concept.display [ fhir:value "Cancelled" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Order was cancelled" ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "partially-drawn" ];
     fhir:CodeSystem.concept.display [ fhir:value "Partially-drawn" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Some order specimens were drawn" ]
  ].

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

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