--- type: "valueset" title: "Procedure Reason Codes" valueset: "procedure-reason" --- # Procedure Reason Codes - **Official URL**: http://hl7.org/fhir/ValueSet/procedure-reason - **Version**: 6.0.0 - **Status**: active - **Name**: ProcedureReasonCodes - **Title**: Procedure Reason Codes - **Publisher**: FHIR Project team - **Description**: This example value set defines the set of codes that can be used to indicate a reason for a procedure. ## Content (Compose) - **System**: http://snomed.info/sct | **Filters**: concept is-a 404684003 - **System**: http://snomed.info/sct | **Filters**: concept is-a 71388002 ## ValueSet XML ```xml <status value="active"/> <experimental value="true"/> <publisher value="FHIR Project team"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> </contact> <description value="This example value set defines the set of codes that can be used to indicate a reason for a procedure."/> <copyright value="This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org"/> <compose> <include> <system value="http://snomed.info/sct"/> <filter> <property value="concept"/> <op value="is-a"/> <value value="404684003"/> </filter> </include> <include> <system value="http://snomed.info/sct"/> <filter> <property value="concept"/> <op value="is-a"/> <value value="71388002"/> </filter> </include> </compose> </ValueSet> ```