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

: PIMS Specimen - Considered Ready For Testing - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Specimen ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "PimsAvailableSpecimenForRevokedRequestExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://moh.bw.org/StructureDefinition/uat-pims-specimen"^^xsd:anyURI ;
fhir:link <http://moh.bw.org/StructureDefinition/uat-pims-specimen>     ] )
  ] ; # 
  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: Specimen PimsAvailableSpecimenForRevokedRequestExample</b></p><a name=\"PimsAvailableSpecimenForRevokedRequestExample\"> </a><a name=\"hcPimsAvailableSpecimenForRevokedRequestExample\"> </a><a name=\"PimsAvailableSpecimenForRevokedRequestExample-en-US\"> </a><p><b>identifier</b>: <code>http://moh.bw.org/identifier/specimen-id</code>/abc123</p><p><b>status</b>: Available</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 119361006}\">Specimen Type</span></p><p><b>subject</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>receivedTime</b>: 2022-07-28</p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Collected[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>2022-07-28</td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://moh.bw.org/identifier/specimen-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "abc123" ]
  ] ) ; # 
  fhir:status [ fhir:v "available"] ; # 
  fhir:type [
    ( fhir:coding [
a sct:119361006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "119361006" ]     ] ) ;
fhir:text [ fhir:v "Specimen Type" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/PimsGeneralPatientExample" ]
  ] ; # 
  fhir:receivedTime [ fhir:v "2022-07-28"^^xsd:date] ; # 
  fhir:collection [
fhir:collected [ fhir:v "2022-07-28"^^xsd:date ]
  ] . #