This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2
An action that is performed on a patient. This can be a physical 'thing' like an operation, or less invasive like counseling or hypnotherapy.
This resource is used to record the details of procedures performed on a patient. A procedure is an activity that is performed with or on a patient as part of the provision of care. Examples include surgical procedures, diagnostic procedures, endoscopic procedures, biopsies, and exclude things for which there are specific resources, such as immunizations, drug administrations.
Note that many diagnostic processes are procedures that generate observations and reports. In many cases, the existence of the procedure is assumed, but where there are details of interest about how the diagnostic procedure was performed, the procedure resource is used to describe the activity.
This resource is referenced by CarePlan and Condition
<Procedure xmlns="http://hl7.org/fhir"> <!-- from Resource: extension, modifierExtension, language, text, and contained --> <identifier><!-- 0..* Identifier External Ids for this procedure § --></identifier> <subject><!-- 1..1 Resource(Patient) Who procedure was performed on § --></subject> <type><!-- 1..1 CodeableConcept Identification of the procedure § --></type> <bodySite><!-- 0..* CodeableConcept Precise location details § --></bodySite> <indication><!-- 0..* CodeableConcept Reason procedure performed § --></indication> <performer> <!-- 0..* The people who performed the procedure § --> <person><!-- 0..1 Resource(Practitioner) The reference to the practitioner § --></person> <role><!-- 0..1 CodeableConcept The role the person was in § --></role> </performer> <date><!-- 0..1 Period The date the procedure was performed § --></date> <encounter><!-- 0..1 Resource(Encounter) The encounter when procedure performed § --></encounter> <outcome value="[string]"/><!-- 0..1 What was result of procedure? § --> <report><!-- 0..* Resource(DiagnosticReport) Any report that results from the procedure --></report> <complication><!-- 0..* CodeableConcept Complication following the procedure --></complication> <followUp value="[string]"/><!-- 0..1 Instructions for follow up --> <relatedItem> <!-- 0..* A procedure that is related to this one --> <type value="[code]"/><!-- 0..1 caused-by | because-of --> <target><!-- 0..1 Resource(AdverseReaction|AllergyIntolerance|CarePlan| Condition|DeviceObservationReport|DiagnosticReport|FamilyHistory| ImagingStudy|Immunization|ImmunizationRecommendation| MedicationAdministration|MedicationDispense|MedicationPrescription| MedicationStatement|Observation|Procedure) The related item - e.g. a procedure --></target> </relatedItem> <notes value="[string]"/><!-- 0..1 Additional information about procedure --> </Procedure>
Alternate definitions: Schema/Schematron, Resource Profile
Path | Definition | Type | Reference |
---|---|---|---|
Procedure.relatedItem.type | The nature of the relationship with this procedure | Fixed | http://hl7.org/fhir/procedure-relationship-type |
Search parameters for this resource. The standard parameters also apply. See Searching for more information about searching in REST, messaging, and services.
Name | Type | Description | Paths |
_id | token | The logical resource id associated with the resource (must be supported by all servers) | |
_language | token | The language of the resource | |
date | date | The date the procedure was performed on | Procedure.date |
subject | reference | The identity of a patient to list procedures for | Procedure.subject (Patient) |
type | token | Type of procedure | Procedure.type |