This page is part of the FHIR Specification (v0.11: DSTU 1 Ballot 3). 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.
The resource name as it appears in a RESTful URL is [root]/procedure/
An Act whose immediate and primary outcome (post-condition) is the alteration of the physical condition of the subject. Used to record the details of procedures performed on a patient. This includes surgical procedures, diagnostic procedures, endoscopic procedures, biopsies. It excludes things for which there are specific resources, such as immunizations, drug administrations<Procedure xmlns="http://hl7.org/fhir"> <!-- from Resource: extension, narrative, and contained --> <subject><!-- 1..1 Resource(Patient) Subject of this procedure § --></subject> <type><!-- 0..1 CodeableConcept Identification of the procedure § --></type> <bodySite><!-- 0..* CodeableConcept Precise location details § --></bodySite> <indication value="[string]"/><!-- 0..1 Indications for the procedure § --> <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 during which the procedure was performed § --></encounter> <outcome value="[string]"/><!-- 0..1 Outcome of the procedure § --> <report><!-- 0..* Resource(DiagnosticReport) Any report that results from the procedure --></report> <complication value="[string]"/><!-- 0..1 Complications --> <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 | caused --> <target><!-- 0..1 Resource(Procedure|MedicationPrescription) The related item - e.g. a procedure --></target> </relatedItem> <notes value="[string]"/><!-- 0..1 Procedure notes --> </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 |
Questions
Search Parameters for RESTful searches. The standard parameters also apply. See Searching for more information.
Name / Type | Description | Paths |
_id : token | The logical resource id associated with the resource (must be supported by all servers) | |
date : date | the date the procedure was performed on | Procedure.date |
subject : reference | The identity of a patient to list procedures for | Procedure.subject |
type : token | type of procedure | Procedure.type |