DHIN 2025Connectathon FHIR IG
0.1.0 - draft

DHIN 2025Connectathon FHIR IG, published by DHIN. 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/Nigeria-FHIR-Community/2025Connectathon/ and changes regularly. See the Directory of published versions

: Client Registration Bundle (Immunization) - 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:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "bundle-client-registration"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-client-registration-bundle"^^xsd:anyURI ;
fhir:link <https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-client-registration-bundle>     ] )
  ] ; # 
  fhir:type [ fhir:v "collection"] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "urn:uuid:pat-cr-001"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:pat-cr-001> )
  ] [
fhir:fullUrl [ fhir:v "urn:uuid:org-phc-001"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:org-phc-001> )
  ] ) . # 

<urn:uuid:pat-cr-001> a fhir:Patient ;
  fhir:id [ fhir:v "NgPatient-CR-Client-001"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2025-10-02T09:10:00+01:00"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "https://sandbox.dhin-hie.org/ig/StructureDefinition/NgPatient"^^xsd:anyURI ;
fhir:link <https://sandbox.dhin-hie.org/ig/StructureDefinition/NgPatient>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_NgPatient-CR-Client-001\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient NgPatient-CR-Client-001</b></p><a name=\"NgPatient-CR-Client-001\"> </a><a name=\"hcNgPatient-CR-Client-001\"> </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\">Last updated: 2025-10-02 09:10:00+0100</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-NgPatient.html\">NG Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Chidi Adeyemi  Male, DoB: 2024-02-15 ( Primary Mobile Phone Number of the Client or CareGiver: 08031234567)</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\">No. 4 Market Street Ikeja LA </td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: \">:</td><td colspan=\"3\"><ul><li>Amaka Adeyemi </li><li>No. 4 Market Street Ikeja LA </li><li>ph: 08090001122</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Managing Organization: <a href=\"Bundle-bundle-client-registration.html#urn-uuid-org-phc-001\">Organization Olowo Primary Health Centre</a></li></ul></td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://mtnonline.com/phone-no"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MOBILE" ] ;
fhir:display [ fhir:v "Primary Mobile Phone Number of the Client or CareGiver" ]       ] )     ] ;
fhir:system [ fhir:v "http://mtnonline.com/phone-no"^^xsd:anyURI ] ;
fhir:value [ fhir:v "08031234567" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:name ( [
fhir:family [ fhir:v "Adeyemi" ] ;
    ( fhir:given [ fhir:v "Chidi" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "2024-02-15"^^xsd:date] ; # 
  fhir:address ( [
    ( fhir:line [ fhir:v "No. 4 Market Street" ] ) ;
fhir:city [ fhir:v "Ikeja" ] ;
fhir:district [ fhir:v "ikeja" ] ;
fhir:state [ fhir:v "LA" ]
  ] ) ; # 
  fhir:contact ( [
    ( fhir:relationship [
fhir:text [ fhir:v "MOTHER" ]     ] ) ;
fhir:name [
fhir:family [ fhir:v "Adeyemi" ] ;
      ( fhir:given [ fhir:v "Amaka" ] )     ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "08090001122" ]     ] ) ;
fhir:address [
      ( fhir:line [ fhir:v "No. 4 Market Street" ] ) ;
fhir:city [ fhir:v "Ikeja" ] ;
fhir:district [ fhir:v "ikeja" ] ;
fhir:state [ fhir:v "LA" ]     ]
  ] ) ; # 
  fhir:managingOrganization [
fhir:reference [ fhir:v "urn:uuid:org-phc-001" ]
  ] . # 

<urn:uuid:org-phc-001> a fhir:Organization ;
  fhir:id [ fhir:v "NgOrganization-CR-PHC-001"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-organization"^^xsd:anyURI ;
fhir:link <https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-organization>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_NgOrganization-CR-PHC-001\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization NgOrganization-CR-PHC-001</b></p><a name=\"NgOrganization-CR-PHC-001\"> </a><a name=\"hcNgOrganization-CR-PHC-001\"> </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-ng-organization.html\">NG Organization</a></p></div><p><b>identifier</b>: <code>https://hfr.health.gov.ng/facility-id</code>/HCF-556677</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-facility-type phc-center-l2}\">PHC Center Level 2</span></p><p><b>name</b>: Olowo Primary Health Centre</p><p><b>address</b>: PHC Crescent, Ward B Ikeja LA </p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://hfr.health.gov.ng/facility-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "HCF-556677" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-facility-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "phc-center-l2" ] ;
fhir:display [ fhir:v "PHC Center Level 2" ]     ] )
  ] ) ; # 
  fhir:name [ fhir:v "Olowo Primary Health Centre"] ; # 
  fhir:address ( [
    ( fhir:line [ fhir:v "PHC Crescent, Ward B" ] ) ;
fhir:city [ fhir:v "Ikeja" ] ;
fhir:district [ fhir:v "ikeja" ] ;
fhir:state [ fhir:v "LA" ]
  ] ) . #