--- type: "valueset" title: "Therapy" valueset: "therapy" --- # Therapy - **Official URL**: http://hl7.org/fhir/ValueSet/therapy - **Version**: 6.0.0 - **Status**: active - **Name**: Therapy - **Title**: Therapy - **Publisher**: HL7 (FHIR Project) - **Description**: A therapy. ## Narrative - Include all codes defined in [`http://hl7.org/fhir/therapy`](codesystem-therapym) therapy ## Content (Compose) - **System**: http://snomed.info/sct | **Filters**: concept is-a 277132007 - **System**: http://snomed.info/sct | **Filters**: concept is-a 373873005 - **System**: http://snomed.info/sct | **Filters**: concept is-a 410942007 ## ValueSet XML ```xml
therapy
<status value="active"/> <experimental value="false"/> <date value="2020-12-28T16:55:11+11:00"/> <publisher value="HL7 (FHIR Project)"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> <telecom> <system value="email"/> <value value="fhir@lists.hl7.org"/> </telecom> </contact> <description value="A therapy."/> <immutable value="true"/> <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="277132007"/> </filter> </include> <include> <system value="http://snomed.info/sct"/> <filter> <property value="concept"/> <op value="is-a"/> <value value="373873005"/> </filter> </include> <include> <system value="http://snomed.info/sct"/> <filter> <property value="concept"/> <op value="is-a"/> <value value="410942007"/> </filter> </include> </compose> </ValueSet> ```