@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://iptp.kemri.go.ke/fhir/ServiceRequest/iptp-dose-schedule-003> a fhir:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "iptp-dose-schedule-003"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://iptp.kemri.go.ke/fhir/StructureDefinition/iptp-dose-schedule" ;
       fhir:index 0 ;
       fhir:link <http://iptp.kemri.go.ke/fhir/StructureDefinition/iptp-dose-schedule>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest iptp-dose-schedule-003</b></p><a name=\"iptp-dose-schedule-003\"> </a><a name=\"hciptp-dose-schedule-003\"> </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-iptp-dose-schedule.html\">IPTp Planned Dose Schedule</a></p></div><p><b>IPTp Dose Number</b>: 3</p><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>code</b>: <span title=\"Codes:{http://iptp.kemri.go.ke/fhir/CodeSystem/iptp-code-system iptp-dose-planned}\">IPTp Dose Planned</span></p><p><b>subject</b>: <a href=\"Patient-iptp-patient-001.html\">Anonymous Patient Female, DoB Unknown</a></p><p><b>occurrence</b>: 2026-05-11</p><p><b>requester</b>: <a href=\"Practitioner-iptp-practitioner-001.html\">Practitioner Grace Wanjiru </a></p><p><b>locationReference</b>: <a href=\"Location-iptp-facility-001.html\">Location Shinyalu Sub-County Hospital</a></p><p><b>note</b>: </p><blockquote><div><p>Dose spacing note: minimum 28 days from Dose 2 (2026-04-13)</p>\n</div></blockquote></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "http://iptp.kemri.go.ke/fhir/StructureDefinition/iptp-dose-number" ] ;
     fhir:Extension.valuePositiveInt [ fhir:value "3"^^xsd:positiveInteger ]
  ] ;
  fhir:ServiceRequest.status [ fhir:value "active"] ;
  fhir:ServiceRequest.intent [ fhir:value "plan"] ;
  fhir:ServiceRequest.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://iptp.kemri.go.ke/fhir/CodeSystem/iptp-code-system" ] ;
       fhir:Coding.code [ fhir:value "iptp-dose-planned" ] ;
       fhir:Coding.display [ fhir:value "IPTp Dose Planned" ]
     ]
  ] ;
  fhir:ServiceRequest.subject [
     fhir:link <http://iptp.kemri.go.ke/fhir/Patient/iptp-patient-001> ;
     fhir:Reference.reference [ fhir:value "Patient/iptp-patient-001" ]
  ] ;
  fhir:ServiceRequest.occurrenceDateTime [ fhir:value "2026-05-11"^^xsd:date] ;
  fhir:ServiceRequest.requester [
     fhir:link <http://iptp.kemri.go.ke/fhir/Practitioner/iptp-practitioner-001> ;
     fhir:Reference.reference [ fhir:value "Practitioner/iptp-practitioner-001" ]
  ] ;
  fhir:ServiceRequest.locationReference [
     fhir:index 0 ;
     fhir:link <http://iptp.kemri.go.ke/fhir/Location/iptp-facility-001> ;
     fhir:Reference.reference [ fhir:value "Location/iptp-facility-001" ]
  ] ;
  fhir:ServiceRequest.note [
     fhir:index 0 ;
     fhir:Annotation.text [ fhir:value "Dose spacing note: minimum 28 days from Dose 2 (2026-04-13)" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://iptp.kemri.go.ke/fhir/ServiceRequest/iptp-dose-schedule-003.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

