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 loinc: <https://loinc.org/rdf/> .
@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:Composition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ExampleHIEComposition"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://nshr.dha.go.ke/fhir/StructureDefinition/composition"^^xsd:anyURI ;
fhir:l <https://nshr.dha.go.ke/fhir/StructureDefinition/composition> ] )
] ; #
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: Composition ExampleHIEComposition</b></p><a name=\"ExampleHIEComposition\"> </a><a name=\"hcExampleHIEComposition\"> </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-composition.html\">HIE Composition</a></p></div><p><b>identifier</b>: Accession ID/comp-12345 (use: official, )</p><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 11502-2}\">Narrative document</span></p><p><b>category</b>: <span title=\"Codes:{http://loinc.org LP173421-1}\">Clinical document</span></p><p><b>encounter</b>: <a href=\"Encounter/example\">Encounter/example</a></p><p><b>date</b>: 2024-11-01 10:00:00+0000</p><p><b>author</b>: <a href=\"Organization/example\">Organization/example</a></p><p><b>title</b>: Composition Title</p><p><b>confidentiality</b>: N</p><h3>Attesters</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Mode</b></td><td><b>Time</b></td><td><b>Party</b></td></tr><tr><td style=\"display: none\">*</td><td>Legal</td><td>2024-11-01 10:00:00+0000</td><td><a href=\"Practitioner/example\">Practitioner/example</a></td></tr></table><p><b>custodian</b>: <a href=\"Organization/example\">Organization/example</a></p><h3>Events</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Detail</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://loinc.org XYZ}\">Event Code Placeholder</span></td><td><a href=\"Procedure/example\">Procedure/example</a></td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier [
fhir:use [ fhir:v "official" ] ;
fhir:type [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v2-0203> ] ;
fhir:code [ fhir:v "ACSN" ] ;
fhir:display [ fhir:v "Accession ID" ] ] ) ] ;
fhir:system [
fhir:v "http://example.org/hie/compositions"^^xsd:anyURI ;
fhir:l <http://example.org/hie/compositions> ] ;
fhir:value [ fhir:v "comp-12345" ]
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:type [
( fhir:coding [
a loinc:11502-2 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org> ] ;
fhir:code [ fhir:v "11502-2" ] ;
fhir:display [ fhir:v "Narrative document" ] ] )
] ; #
fhir:category ( [
( fhir:coding [
a loinc:LP173421-1 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org> ] ;
fhir:code [ fhir:v "LP173421-1" ] ;
fhir:display [ fhir:v "Clinical document" ] ] )
] ) ; #
fhir:subject [
fhir:l fhir:Patient/example ;
fhir:reference [ fhir:v "Patient/example" ]
] ; #
fhir:encounter [
fhir:l fhir:Encounter/example ;
fhir:reference [ fhir:v "Encounter/example" ]
] ; #
fhir:date [ fhir:v "2024-11-01T10:00:00Z"^^xsd:dateTime] ; #
fhir:author ( [
fhir:l fhir:Organization/example ;
fhir:reference [ fhir:v "Organization/example" ]
] ) ; #
fhir:title [ fhir:v "Composition Title"] ; #
fhir:confidentiality [ fhir:v "N"] ; #
fhir:attester ( [
fhir:mode [ fhir:v "legal" ] ;
fhir:time [ fhir:v "2024-11-01T10:00:00Z"^^xsd:dateTime ] ;
fhir:party [
fhir:l fhir:Practitioner/example ;
fhir:reference [ fhir:v "Practitioner/example" ] ]
] ) ; #
fhir:custodian [
fhir:l fhir:Organization/example ;
fhir:reference [ fhir:v "Organization/example" ]
] ; #
fhir:event ( [
( fhir:code [
( fhir:coding [
a loinc:XYZ ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org> ] ;
fhir:code [ fhir:v "XYZ" ] ;
fhir:display [ fhir:v "Event Code Placeholder" ] ] ) ] ) ;
( fhir:detail [
fhir:l fhir:Procedure/example ;
fhir:reference [ fhir:v "Procedure/example" ] ] )
] ) ; #
fhir:section ( [
fhir:title [ fhir:v "Clinical Summary" ] ;
fhir:code [
( fhir:coding [
a loinc:34133-9 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org> ] ;
fhir:code [ fhir:v "34133-9" ] ;
fhir:display [ fhir:v "Summary of episode note" ] ] ) ] ;
( fhir:author [
fhir:l fhir:Practitioner/example ;
fhir:reference [ fhir:v "Practitioner/example" ] ] ) ;
( fhir:entry [
fhir:l fhir:Observation/example ;
fhir:reference [ fhir:v "Observation/example" ] ] )
] ) . #
IG © 2025+ Kathurima Kimathi. Package hie-fhir-ig-profile#0.1.0 based on FHIR 4.3.0. Generated 2026-01-09
Links: Table of Contents |
QA Report