DHIN 2025Connectathon FHIR IG
0.2.0 - ci-build Nigeria flag

DHIN 2025Connectathon FHIR IG, published by DHIN. This guide is not an authorized publication; it is the continuous build for version 0.2.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

: SMART Scheduler – Immunization Appointment Booking - 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 -------------------------------------------------------------------

<http://hl7.org/fhir/Bundle/ImmSmartScheduler-Book-001> a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ImmSmartScheduler-Book-001"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-imm-smart-scheduler-bundle" ;
       fhir:index 0 ;
       fhir:link <https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-imm-smart-scheduler-bundle>
     ]
  ] ;
  fhir:Bundle.type [ fhir:value "transaction"] ;
  fhir:Bundle.entry [
     fhir:index 0 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:992211bb-e5f6-4789-a123-456789abcdef" ] ;
     fhir:Bundle.entry.resource <urn:uuid:992211bb-e5f6-4789-a123-456789abcdef> ;
     fhir:Bundle.entry.request [
       fhir:Bundle.entry.request.method [ fhir:value "POST" ] ;
       fhir:Bundle.entry.request.url [ fhir:value "Patient" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:9922aabb-e5f6-4789-a123-456789abcdef" ] ;
     fhir:Bundle.entry.resource <urn:uuid:9922aabb-e5f6-4789-a123-456789abcdef> ;
     fhir:Bundle.entry.request [
       fhir:Bundle.entry.request.method [ fhir:value "POST" ] ;
       fhir:Bundle.entry.request.url [ fhir:value "Organization" ]
     ]
  ], [
     fhir:index 2 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:99ee11bb-e5f6-4789-a123-456789abcdef" ] ;
     fhir:Bundle.entry.resource <urn:uuid:99ee11bb-e5f6-4789-a123-456789abcdef> ;
     fhir:Bundle.entry.request [
       fhir:Bundle.entry.request.method [ fhir:value "POST" ] ;
       fhir:Bundle.entry.request.url [ fhir:value "Location" ]
     ]
  ], [
     fhir:index 3 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:ff2211bb-e5f6-4789-a123-456789abcdef" ] ;
     fhir:Bundle.entry.resource <urn:uuid:ff2211bb-e5f6-4789-a123-456789abcdef> ;
     fhir:Bundle.entry.request [
       fhir:Bundle.entry.request.method [ fhir:value "POST" ] ;
       fhir:Bundle.entry.request.url [ fhir:value "Appointment" ]
     ]
  ], [
     fhir:index 4 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:ddd211bb-e5f6-4789-a123-456789abcdef" ] ;
     fhir:Bundle.entry.resource <urn:uuid:ddd211bb-e5f6-4789-a123-456789abcdef> ;
     fhir:Bundle.entry.request [
       fhir:Bundle.entry.request.method [ fhir:value "POST" ] ;
       fhir:Bundle.entry.request.url [ fhir:value "ImmunizationRecommendation" ]
     ]
  ] .

<urn:uuid:992211bb-e5f6-4789-a123-456789abcdef> a fhir:Patient ;
  fhir:Resource.id [ fhir:value "NgPatient-IMMSS-001"] ;
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2025-11-06T08:10:00+01:00"^^xsd:dateTime ] ;
     fhir:Meta.profile [
       fhir:value "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-patient" ;
       fhir:index 0 ;
       fhir:link <https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-patient>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_NgPatient-IMMSS-001\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient NgPatient-IMMSS-001</b></p><a name=\"NgPatient-IMMSS-001\"> </a><a name=\"hcNgPatient-IMMSS-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-11-06 08:10:00+0100</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ng-patient.html\">NG Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Terfa Dooshima  Male, DoB: 1988-06-01 ( mobile: 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\">Wadata PHC Road Makurdi BE </td></tr></table></div>"
  ] ;
  fhir:Patient.identifier [
     fhir:index 0 ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://sandbox.dhin-hie.org/ig/CodeSystem/patient-identifier-cs" ] ;
         fhir:Coding.code [ fhir:value "MOBILE" ] ;
         fhir:Coding.display [ fhir:value "mobile" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "https://sandbox.dhin-hie.org/ig/CodeSystem/patient-identifier-cs" ] ;
     fhir:Identifier.value [ fhir:value "08031234567" ]
  ] ;
  fhir:Patient.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:Patient.name [
     fhir:index 0 ;
     fhir:HumanName.family [ fhir:value "Dooshima" ] ;
     fhir:HumanName.given [
       fhir:value "Terfa" ;
       fhir:index 0
     ]
  ] ;
  fhir:Patient.gender [ fhir:value "male"] ;
  fhir:Patient.birthDate [ fhir:value "1988-06-01"^^xsd:date] ;
  fhir:Patient.address [
     fhir:index 0 ;
     fhir:Address.line [
       fhir:value "Wadata PHC Road" ;
       fhir:index 0
     ] ;
     fhir:Address.city [ fhir:value "Makurdi" ] ;
     fhir:Address.district [ fhir:value "be-makurdi" ] ;
     fhir:Address.state [ fhir:value "BE" ]
  ] .

<urn:uuid:9922aabb-e5f6-4789-a123-456789abcdef> a fhir:Organization ;
  fhir:Resource.id [ fhir:value "NgOrganization-IMMSS-001"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-organization" ;
       fhir:index 0 ;
       fhir:link <https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-organization>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_NgOrganization-IMMSS-001\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization NgOrganization-IMMSS-001</b></p><a name=\"NgOrganization-IMMSS-001\"> </a><a name=\"hcNgOrganization-IMMSS-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://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-facility-registry</code>/HCF-12346</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-l1}\">PHC Center Level 1</span></p><p><b>name</b>: Apo PHC</p><p><b>telecom</b>: ph: 09-222-7788</p><p><b>address</b>: Wadata Makurdi BE </p></div>"
  ] ;
  fhir:Organization.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-facility-registry" ] ;
     fhir:Identifier.value [ fhir:value "HCF-12346" ]
  ] ;
  fhir:Organization.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:Organization.type [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-facility-type" ] ;
       fhir:Coding.code [ fhir:value "phc-center-l1" ] ;
       fhir:Coding.display [ fhir:value "PHC Center Level 1" ]
     ]
  ] ;
  fhir:Organization.name [ fhir:value "Apo PHC"] ;
  fhir:Organization.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "09-222-7788" ]
  ] ;
  fhir:Organization.address [
     fhir:index 0 ;
     fhir:Address.line [
       fhir:value "Wadata" ;
       fhir:index 0
     ] ;
     fhir:Address.city [ fhir:value "Makurdi" ] ;
     fhir:Address.district [ fhir:value "be-makurdi" ] ;
     fhir:Address.state [ fhir:value "BE" ]
  ] .

<urn:uuid:99ee11bb-e5f6-4789-a123-456789abcdef> a fhir:Location ;
  fhir:Resource.id [ fhir:value "NgLocation-IMMSS-001"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-location" ;
       fhir:index 0 ;
       fhir:link <https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-location>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Location_NgLocation-IMMSS-001\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Location NgLocation-IMMSS-001</b></p><a name=\"NgLocation-IMMSS-001\"> </a><a name=\"hcNgLocation-IMMSS-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-location.html\">NG Location</a></p></div><p><b>status</b>: Active</p><p><b>name</b>: Immunization Room 1</p><p><b>type</b>: <span title=\"Codes:\">Clinic Room</span></p><p><b>address</b>: Wadata Makurdi BE NG </p><h3>Positions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Longitude</b></td><td><b>Latitude</b></td></tr><tr><td style=\"display: none\">*</td><td>7.4974</td><td>9.0223</td></tr></table><p><b>managingOrganization</b>: <a href=\"Bundle-ImmSmartScheduler-Book-001.html#urn-uuid-9922aabb-e5f6-4789-a123-456789abcdef\">Organization Apo PHC</a></p></div>"
  ] ;
  fhir:Location.status [ fhir:value "active"] ;
  fhir:Location.name [ fhir:value "Immunization Room 1"] ;
  fhir:Location.type [
     fhir:index 0 ;
     fhir:CodeableConcept.text [ fhir:value "Clinic Room" ]
  ] ;
  fhir:Location.address [
     fhir:Address.line [
       fhir:value "Wadata" ;
       fhir:index 0
     ] ;
     fhir:Address.city [ fhir:value "Makurdi" ] ;
     fhir:Address.district [ fhir:value "be-makurdi" ] ;
     fhir:Address.state [ fhir:value "BE" ] ;
     fhir:Address.country [ fhir:value "NG" ]
  ] ;
  fhir:Location.position [
     fhir:Location.position.longitude [ fhir:value "7.4974"^^xsd:decimal ] ;
     fhir:Location.position.latitude [ fhir:value "9.0223"^^xsd:decimal ]
  ] ;
  fhir:Location.managingOrganization [
     fhir:Reference.reference [ fhir:value "urn:uuid:9922aabb-e5f6-4789-a123-456789abcdef" ]
  ] .

<urn:uuid:ff2211bb-e5f6-4789-a123-456789abcdef> a fhir:Appointment ;
  fhir:Resource.id [ fhir:value "Appointment-IMMSS-001"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Appointment_Appointment-IMMSS-001\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Appointment Appointment-IMMSS-001</b></p><a name=\"Appointment-IMMSS-001\"> </a><a name=\"hcAppointment-IMMSS-001\"> </a><p><b>status</b>: Booked</p><p><b>serviceCategory</b>: <span title=\"Codes:\">Immunization</span></p><p><b>serviceType</b>: <span title=\"Codes:\">Childhood vaccine visit</span></p><p><b>priority</b>: 5</p><p><b>description</b>: BCG / OPV0 visit</p><p><b>start</b>: 2025-11-08 09:00:00+0100</p><p><b>end</b>: 2025-11-08 09:15:00+0100</p><p><b>minutesDuration</b>: 15</p><p><b>created</b>: 2025-11-06 08:12:00+0100</p><blockquote><p><b>participant</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType PART}\">Participation</span></p><p><b>actor</b>: <a href=\"Bundle-ImmSmartScheduler-Book-001.html#urn-uuid-992211bb-e5f6-4789-a123-456789abcdef\">Terfa Dooshima  Male, DoB: 1988-06-01 ( mobile: 08031234567)</a></p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType BBY}\">baby</span></p><p><b>actor</b>: <a href=\"Bundle-ImmSmartScheduler-Book-001.html#urn-uuid-99ee11bb-e5f6-4789-a123-456789abcdef\">Location Immunization Room 1</a></p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType CST}\">custodian</span></p><p><b>actor</b>: <a href=\"Bundle-ImmSmartScheduler-Book-001.html#urn-uuid-992211bb-e5f6-4789-a123-456789abcdef\">Terfa Dooshima  Male, DoB: 1988-06-01 ( mobile: 08031234567)</a></p><p><b>status</b>: Accepted</p></blockquote></div>"
  ] ;
  fhir:Appointment.status [ fhir:value "booked"] ;
  fhir:Appointment.serviceCategory [
     fhir:index 0 ;
     fhir:CodeableConcept.text [ fhir:value "Immunization" ]
  ] ;
  fhir:Appointment.serviceType [
     fhir:index 0 ;
     fhir:CodeableConcept.text [ fhir:value "Childhood vaccine visit" ]
  ] ;
  fhir:Appointment.priority [ fhir:value "5"^^xsd:nonNegativeInteger] ;
  fhir:Appointment.description [ fhir:value "BCG / OPV0 visit"] ;
  fhir:Appointment.start [ fhir:value "2025-11-08T09:00:00+01:00"^^xsd:dateTime] ;
  fhir:Appointment.end [ fhir:value "2025-11-08T09:15:00+01:00"^^xsd:dateTime] ;
  fhir:Appointment.minutesDuration [ fhir:value "15"^^xsd:positiveInteger] ;
  fhir:Appointment.created [ fhir:value "2025-11-06T08:12:00+01:00"^^xsd:dateTime] ;
  fhir:Appointment.participant [
     fhir:index 0 ;
     fhir:Appointment.participant.type [
       fhir:index 0 ;
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ParticipationType" ] ;
         fhir:Coding.code [ fhir:value "PART" ]
       ]
     ] ;
     fhir:Appointment.participant.actor [
       fhir:Reference.reference [ fhir:value "urn:uuid:992211bb-e5f6-4789-a123-456789abcdef" ]
     ] ;
     fhir:Appointment.participant.status [ fhir:value "accepted" ]
  ], [
     fhir:index 1 ;
     fhir:Appointment.participant.type [
       fhir:index 0 ;
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ParticipationType" ] ;
         fhir:Coding.code [ fhir:value "BBY" ]
       ]
     ] ;
     fhir:Appointment.participant.actor [
       fhir:Reference.reference [ fhir:value "urn:uuid:99ee11bb-e5f6-4789-a123-456789abcdef" ]
     ] ;
     fhir:Appointment.participant.status [ fhir:value "accepted" ]
  ], [
     fhir:index 2 ;
     fhir:Appointment.participant.type [
       fhir:index 0 ;
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ParticipationType" ] ;
         fhir:Coding.code [ fhir:value "CST" ]
       ]
     ] ;
     fhir:Appointment.participant.actor [
       fhir:Reference.reference [ fhir:value "urn:uuid:992211bb-e5f6-4789-a123-456789abcdef" ]
     ] ;
     fhir:Appointment.participant.status [ fhir:value "accepted" ]
  ] .

<urn:uuid:ddd211bb-e5f6-4789-a123-456789abcdef> a fhir:ImmunizationRecommendation ;
  fhir:Resource.id [ fhir:value "ImmRec-IMMSS-001"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"ImmunizationRecommendation_ImmRec-IMMSS-001\"> </a><p class=\"res-header-id\"><b>Generated Narrative: ImmunizationRecommendation ImmRec-IMMSS-001</b></p><a name=\"ImmRec-IMMSS-001\"> </a><a name=\"hcImmRec-IMMSS-001\"> </a><p><b>patient</b>: <a href=\"Bundle-ImmSmartScheduler-Book-001.html#urn-uuid-992211bb-e5f6-4789-a123-456789abcdef\">Terfa Dooshima  Male, DoB: 1988-06-01 ( mobile: 08031234567)</a></p><p><b>date</b>: 2025-11-06</p><blockquote><p><b>recommendation</b></p><p><b>vaccineCode</b>: <span title=\"Codes:\">Measles-containing vaccine (MCV2)</span></p><p><b>targetDisease</b>: <span title=\"Codes:\">Measles</span></p><p><b>forecastStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/immunization-recommendation-status due}\">Dose due</span></p><h3>DateCriterions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">recommended</span></td><td>2025-12-06</td></tr></table><p><b>description</b>: Schedule measles-containing vaccine (MCV2) at 15 months.</p><p><b>supportingPatientInformation</b>: Birth date: 2025-06-01</p></blockquote></div>"
  ] ;
  fhir:ImmunizationRecommendation.patient [
     fhir:Reference.reference [ fhir:value "urn:uuid:992211bb-e5f6-4789-a123-456789abcdef" ]
  ] ;
  fhir:ImmunizationRecommendation.date [ fhir:value "2025-11-06"^^xsd:date] ;
  fhir:ImmunizationRecommendation.recommendation [
     fhir:index 0 ;
     fhir:ImmunizationRecommendation.recommendation.vaccineCode [
       fhir:index 0 ;
       fhir:CodeableConcept.text [ fhir:value "Measles-containing vaccine (MCV2)" ]
     ] ;
     fhir:ImmunizationRecommendation.recommendation.targetDisease [
       fhir:CodeableConcept.text [ fhir:value "Measles" ]
     ] ;
     fhir:ImmunizationRecommendation.recommendation.forecastStatus [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/immunization-recommendation-status" ] ;
         fhir:Coding.code [ fhir:value "due" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "Dose due" ]
     ] ;
     fhir:ImmunizationRecommendation.recommendation.dateCriterion [
       fhir:index 0 ;
       fhir:ImmunizationRecommendation.recommendation.dateCriterion.code [
         fhir:CodeableConcept.text [ fhir:value "recommended" ]
       ] ;
       fhir:ImmunizationRecommendation.recommendation.dateCriterion.value [ fhir:value "2025-12-06"^^xsd:date ]
     ] ;
     fhir:ImmunizationRecommendation.recommendation.description [ fhir:value "Schedule measles-containing vaccine (MCV2) at 15 months." ] ;
     fhir:ImmunizationRecommendation.recommendation.supportingPatientInformation [
       fhir:index 0 ;
       fhir:Reference.display [ fhir:value "Birth date: 2025-06-01" ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Bundle/ImmSmartScheduler-Book-001.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Bundle/ImmSmartScheduler-Book-001.ttl> .