--- type: "valueset" title: "Structure Definition Codes" valueset: "ig-code" --- # Structure Definition Codes - **Official URL**: http://hl7.org/fhir/ValueSet/profile-code - **Status**: draft - **Name**: StructureDefinitionCodes - **Title**: Structure Definition Codes - **Publisher**: FHIR Project team - **Description**: Codes for the meaning of the defined structure. ## Content (Compose) - **System**: http://snomed.info/sct - **System**: http://loinc.org ## ValueSet XML ```xml <status value="draft"/> <experimental value="true"/> <publisher value="FHIR Project team"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> </contact> <description value="Codes for the meaning of the defined structure."/> <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. This content LOINC© is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use."/> <compose> <include> <system value="http://snomed.info/sct"/> </include> <include> <system value="http://loinc.org"/> </include> </compose> </ValueSet> ```