--- type: "valueset" title: "Basic Resource Types" valueset: "basic-resource-type" --- # Basic Resource Types - **Official URL**: http://hl7.org/fhir/ValueSet/basic-resource-type - **Version**: 6.0.0 - **Status**: draft - **Name**: BasicResourceTypes - **Title**: Basic Resource Types - **Publisher**: FHIR Project team - **Description**: This value set defines codes for resources not yet supported by (or which will never be supported by) FHIR. Many of the codes listed here will eventually be turned into official resources. However, there is no guarantee that any particular resource will be created nor that the scope will be exactly as defined by the codes presented here. Codes in this set will be deprecated if/when formal resources are defined that encompass these concepts. ## Content (Compose) - **System**: http://terminology.hl7.org/CodeSystem/basic-resource-type ## 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="This value set defines codes for resources not yet supported by (or which will never be supported by) FHIR. Many of the codes listed here will eventually be turned into official resources. However, there is no guarantee that any particular resource will be created nor that the scope will be exactly as defined by the codes presented here. Codes in this set will be deprecated if/when formal resources are defined that encompass these concepts."/> <compose> <include> <system value="http://terminology.hl7.org/CodeSystem/basic-resource-type"/> </include> </compose> </ValueSet> ```