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
@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:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "KCHIPPregnancyContextExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.kisumuhealth.co.ke/StructureDefinition/kchip-pregnancy-context"^^xsd:anyURI ;
fhir:link <http://fhir.kisumuhealth.co.ke/StructureDefinition/kchip-pregnancy-context> ] )
] ; #
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: Observation KCHIPPregnancyContextExample</b></p><a name=\"KCHIPPregnancyContextExample\"> </a><a name=\"hcKCHIPPregnancyContextExample\"> </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-pregnancy-context.html\">KCHIP Pregnancy Context</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://fhir.kisumuhealth.co.ke/CodeSystem/KCHIPCodes pregnancy-context-panel}\">Pregnancy Context Panel</span></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>effective</b>: 2026-05-10 09:00:00+0300</p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 11996-6}\">Gravida</span></p><p><b>value</b>: 3</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 11977-6}\">Parity</span></p><p><b>value</b>: 2</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8691-8}\">History of Pregnancies Narrative</span></p><p><b>value</b>: Previous SVD x2; no complications. Current pregnancy: previous caesarean section risk noted.</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8665-2}\">Last menstrual period start date</span></p><p><b>value</b>: 2025-08-14</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 11778-8}\">Delivery date Estimated</span></p><p><b>value</b>: 2026-05-21</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 18185-9}\">Gestational age</span></p><p><b>value</b>: 36 wk<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codewk = 'wk')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 11884-4}\">Gestational age Estimated from last menstrual period and ultrasound</span></p><p><b>value</b>: 35 wk<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codewk = 'wk')</span></p></blockquote></div>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://fhir.kisumuhealth.co.ke/CodeSystem/KCHIPCodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "pregnancy-context-panel" ] ;
fhir:display [ fhir:v "Pregnancy Context Panel" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/KisumuPatientExample" ]
] ; #
fhir:effective [
a fhir:dateTime ;
fhir:v "2026-05-10T09:00:00+03:00"^^xsd:dateTime
] ; #
fhir:component ( [
fhir:code [
( fhir:coding [
a loinc:11996-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11996-6" ] ;
fhir:display [ fhir:v "Gravida" ] ] ) ] ;
fhir:value [
a fhir:integer ;
fhir:v 3 ]
] [
fhir:code [
( fhir:coding [
a loinc:11977-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11977-6" ] ;
fhir:display [ fhir:v "Parity" ] ] ) ] ;
fhir:value [
a fhir:integer ;
fhir:v 2 ]
] [
fhir:code [
( fhir:coding [
a loinc:8691-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8691-8" ] ;
fhir:display [ fhir:v "History of Pregnancies Narrative" ] ] ) ] ;
fhir:value [
a fhir:string ;
fhir:v "Previous SVD x2; no complications. Current pregnancy: previous caesarean section risk noted." ]
] [
fhir:code [
( fhir:coding [
a loinc:8665-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8665-2" ] ;
fhir:display [ fhir:v "Last menstrual period start date" ] ] ) ] ;
fhir:value [
a fhir:dateTime ;
fhir:v "2025-08-14"^^xsd:date ]
] [
fhir:code [
( fhir:coding [
a loinc:11778-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11778-8" ] ;
fhir:display [ fhir:v "Delivery date Estimated" ] ] ) ] ;
fhir:value [
a fhir:dateTime ;
fhir:v "2026-05-21"^^xsd:date ]
] [
fhir:code [
( fhir:coding [
a loinc:18185-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "18185-9" ] ;
fhir:display [ fhir:v "Gestational age" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "36"^^xsd:decimal ] ;
fhir:unit [ fhir:v "wk" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "wk" ] ]
] [
fhir:code [
( fhir:coding [
a loinc:11884-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11884-4" ] ;
fhir:display [ fhir:v "Gestational age Estimated from last menstrual period and ultrasound" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "35"^^xsd:decimal ] ;
fhir:unit [ fhir:v "wk" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "wk" ] ]
] ) . #
IG © 2025+ intellisoftkenya. Package fhir.kisumuhie#0.1.0 based on FHIR 4.0.1. Generated 2026-06-16
Links: Table of Contents |
QA Report