0.1.0 - ci-build

KISUMUHIEFHIRIG, published by intellisoftkenya. 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/IntelliSOFT-Consulting/Kisumu-County-HIE-FHIR-IG/ and changes regularly. See the Directory of published versions

: Example – KCHIP Referral - TTL Representation

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "KCHIPReferralExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.kisumuhealth.co.ke/StructureDefinition/kchip-referral"^^xsd:anyURI ;
fhir:link <http://fhir.kisumuhealth.co.ke/StructureDefinition/kchip-referral>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest KCHIPReferralExample</b></p><a name=\"KCHIPReferralExample\"> </a><a name=\"hcKCHIPReferralExample\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-kchip-referral.html\">KCHIP Referral Request</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>subject</b>: <a href=\"Patient-KisumuPatientExample.html\">Achieng Grace Odhiambo  Female, DoB: 1990-04-23 ( http://moh.kenya/identifier/nationalID-no#12345678)</a></p><p><b>occurrence</b>: 2026-05-10</p><p><b>requester</b>: <a href=\"Practitioner/example-practitioner-01\">Practitioner/example-practitioner-01</a></p><p><b>performer</b>: <a href=\"Organization/kisumu-county-hospital\">Organization/kisumu-county-hospital</a></p><p><b>reasonCode</b>: <span title=\"Codes:\">Pre-eclampsia at 36 weeks – BP 145/95, urine protein 2+. Referred for consultant-level management.</span></p><p><b>note</b>: </p><blockquote><div><p>Patient is G3P2. On methyldopa 250mg BD. Fetal heart sounds present. FHR 148/min.</p>\n</div></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/KisumuPatientExample" ]
  ] ; # 
  fhir:occurrence [
a fhir:dateTime ;
fhir:v "2026-05-10"^^xsd:date
  ] ; # 
  fhir:requester [
fhir:reference [ fhir:v "Practitioner/example-practitioner-01" ]
  ] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Organization/kisumu-county-hospital" ]
  ] ) ; # 
  fhir:reasonCode ( [
fhir:text [ fhir:v "Pre-eclampsia at 36 weeks – BP 145/95, urine protein 2+. Referred for consultant-level management." ]
  ] ) ; # 
  fhir:note ( [
fhir:text [ fhir:v "Patient is G3P2. On methyldopa 250mg BD. Fetal heart sounds present. FHR 148/min." ]
  ] ) . #