FHIR IG analytics| Package | smart.who.int.cxca |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-example-servicerequest-notrequested-ltfu37.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest example-servicerequest-notrequested-ltfu37
Profile: CXCA Service Not Requested (NotDone)
status: Revoked
intent: Order
code: Cervical cytology test
subject: Anonymous Patient Female, DoB: 1989-03-15
authoredOn: 2026-03-15
reasonCode: Patient could not be contacted at the phone number on file. Three attempts were made between March 22 and April 5, 2026.
{
"resourceType": "ServiceRequest",
"id": "example-servicerequest-notrequested-ltfu37",
"meta": {
"profile": [
"http://smart.who.int/cxca/StructureDefinition/cxca-servicenotrequested"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "revoked",
"intent": "order",
"code": {
"coding": [
{
"system": "http://smart.who.int/cxca/CodeSystem/CXCA.D",
"code": "DE13",
"display": "Cervical cytology test"
}
]
},
"subject": {
"reference": "Patient/example-mng-woman-37-ltfu"
},
"authoredOn": "2026-03-15",
"reasonCode": [
{
"coding": [
{
"system": "http://smart.who.int/cxca/CodeSystem/CXCA.D",
"code": "DE10",
"display": "Lost to follow-up"
}
],
"text": "Patient could not be contacted at the phone number on file. Three attempts were made between March 22 and April 5, 2026."
}
]
}