SIL HIE Implementation Guide
0.1.0 - sil-hie-active
SIL HIE 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/hie-fhir-ig-profile/ and changes regularly. See the Directory of published versions
@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:EpisodeOfCare ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ExampleKenyaEpisodeOfCare"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://nshr.dha.go.ke/fhir/StructureDefinition/hie-episodeofcare"^^xsd:anyURI ;
fhir:l <https://nshr.dha.go.ke/fhir/StructureDefinition/hie-episodeofcare> ] )
] ; #
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: EpisodeOfCare ExampleKenyaEpisodeOfCare</b></p><a name=\"ExampleKenyaEpisodeOfCare\"> </a><a name=\"hcExampleKenyaEpisodeOfCare\"> </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-hie-episodeofcare.html\">HIE EpisodeOfCare</a></p></div><p><b>identifier</b>: PLAC/EOC-987654321 (use: official, )</p><p><b>status</b>: Active</p><h3>StatusHistories</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Status</b></td><td><b>Period</b></td></tr><tr><td style=\"display: none\">*</td><td>Active</td><td>2025-01-10 09:00:00+0300 --> (ongoing)</td></tr></table><p><b>type</b>: <span title=\"Codes:{http://example.org/fhir/ValueSet/HIEEpisodeOfCareServiceTypesVs outpatient}\">Outpatient</span></p><h3>Diagnoses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Condition</b></td><td><b>Role</b></td><td><b>Rank</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Condition/cond-001\">Condition/cond-001</a></td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/diagnosis-role AD}\">Admission diagnosis</span></td><td>1</td></tr></table><p><b>patient</b>: <a href=\"Patient/pat-001\">Patient/pat-001</a></p><p><b>managingOrganization</b>: <a href=\"Organization/health-facility-001\">Organization/health-facility-001</a></p><p><b>period</b>: 2025-01-10 09:00:00+0300 --> (ongoing)</p><p><b>referralRequest</b>: <a href=\"ServiceRequest/servreq-1001\">ServiceRequest/servreq-1001</a></p><p><b>careManager</b>: <code>HIEPractitioner/prac-001</code></p><p><b>account</b>: <a href=\"Account/acc-001\">Account/acc-001</a></p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:type [
( fhir:coding [
fhir:code [ fhir:v "PLAC" ] ] ) ] ;
fhir:system [
fhir:v "http://khie.health.go.ke/identifiers/episodeofcare"^^xsd:anyURI ;
fhir:l <http://khie.health.go.ke/identifiers/episodeofcare> ] ;
fhir:value [ fhir:v "EOC-987654321" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:statusHistory ( [
fhir:status [ fhir:v "active" ] ;
fhir:period [
fhir:start [ fhir:v "2025-01-10T09:00:00+03:00"^^xsd:dateTime ] ]
] ) ; #
fhir:type ( [
( fhir:coding [
fhir:system [
fhir:v "http://example.org/fhir/ValueSet/HIEEpisodeOfCareServiceTypesVs"^^xsd:anyURI ;
fhir:l <http://example.org/fhir/ValueSet/HIEEpisodeOfCareServiceTypesVs> ] ;
fhir:code [ fhir:v "outpatient" ] ;
fhir:display [ fhir:v "Outpatient" ] ] )
] ) ; #
fhir:diagnosis ( [
fhir:condition [
fhir:l fhir:Condition/cond-001 ;
fhir:reference [ fhir:v "Condition/cond-001" ] ] ;
fhir:role [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/diagnosis-role"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/diagnosis-role> ] ;
fhir:code [ fhir:v "AD" ] ;
fhir:display [ fhir:v "Admission diagnosis" ] ] ) ] ;
fhir:rank [ fhir:v "1"^^xsd:positiveInteger ]
] ) ; #
fhir:patient [
fhir:l fhir:Patient/pat-001 ;
fhir:reference [ fhir:v "Patient/pat-001" ]
] ; #
fhir:managingOrganization [
fhir:l fhir:Organization/health-facility-001 ;
fhir:reference [ fhir:v "Organization/health-facility-001" ]
] ; #
fhir:period [
fhir:start [ fhir:v "2025-01-10T09:00:00+03:00"^^xsd:dateTime ]
] ; #
fhir:referralRequest ( [
fhir:l fhir:ServiceRequest/servreq-1001 ;
fhir:reference [ fhir:v "ServiceRequest/servreq-1001" ]
] ) ; #
fhir:careManager [
fhir:l fhir:HIEPractitioner/prac-001 ;
fhir:reference [ fhir:v "HIEPractitioner/prac-001" ]
] ; #
fhir:account ( [
fhir:l fhir:Account/acc-001 ;
fhir:reference [ fhir:v "Account/acc-001" ]
] ) . #
IG © 2025+ Kathurima Kimathi. Package hie-fhir-ig-profile#0.1.0 based on FHIR 4.3.0. Generated 2025-11-25
Links: Table of Contents |
QA Report