--- type: "valueset" title: "Extended Resource Types" valueset: "extended-resource-types" --- # Extended Resource Types - **Official URL**: http://hl7.org/fhir/ValueSet/extended-resource-types - **Version**: 6.0.0 - **Status**: active - **Name**: ExtendedResourceTypes - **Title**: Extended Resource Types - **Publisher**: HL7, International - **Description**: Current and past FHIR resource types (deleted or renamed), and additional resource types. Note that the binding to additional resources is not version fixed, and will change over time ## Content (Compose) - **System**: - - **System**: http://hl7.org/fhir/fhir-old-types - **System**: http://hl7.org/fhir/tools/CodeSystem/additional-resources ## ValueSet XML ```xml <status value="active"/> <experimental value="false"/> <publisher value="HL7, International"/> <description value="Current and past FHIR resource types (deleted or renamed), and additional resource types. Note that the binding to additional resources is not version fixed, and will change over time"/> <immutable value="true"/> <compose> <include> <valueSet value="http://hl7.org/fhir/ValueSet/resource-types"/> </include> <include> <system value="http://hl7.org/fhir/fhir-old-types"/> </include> <include> <system value="http://hl7.org/fhir/tools/CodeSystem/additional-resources"/> </include> </compose> </ValueSet> ```