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

: Organization - Current Laboratory - 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:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "LaboratoryProviderExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://moh.bw.org/StructureDefinition/uat-organization"^^xsd:anyURI ;
fhir:link <http://moh.bw.org/StructureDefinition/uat-organization>     ] )
  ] ; # 
  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: Organization LaboratoryProviderExample</b></p><a name=\"LaboratoryProviderExample\"> </a><a name=\"hcLaboratoryProviderExample\"> </a><a name=\"LaboratoryProviderExample-en-US\"> </a><p><b>identifier</b>: <code>http://moh.bw.org/identifier/mohid</code>/MOH001, <code>http://moh.bw.org/identifier/hfuid</code>/HFUID001, <code>http://moh.bw.org/ext/identifier/mfl-code</code>/MFL</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 45899008}\">Laboratory</span></p><p><b>name</b>: Meshwalkiya Health Center</p><p><b>address</b>: Meshulekia Kirkos Addis Ababa </p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://moh.bw.org/identifier/mohid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MOH001" ]
  ] [
fhir:system [ fhir:v "http://moh.bw.org/identifier/hfuid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "HFUID001" ]
  ] [
fhir:system [ fhir:v "http://moh.bw.org/ext/identifier/mfl-code"^^xsd:anyURI ] ;
fhir:value [
fhir:v "MFL" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://moh.bw.org/StructureDefinition/master-facility-list-code"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
          ( fhir:coding [
fhir:system [ fhir:v "http://moh.bw.org/CodeSystem/cs-master-facility-list"^^xsd:anyURI ] ;
fhir:code [ fhir:v "537111-7" ]           ] )         ]       ] )     ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:type ( [
    ( fhir:coding [
a sct:45899008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "45899008" ]     ] ) ;
fhir:text [ fhir:v "Laboratory" ]
  ] ) ; # 
  fhir:name [ fhir:v "Meshwalkiya Health Center"] ; # 
  fhir:address ( [
    ( fhir:line [ fhir:v "Meshulekia" ] ) ;
fhir:city [ fhir:v "Kirkos" ] ;
fhir:district [ fhir:v "Kirkos woreda 9" ] ;
fhir:state [ fhir:v "Addis Ababa" ]
  ] ) . #