@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 -------------------------------------------------------------------

<http://smart.who.int/cxca/ActivityDefinition/CXCAD2CytologyScreeningServiceRequest> a fhir:ActivityDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "CXCAD2CytologyScreeningServiceRequest"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<div>\n    <table class=\"grid dict\">\n\n        \n        <tr>\n            <th scope=\"row\"><b>Title: </b></th>\n            <td style=\"padding-left: 4px;\">CXCAD2 — Cytology Screening Service Request</td>\n        </tr>\n        \n\n        \n        <tr>\n            <th scope=\"row\"><b>Id: </b></th>\n            <td style=\"padding-left: 4px;\">CXCAD2CytologyScreeningServiceRequest</td>\n        </tr>\n        \n\n        \n        <tr>\n            <th scope=\"row\"><b>Version: </b></th>\n            <td style=\"padding-left: 4px;\">0.0.1</td>\n        </tr>\n        \n\n        \n\n        \n\n        \n        <tr>\n            <th scope=\"row\"><b>Status: </b></th>\n            <td style=\"padding-left: 4px;\">draft</td>\n        </tr>\n        \n\n        \n\n        \n        <tr>\n            <th scope=\"row\"><b>Date (date last changed): </b></th>\n            <td style=\"padding-left: 4px;\">2026-05-14 00:50:23+0000</td>\n        </tr>\n        \n\n        \n\n        \n        <tr>\n            <th scope=\"row\"><b>Publisher (steward): </b></th>\n            <td style=\"padding-left: 4px;\">Dan Heslinga (independent contributor)</td>\n        </tr>\n        \n\n        \n\n        \n\n        \n        <tr>\n            <th scope=\"row\"><b>Description: </b></th>\n            <td style=\"padding-left: 4px;\"><div><p>Activity template that becomes a ServiceRequest for cervical cytology testing when the CXCAD2DTScreeningEligibility-Cytology rule recommends screening (cytology-pathway clients per A/641 section 2.2). Intent is #proposal — the clinician reviews and approves before the request becomes active.</p>\n</div></td>\n        </tr>\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n        \n        \n\n        \n        <tr>\n            <th scope=\"row\"><b>Code: </b></th>\n            <td style=\"padding-left: 4px;\">\n                \n                    \n                        \n                            <p><b>system: </b><span><a href=\"CodeSystem-CXCA.D.html\">http://smart.who.int/cxca/CodeSystem/CXCA.D</a></span></p>\n                        \n                        \n                            <p><b>code: </b><span>DE13</span></p>\n                        \n                        \n                            <p><b>display: </b><span>Cervical cytology test</span></p>\n                        \n                    \n                \n                \n            </td>\n        </tr>\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n        <tr>\n            <th scope=\"row\"><b>Kind: </b></th>\n            <td style=\"padding-left: 4px;\">ServiceRequest</td>\n        </tr>\n        \n\n        \n\n        \n        <tr>\n            <th scope=\"row\"><b>Intent: </b></th>\n            <td style=\"padding-left: 4px;\">proposal</td>\n        </tr>\n        \n\n        \n\n        \n        <tr>\n            <th scope=\"row\"><b>doNotPerform: </b></th>\n            <td style=\"padding-left: 4px;\">false</td>\n        </tr>\n        \n\n        \n\n        \n\n        \n\n        \n    </table>\n</div>\n</div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://smart.who.int/cxca/ActivityDefinition/CXCAD2CytologyScreeningServiceRequest"^^xsd:anyURI ;
     fhir:l <http://smart.who.int/cxca/ActivityDefinition/CXCAD2CytologyScreeningServiceRequest>
  ] ; # 
  fhir:version [ fhir:v "0.0.1"] ; # 
  fhir:name [ fhir:v "CXCAD2CytologyScreeningServiceRequest"] ; # 
  fhir:title [ fhir:v "CXCAD2 — Cytology Screening Service Request"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-05-14T00:50:23+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Dan Heslinga (independent contributor)"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Dan Heslinga (independent contributor)" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://github.com/dhes" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Activity template that becomes a ServiceRequest for cervical cytology testing when the CXCAD2DTScreeningEligibility-Cytology rule recommends screening (cytology-pathway clients per A/641 section 2.2). Intent is #proposal — the clinician reviews and approves before the request becomes active."] ; # 
  fhir:kind [ fhir:v "ServiceRequest"] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://smart.who.int/cxca/CodeSystem/CXCA.D"^^xsd:anyURI ;
         fhir:l <http://smart.who.int/cxca/CodeSystem/CXCA.D>
       ] ;
       fhir:code [ fhir:v "DE13" ] ;
       fhir:display [ fhir:v "Cervical cytology test" ]
     ] )
  ] ; # 
  fhir:intent [ fhir:v "proposal"] ; # 
  fhir:doNotPerform [ fhir:v false] . # 

# -------------------------------------------------------------------------------------

