@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://fhir.kisumuhealth.co.ke/Observation/KCHIPDangerSignsExample> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "KCHIPDangerSignsExample"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://fhir.kisumuhealth.co.ke/StructureDefinition/kchip-danger-signs"^^xsd:anyURI ;
       fhir:link <http://fhir.kisumuhealth.co.ke/StructureDefinition/kchip-danger-signs>
     ] )
  ] ; # 
  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 KCHIPDangerSignsExample</b></p><a name=\"KCHIPDangerSignsExample\"> </a><a name=\"hcKCHIPDangerSignsExample\"> </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-danger-signs.html\">KCHIP Danger Signs</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://fhir.kisumuhealth.co.ke/CodeSystem/KCHIPCodes danger-signs-panel}\">Danger Signs Assessment 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>encounter</b>: <a href=\"Encounter-KisumuEncounterExample.html\">Encounter: status = finished; class = ambulatory (ActCode#AMB); serviceType = ANC Encounter; period = 2026-05-10 09:00:00+0300 --&gt; 2026-05-10 10:00:00+0300</a></p><p><b>effective</b>: 2026-05-10 09:45:00+0300</p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://fhir.kisumuhealth.co.ke/CodeSystem/KCHIPCodes danger-vaginal-bleeding}\">Vaginal bleeding</span></p><p><b>value</b>: false</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://fhir.kisumuhealth.co.ke/CodeSystem/KCHIPCodes danger-severe-headache}\">Severe headache</span></p><p><b>value</b>: true</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://fhir.kisumuhealth.co.ke/CodeSystem/KCHIPCodes danger-blurred-vision}\">Blurred vision</span></p><p><b>value</b>: true</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://fhir.kisumuhealth.co.ke/CodeSystem/KCHIPCodes danger-reduced-fetal-movements}\">Reduced fetal movements</span></p><p><b>value</b>: false</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://fhir.kisumuhealth.co.ke/CodeSystem/KCHIPCodes danger-convulsions}\">Convulsions</span></p><p><b>value</b>: false</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://fhir.kisumuhealth.co.ke/CodeSystem/KCHIPCodes danger-severe-abdominal-pain}\">Severe abdominal pain</span></p><p><b>value</b>: false</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 "danger-signs-panel" ] ;
       fhir:display [ fhir:v "Danger Signs Assessment Panel" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:link <http://fhir.kisumuhealth.co.ke/Patient/KisumuPatientExample> ;
     fhir:reference [ fhir:v "Patient/KisumuPatientExample" ]
  ] ; # 
  fhir:encounter [
     fhir:link <http://fhir.kisumuhealth.co.ke/Encounter/KisumuEncounterExample> ;
     fhir:reference [ fhir:v "Encounter/KisumuEncounterExample" ]
  ] ; # 
  fhir:effective [
     a fhir:dateTime ;
     fhir:v "2026-05-10T09:45:00+03:00"^^xsd:dateTime
  ] ; # 
  fhir:component ( [
     fhir:code [
       fhir:coding ( [
         fhir:system [ fhir:v "http://fhir.kisumuhealth.co.ke/CodeSystem/KCHIPCodes"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "danger-vaginal-bleeding" ] ;
         fhir:display [ fhir:v "Vaginal bleeding" ]
       ] )
     ] ;
     fhir:value [
       a fhir:boolean ;
       fhir:v false
     ]
  ] [
     fhir:code [
       fhir:coding ( [
         fhir:system [ fhir:v "http://fhir.kisumuhealth.co.ke/CodeSystem/KCHIPCodes"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "danger-severe-headache" ] ;
         fhir:display [ fhir:v "Severe headache" ]
       ] )
     ] ;
     fhir:value [
       a fhir:boolean ;
       fhir:v true
     ]
  ] [
     fhir:code [
       fhir:coding ( [
         fhir:system [ fhir:v "http://fhir.kisumuhealth.co.ke/CodeSystem/KCHIPCodes"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "danger-blurred-vision" ] ;
         fhir:display [ fhir:v "Blurred vision" ]
       ] )
     ] ;
     fhir:value [
       a fhir:boolean ;
       fhir:v true
     ]
  ] [
     fhir:code [
       fhir:coding ( [
         fhir:system [ fhir:v "http://fhir.kisumuhealth.co.ke/CodeSystem/KCHIPCodes"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "danger-reduced-fetal-movements" ] ;
         fhir:display [ fhir:v "Reduced fetal movements" ]
       ] )
     ] ;
     fhir:value [
       a fhir:boolean ;
       fhir:v false
     ]
  ] [
     fhir:code [
       fhir:coding ( [
         fhir:system [ fhir:v "http://fhir.kisumuhealth.co.ke/CodeSystem/KCHIPCodes"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "danger-convulsions" ] ;
         fhir:display [ fhir:v "Convulsions" ]
       ] )
     ] ;
     fhir:value [
       a fhir:boolean ;
       fhir:v false
     ]
  ] [
     fhir:code [
       fhir:coding ( [
         fhir:system [ fhir:v "http://fhir.kisumuhealth.co.ke/CodeSystem/KCHIPCodes"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "danger-severe-abdominal-pain" ] ;
         fhir:display [ fhir:v "Severe abdominal pain" ]
       ] )
     ] ;
     fhir:value [
       a fhir:boolean ;
       fhir:v false
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

