@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/ServiceRequest/example-servicerequest-notrequested-ltfu37> a fhir:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-servicerequest-notrequested-ltfu37"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://smart.who.int/cxca/StructureDefinition/cxca-servicenotrequested"^^xsd:anyURI ;
       fhir:l <http://smart.who.int/cxca/StructureDefinition/cxca-servicenotrequested>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest example-servicerequest-notrequested-ltfu37</b></p><a name=\"example-servicerequest-notrequested-ltfu37\"> </a><a name=\"hcexample-servicerequest-notrequested-ltfu37\"> </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-cxca-servicenotrequested.html\">CXCA Service Not Requested (NotDone)</a></p></div><p><b>status</b>: Revoked</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title=\"Codes:{http://smart.who.int/cxca/CodeSystem/CXCA.D DE13}\">Cervical cytology test</span></p><p><b>subject</b>: <a href=\"Patient-example-mng-woman-37-ltfu.html\">Anonymous Patient Female, DoB: 1989-03-15</a></p><p><b>authoredOn</b>: 2026-03-15</p><p><b>reasonCode</b>: <span title=\"Codes:{http://smart.who.int/cxca/CodeSystem/CXCA.D DE10}\">Patient could not be contacted at the phone number on file. Three attempts were made between March 22 and April 5, 2026.</span></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "revoked"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  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:subject [
     fhir:l <http://smart.who.int/cxca/Patient/example-mng-woman-37-ltfu> ;
     fhir:reference [ fhir:v "Patient/example-mng-woman-37-ltfu" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2026-03-15"^^xsd:date] ; # 
  fhir:reasonCode ( [
     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 "DE10" ] ;
       fhir:display [ fhir:v "Lost to follow-up" ]
     ] ) ;
     fhir:text [ fhir:v "Patient could not be contacted at the phone number on file. Three attempts were made between March 22 and April 5, 2026." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

