FHIR IG analytics| Package | hl7.fhir.us.cancer-reporting |
| Resource Type | Procedure |
| Id | Procedure-procedure-path-specimen.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Procedure procedure-path-specimen
Profile: US Core Procedure Profile
basedOn: Service Request - Cancer Pathology Specimen Collection
status: Completed
code: Excision (procedure)
subject: Annie Oakley
performed: 2025-03-18 17:00:14-0500
| Actor |
| PractitionerRole Ordering Provider |
bodySite: Left breast, 3 o'clock, 4 cm from nipple
{
"resourceType": "Procedure",
"id": "procedure-path-specimen",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"basedOn": [
{
"reference": "ServiceRequest/servicerequest-cancer-path",
"display": "Service Request - Cancer Pathology Specimen Collection"
}
],
"status": "completed",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "65801008",
"display": "Excision (procedure)"
}
]
},
"subject": {
"reference": "Patient/patient-OakleyAnnie",
"display": "Annie Oakley"
},
"performedDateTime": "2025-03-18T17:00:14-05:00",
"performer": [
{
"actor": {
"reference": "PractitionerRole/practitionerrole-uspath-surgeon"
}
}
],
"bodySite": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "76752008",
"display": "Breast structure (body structure)"
}
],
"text": "Left breast, 3 o'clock, 4 cm from nipple"
}
]
}