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 - Kisumu County Patient - 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:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "KisumuPatientExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.kisumuhealth.co.ke/StructureDefinition/ksm-patient"^^xsd:anyURI ;
fhir:link <http://fhir.kisumuhealth.co.ke/StructureDefinition/ksm-patient>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient KisumuPatientExample</b></p><a name=\"KisumuPatientExample\"> </a><a name=\"hcKisumuPatientExample\"> </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-ksm-patient.html\">Patient - Kisumu Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Achieng Grace Odhiambo  Female, DoB: 1990-04-23 ( http://moh.kenya/identifier/nationalID-no#12345678)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td>true</td><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-MaritalStatus M}\">Married</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Ids:</td><td colspan=\"3\"><ul><li><code>http://moh.kenya/identifier/NUPI</code>/NUPI-00123456789</li><li><code>http://moh.kenya/identifier/passport-No</code>/KE1234567</li><li><code>http://moh.kenya/identifier/birthCertificate-No</code>/BC-19900423-XYZ</li><li><code>http://moh.kenya/identifier/birthNotification-No</code>/BN-19900423-XYZ</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li><a href=\"tel:+254712345678\">+254712345678</a></li><li>Nyamasaria, Kisumu East, Kisumu County, Kenya</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Managing Organization: <a href=\"Organization-ksm-organization-example.html\">Organization Kisumu County Referral Hospital</a></li></ul></td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://moh.kenya/identifier/nationalID-no"^^xsd:anyURI ] ;
fhir:value [ fhir:v "12345678" ]
  ] [
fhir:system [ fhir:v "http://moh.kenya/identifier/NUPI"^^xsd:anyURI ] ;
fhir:value [ fhir:v "NUPI-00123456789" ]
  ] [
fhir:system [ fhir:v "http://moh.kenya/identifier/passport-No"^^xsd:anyURI ] ;
fhir:value [ fhir:v "KE1234567" ]
  ] [
fhir:system [ fhir:v "http://moh.kenya/identifier/birthCertificate-No"^^xsd:anyURI ] ;
fhir:value [ fhir:v "BC-19900423-XYZ" ]
  ] [
fhir:system [ fhir:v "http://moh.kenya/identifier/birthNotification-No"^^xsd:anyURI ] ;
fhir:value [ fhir:v "BN-19900423-XYZ" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:name ( [
fhir:family [ fhir:v "Odhiambo" ] ;
    ( fhir:given [ fhir:v "Achieng" ] [ fhir:v "Grace" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+254712345678" ]
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:birthDate [ fhir:v "1990-04-23"^^xsd:date] ; # 
  fhir:address ( [
fhir:text [ fhir:v "Nyamasaria, Kisumu East, Kisumu County, Kenya" ] ;
    ( fhir:line [ fhir:v "Milimani Estate" ] [ fhir:v "Hse 13" ] ) ;
fhir:city [ fhir:v "Nyamasaria" ] ;
fhir:district [ fhir:v "Kisumu East" ] ;
fhir:state [ fhir:v "Kisumu" ] ;
fhir:postalCode [ fhir:v "40100" ] ;
fhir:country [ fhir:v "Kenya" ]
  ] ) ; # 
  fhir:maritalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"^^xsd:anyURI ] ;
fhir:code [ fhir:v "M" ]     ] )
  ] ; # 
  fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/ksm-organization-example" ]
  ] . #