@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/Procedure/PriorRadiotherapyProcedureExample> a fhir:Procedure ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "PriorRadiotherapyProcedureExample"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-prior-radiotherapy-procedure"^^xsd:anyURI ;
       fhir:l <https://nshr-uat.sha.go.ke/fhir/StructureDefinition/nccp-prior-radiotherapy-procedure>
     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Prior concurrent chemoradiotherapy (CCRT) for locally advanced cervical cancer in 2023</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:category [
     fhir:coding ( [
       fhir:system [
         fhir:v "https://nshr-uat.sha.go.ke/fhir/CodeSystem/sha-interventions-cs"^^xsd:anyURI ;
         fhir:l <https://nshr-uat.sha.go.ke/fhir/CodeSystem/sha-interventions-cs>
       ] ;
       fhir:code [ fhir:v "SHA-RT-CONCURRENT-CRT" ] ;
       fhir:display [ fhir:v "SHA: Concurrent Chemo-Radiotherapy" ]
     ] )
  ] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [
         fhir:v "https://nshr-uat.sha.go.ke/fhir/CodeSystem/sha-interventions-cs"^^xsd:anyURI ;
         fhir:l <https://nshr-uat.sha.go.ke/fhir/CodeSystem/sha-interventions-cs>
       ] ;
       fhir:code [ fhir:v "SHA-RT-CONCURRENT-CRT" ] ;
       fhir:display [ fhir:v "SHA: Concurrent Chemo-Radiotherapy" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:l <https://nshr-uat.sha.go.ke/fhir/Patient/example-patient> ;
     fhir:reference [ fhir:v "Patient/example-patient" ]
  ] ; # 
  fhir:performed [
     a fhir:Period ;
     fhir:start [ fhir:v "2023-03-01"^^xsd:date ] ;
     fhir:end [ fhir:v "2023-04-15"^^xsd:date ]
  ] ; # 
  fhir:bodySite ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "https://nshr-uat.sha.go.ke/fhir/CodeSystem/cancer-primary-site-cs"^^xsd:anyURI ;
         fhir:l <https://nshr-uat.sha.go.ke/fhir/CodeSystem/cancer-primary-site-cs>
       ] ;
       fhir:code [ fhir:v "CERVIX-UTERI" ] ;
       fhir:display [ fhir:v "Cervix Uteri" ]
     ] )
  ] ) ; # 
  fhir:note ( [
     fhir:text [ fhir:v "External beam RT 45 Gy/25 fractions plus brachytherapy boost. Concurrent weekly cisplatin 40 mg/m²." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

