--- type: "valueset" title: "Element Definition Types" valueset: "elementdefinition-types" --- # Element Definition Types - **Status**: draft - **Name**: ElementDefinitionTypes - **Title**: Element Definition Types - **Publisher**: FHIR Project team - **Description**: Allowed types for FHIR elements in ElementDefinition.type.code ## Content (Compose) - **System**: http://hl7.org/fhir/CodeSystem/fhirpath-types - **System**: - ## ValueSet XML ```xml <status value="draft"/> <experimental value="false"/> <publisher value="FHIR Project team"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> </contact> <description value="Allowed types for FHIR elements in ElementDefinition.type.code"/> <compose> <include> <system value="http://hl7.org/fhir/CodeSystem/fhirpath-types"/> </include> <include> <valueSet value="http://hl7.org/fhir/ValueSet/fhir-types"/> </include> </compose> </ValueSet> ```