SGHI FHIR Profile Implementation Guide
0.1.0 - ci-build
SGHI FHIR Profile Implementation Guide, published by Kathurima Kimathi. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/savannahghi/sil_fhir_profile_ig/ and changes regularly. See the Directory of published versions
| Active as of 2026-09-15 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/ValueSet/sample-type> a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "sample-type"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet sample-type</b></p><a name=\"sample-type\"> </a><a name=\"hcsample-type\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/7.3.0/CodeSystem-v2-0487.html\"><code>http://terminology.hl7.org/CodeSystem/v2-0487</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 3.0.0, the version found through the package references\"> version 📦3.0.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/7.3.0/CodeSystem-v2-0487.html#v2-0487-BLD\">BLD</a></td><td>Whole blood</td><td>Whole blood</td></tr><tr><td><a href=\"http://terminology.hl7.org/7.3.0/CodeSystem-v2-0487.html#v2-0487-SER\">SER</a></td><td>Serum</td><td>Serum</td></tr><tr><td><a href=\"http://terminology.hl7.org/7.3.0/CodeSystem-v2-0487.html#v2-0487-PLAS\">PLAS</a></td><td>Plasma</td><td>Plasma</td></tr><tr><td><a href=\"http://terminology.hl7.org/7.3.0/CodeSystem-v2-0487.html#v2-0487-URINM\">URINM</a></td><td>Urine (mid-stream)</td><td>Urine, Midstream</td></tr><tr><td><a href=\"http://terminology.hl7.org/7.3.0/CodeSystem-v2-0487.html#v2-0487-CSF\">CSF</a></td><td>Cerebrospinal fluid</td><td>Cerebral spinal fluid</td></tr><tr><td><a href=\"http://terminology.hl7.org/7.3.0/CodeSystem-v2-0487.html#v2-0487-TISS\">TISS</a></td><td>Tissue</td><td>Tissue</td></tr><tr><td><a href=\"http://terminology.hl7.org/7.3.0/CodeSystem-v2-0487.html#v2-0487-SPT\">SPT</a></td><td>Sputum</td><td>Sputum</td></tr><tr><td><a href=\"http://terminology.hl7.org/7.3.0/CodeSystem-v2-0487.html#v2-0487-STL\">STL</a></td><td>Stool</td><td>Stool = Fecal</td></tr></table></li><li>Include these codes as defined in <a href=\"CodeSystem-specimen-collection-codesystem.html\"><code>https://fhir.slade360.co.ke/fhir/CodeSystem/specimen-collection-codesystem</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version 📦0.1.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-specimen-collection-codesystem.html#specimen-collection-codesystem-swab\">swab</a></td><td>Swab</td><td>Material collected on a swab, whatever the site. The site is recorded on the specimen, not in this code.</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [ fhir:v "https://fhir.slade360.co.ke/fhir/ValueSet/sample-type"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "SGHISampleType"] ; #
fhir:title [ fhir:v "SGHI Sample Type"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2026-09-15T11:40:24+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Kathurima Kimathi"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Kathurima Kimathi" ] ;
fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.linkedin.com/in/kathurima-kimathi/" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "kathurimakimathi415@gmail.com" ]
] )
] [
fhir:name [ fhir:v "Oscar John" ] ;
fhir:telecom ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "oscarjohnotieno@gmail.com" ] ;
fhir:use [ fhir:v "work" ]
] )
] [
fhir:name [ fhir:v "Kennedy Omondi" ] ;
fhir:telecom ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "kennankole@gmail.com" ] ;
fhir:use [ fhir:v "work" ]
] )
] ) ; #
fhir:description [ fhir:v "The material a sample consists of, as chosen when collecting it. Distinct from SGHISpecimenTypeVs, which names the procedure that obtained the sample rather than the material."] ; #
fhir:compose [
fhir:include ( [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0487"^^xsd:anyURI ] ;
fhir:concept ( [
fhir:code [ fhir:v "BLD" ] ;
fhir:display [ fhir:v "Whole blood" ]
] [
fhir:code [ fhir:v "SER" ] ;
fhir:display [ fhir:v "Serum" ]
] [
fhir:code [ fhir:v "PLAS" ] ;
fhir:display [ fhir:v "Plasma" ]
] [
fhir:code [ fhir:v "URINM" ] ;
fhir:display [ fhir:v "Urine (mid-stream)" ]
] [
fhir:code [ fhir:v "CSF" ] ;
fhir:display [ fhir:v "Cerebrospinal fluid" ]
] [
fhir:code [ fhir:v "TISS" ] ;
fhir:display [ fhir:v "Tissue" ]
] [
fhir:code [ fhir:v "SPT" ] ;
fhir:display [ fhir:v "Sputum" ]
] [
fhir:code [ fhir:v "STL" ] ;
fhir:display [ fhir:v "Stool" ]
] )
] [
fhir:system [ fhir:v "https://fhir.slade360.co.ke/fhir/CodeSystem/specimen-collection-codesystem"^^xsd:anyURI ] ;
fhir:concept ( [
fhir:code [ fhir:v "swab" ] ;
fhir:display [ fhir:v "Swab" ]
] )
] )
] . #
IG © 2025+ Kathurima Kimathi. Package silfhirprofileig#0.1.0 based on FHIR 5.0.0. Generated 2026-09-15
Links: Table of Contents |
QA Report