SGHI FHIR Profile Implementation Guide
0.1.0 - ci-build

SGHI FHIR Profile 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/sil_fhir_profile_ig/ and changes regularly. See the Directory of published versions

: ExampleSGHIPatient - 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 "ExampleSGHIPatient"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.slade360.co.ke/fhir/StructureDefinition/sghi-patient"^^xsd:anyURI ;
fhir:link <https://fhir.slade360.co.ke/fhir/StructureDefinition/sghi-patient>     ] [ fhir:v "{{HAPI_FHIR_BASE_URL}}/StructureDefinition/sghi-patient"^^xsd:anyURI ] )
  ] ; # 
  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 ExampleSGHIPatient</b></p><a name=\"ExampleSGHIPatient\"> </a><a name=\"hcExampleSGHIPatient\"> </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\">Profiles: <a href=\"StructureDefinition-sghi-patient.html\">SGHI Patient</a>, <code>{{HAPI_FHIR_BASE_URL}}/StructureDefinition/sghi-patient</code></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">James Pond(official) Male, DoB: 1990-07-15 ( Medical Record Number: 12345)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><a href=\"tel:+254-722-123456\">+254-722-123456</a></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: Next of kin\">Next of kin:</td><td colspan=\"3\"><ul><li>Mary Pond(Official)</li><li><a href=\"tel:+254-733-987654\">+254-733-987654</a></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-ExampleSGHIOrganization.html\">Organization SGHI Healthcare Organization</a></li></ul></td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MR" ] ;
fhir:display [ fhir:v "Medical Record Number" ]       ] )     ] ;
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:value [ fhir:v "12345" ] ;
fhir:assigner [
fhir:reference [ fhir:v "Organization/ExampleSGHIOrganization" ]     ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:text [ fhir:v "James Pond" ] ;
fhir:family [ fhir:v "Pond" ] ;
    ( fhir:given [ fhir:v "James" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+254-722-123456" ]
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1990-07-15"^^xsd:date] ; # 
  fhir:contact ( [
    ( fhir:relationship [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0131"^^xsd:anyURI ] ;
fhir:code [ fhir:v "N" ] ;
fhir:display [ fhir:v "Next of kin" ]       ] )     ] ) ;
fhir:name [
fhir:use [ fhir:v "official" ] ;
fhir:text [ fhir:v "Mary Pond" ] ;
fhir:family [ fhir:v "Pond" ] ;
      ( fhir:given [ fhir:v "Mary" ] )     ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+254-733-987654" ]     ] )
  ] ) ; # 
  fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/ExampleSGHIOrganization" ]
  ] . #