--- type: "valueset" title: "SNOMED CT Reason Medication Not Given Codes" valueset: "reason-medication-not-given-codes" --- # SNOMED CT Reason Medication Not Given Codes - **Official URL**: http://hl7.org/fhir/ValueSet/reason-medication-not-given-codes - **Version**: 6.0.0 - **Status**: active - **Name**: SNOMEDCTReasonMedicationNotGivenCodes - **Title**: SNOMED CT Reason Medication Not Given Codes - **Publisher**: FHIR Project team - **Description**: This value set includes all medication refused, medication not administered, and non-administration of necessary drug or medicine codes from SNOMED CT - provided as an exemplar value set. ## Content (Compose) - **System**: http://snomed.info/sct | **Filters**: concept is-a 242990004 - **System**: http://snomed.info/sct | **Filters**: concept is-a 182895007 ## 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 all medication refused, medication not administered, and non-administration of necessary drug or medicine codes from SNOMED CT - provided as an exemplar value set."/> <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="242990004"/> </filter> </include> <include> <system value="http://snomed.info/sct"/> <filter> <property value="concept"/> <op value="is-a"/> <value value="182895007"/> </filter> </include> </compose> </ValueSet> ```