lhssFHIRIG, published by IntelliSOFT Consulting Kenya. 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/LHSS-FHIR-IG/ and changes regularly. See the Directory of published versions
: CBPatientExample - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 "CBPatientExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://example.org/StructureDefinition/CB-Patient"^^xsd:anyURI ;
fhir:link <http://example.org/StructureDefinition/CB-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 CBPatientExample</b></p><a name=\"CBPatientExample\"> </a><a name=\"hcCBPatientExample\"> </a><a name=\"CBPatientExample-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Joseph Joe Jonjo Male, DoB: 2023-06-17 ( National Id: 23516777 (use: official, ))</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 status of Patient\">Deceased:</td><td>false</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes:\">single</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">Seasons Nairobi County Kenya </td></tr></table></div>"
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:type [
( fhir:coding [
fhir:code [ fhir:v "49af6cdc-7968-4abb-bf46-de10d7f4859f" ] ] ) ;
fhir:text [ fhir:v "National Id" ] ] ;
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.3.26.1.1"^^xsd:anyURI ] ;
fhir:value [ fhir:v "23516777" ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:name ( [
fhir:family [ fhir:v "Jonjo" ] ;
( fhir:given [ fhir:v "Joseph Joe" ] )
] ) ; #
fhir:gender [ fhir:v "male"] ; #
fhir:birthDate [ fhir:v "2023-06-17"^^xsd:date] ; #
fhir:deceased [ fhir:v "false"^^xsd:boolean] ; #
fhir:address ( [
fhir:city [ fhir:v "Seasons" ] ;
fhir:district [ fhir:v "Kasarani Sub-county" ] ;
fhir:state [ fhir:v "Nairobi County" ] ;
fhir:country [ fhir:v "Kenya" ]
] ) ; #
fhir:maritalStatus [
( fhir:coding [
fhir:code [ fhir:v "single" ] ] )
] . #