--- type: "valueset" title: "SNOMED CT Administration Method Codes" valueset: "administration-method-codes" --- # SNOMED CT Administration Method Codes - **Official URL**: http://hl7.org/fhir/ValueSet/administration-method-codes - **Status**: active - **Name**: SNOMEDCTAdministrationMethodCodes - **Title**: SNOMED CT Administration Method Codes - **Publisher**: FHIR Project team - **Description**: This value set includes some method codes from SNOMED CT - provided as an exemplar ## Content (Compose) - **System**: http://snomed.info/sct | **Filters**: concept is-a 422096002 ## 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 value set includes some method codes from SNOMED CT - provided as an exemplar"/> <copyright value="This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement"/> <compose> <include> <system value="http://snomed.info/sct"/> <filter> <property value="concept"/> <op value="is-a"/> <value value="422096002"/> </filter> </include> </compose> </ValueSet> ```