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

FHIR IG analytics

Packagehl7.fhir.us.cancer-reporting
Resource TypeProcedure
IdProcedure-procedure-path-specimen.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: Procedure procedure-path-specimen

basedOn: Service Request - Cancer Pathology Specimen Collection

status: Completed

code: Excision (procedure)

subject: Annie Oakley

performed: 2025-03-18 17:00:14-0500

Performers

-Actor
*PractitionerRole Ordering Provider

bodySite: Left breast, 3 o'clock, 4 cm from nipple


Source1

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