FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagesmart.who.int.cxca
Resource TypeServiceRequest
IdServiceRequest-example-servicerequest-notrequested-ltfu37.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ServiceRequest example-servicerequest-notrequested-ltfu37

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.


Source1

{
  "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."
    }
  ]
}