@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 -------------------------------------------------------------------

<https://nshr-uat.sha.go.ke/fhir/MedicationRequest/ChemotherapyMedicationRequestExample> a fhir:MedicationRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ChemotherapyMedicationRequestExample"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-chemotherapy-medication-request"^^xsd:anyURI ;
       fhir:l <https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-chemotherapy-medication-request>
     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest ChemotherapyMedicationRequestExample</b></p><a name=\"ChemotherapyMedicationRequestExample\"> </a><a name=\"hcChemotherapyMedicationRequestExample\"> </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-nccp-chemotherapy-medication-request.html\">NCCP Chemotherapy Medication Request</a></p></div><p><b>Cycle Day Start Extension</b>: 1</p><p><b>Cycle Day End Extension</b>: 1</p><p><b>Clinical Category Extension</b>: CHEMOTHERAPY</p><p><b>identifier</b>: <a href=\"NamingSystem-nccp-med-request-id.html\" title=\"Unique identifier for each medication request (prescription). Format: MR-YYYY-NNNNN.\">NCCPMedRequestId</a>/MR-2026-00301</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/medicationrequest-category inpatient}\">Inpatient</span></p><p><b>medication</b>: <span title=\"Codes:{https://nshr-uat.sha.go.ke/fhir/CodeSystem/generic-products-cs DOXORUBICIN}\">Doxorubicin</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Mary Wanjiku  Female, DoB: 1975-06-15</a></p><p><b>authoredOn</b>: 2026-01-10</p><p><b>requester</b>: <a href=\"Practitioner-example-practitioner.html\">Practitioner James Otieno </a></p><p><b>reasonReference</b>: <a href=\"Condition-example-condition.html\">Condition C50 — Malignant neoplasm of breast</a></p><p><b>basedOn</b>: <a href=\"CarePlan-example-careplan.html\">CarePlan: status = active; intent = plan</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>route</b>: <span title=\"Codes:{https://nshr-uat.sha.go.ke/fhir/CodeSystem/route-of-administration-cs RT10036}\">Intravenous</span></p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>60 mg/m2<span style=\"background: LightGoldenRodYellow\"> (Details: Kenya Oncology Unit of Measure Code System  codeMG-PER-M2 = 'mg/m²')</span></td></tr></table></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-cycle-day-start-extension"^^xsd:anyURI ;
       fhir:l <https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-cycle-day-start-extension>
     ] ;
     fhir:value [
       a fhir:Integer ;
       fhir:v 1
     ]
  ] [
     fhir:url [
       fhir:v "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-cycle-day-end-extension"^^xsd:anyURI ;
       fhir:l <https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-cycle-day-end-extension>
     ] ;
     fhir:value [
       a fhir:Integer ;
       fhir:v 1
     ]
  ] [
     fhir:url [
       fhir:v "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-clinical-category-extension"^^xsd:anyURI ;
       fhir:l <https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-clinical-category-extension>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "CHEMOTHERAPY"
     ]
  ] ) ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "https://nshr-uat.sha.go.ke/fhir/med-request-id"^^xsd:anyURI ;
       fhir:l <https://nshr-uat.sha.go.ke/fhir/med-request-id>
     ] ;
     fhir:value [ fhir:v "MR-2026-00301" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:category ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/medicationrequest-category"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/medicationrequest-category>
       ] ;
       fhir:code [ fhir:v "inpatient" ] ;
       fhir:display [ fhir:v "Inpatient" ]
     ] )
  ] ) ; # 
  fhir:medication [
     a fhir:CodeableConcept ;
     fhir:coding ( [
       fhir:system [
         fhir:v "https://nshr-uat.sha.go.ke/fhir/CodeSystem/generic-products-cs"^^xsd:anyURI ;
         fhir:l <https://nshr-uat.sha.go.ke/fhir/CodeSystem/generic-products-cs>
       ] ;
       fhir:code [ fhir:v "DOXORUBICIN" ] ;
       fhir:display [ fhir:v "Doxorubicin" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:l <https://nshr-uat.sha.go.ke/fhir/Patient/example-patient> ;
     fhir:reference [ fhir:v "Patient/example-patient" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2026-01-10"^^xsd:date] ; # 
  fhir:requester [
     fhir:l <https://nshr-uat.sha.go.ke/fhir/Practitioner/example-practitioner> ;
     fhir:reference [ fhir:v "Practitioner/example-practitioner" ]
  ] ; # 
  fhir:reasonReference ( [
     fhir:l <https://nshr-uat.sha.go.ke/fhir/Condition/example-condition> ;
     fhir:reference [ fhir:v "Condition/example-condition" ]
  ] ) ; # 
  fhir:basedOn ( [
     fhir:l <https://nshr-uat.sha.go.ke/fhir/CarePlan/example-careplan> ;
     fhir:reference [ fhir:v "CarePlan/example-careplan" ]
  ] ) ; # 
  fhir:dosageInstruction ( [
     fhir:route [
       fhir:coding ( [
         fhir:system [
           fhir:v "https://nshr-uat.sha.go.ke/fhir/CodeSystem/route-of-administration-cs"^^xsd:anyURI ;
           fhir:l <https://nshr-uat.sha.go.ke/fhir/CodeSystem/route-of-administration-cs>
         ] ;
         fhir:code [ fhir:v "RT10036" ] ;
         fhir:display [ fhir:v "Intravenous" ]
       ] )
     ] ;
     fhir:doseAndRate ( [
       fhir:dose [
         a fhir:Quantity ;
         fhir:value [ fhir:v "60"^^xsd:decimal ] ;
         fhir:unit [ fhir:v "mg/m2" ] ;
         fhir:system [
           fhir:v "https://nshr-uat.sha.go.ke/fhir/CodeSystem/unit-of-measure-cs"^^xsd:anyURI ;
           fhir:l <https://nshr-uat.sha.go.ke/fhir/CodeSystem/unit-of-measure-cs>
         ] ;
         fhir:code [ fhir:v "MG-PER-M2" ]
       ]
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

