FHIR IG analytics| Package | hl7.fhir.us.cancer-reporting |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-servicerequest-cancer-path.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest servicerequest-cancer-path
Profile: US Pathology Service Request
status: Active
intent: Order
category: Pathology
code: Surgical Pathology
subject: Annie Oakley Female, DoB: 1990-06-01 ( MRN: AlaskaDLN#abc123 (use: usual, ))
occurrence: 2025-03-18 17:00:14-0500
requester: PractitionerRole Ordering Provider
{
"resourceType": "ServiceRequest",
"id": "servicerequest-cancer-path",
"meta": {
"profile": [
"http://hl7.org/fhir/us/cancer-reporting/StructureDefinition/us-pathology-service-request"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "order",
"category": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "386053000",
"display": "Evaluation procedure (procedure)"
}
],
"text": "Pathology"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "11529-5",
"display": "Surgical pathology study"
}
],
"text": "Surgical Pathology"
},
"subject": {
"reference": "Patient/patient-OakleyAnnie"
},
"encounter": {
"reference": "Encounter/encounter-uspath-specimen-collection"
},
"occurrenceDateTime": "2025-03-18T17:00:14-05:00",
"requester": {
"reference": "PractitionerRole/practitionerrole-uspath-surgeon"
},
"specimen": [
{
"reference": "Specimen/specimen-breast"
}
]
}