--- type: "codesystem" title: "All FHIR Types" codesystem: "fhir-types" --- # All FHIR Types - **Official URL**: http://hl7.org/fhir/fhir-types - **Version**: 6.0.0 - **Status**: active - **Name**: FHIRTypes - **Title**: All FHIR Types - **Publisher**: HL7 (FHIR Project) - **Description**: One of the types defined as part of this version of FHIR. - **Case Sensitive**: true - **Content**: complete ## CodeSystem XML ```xml <status value="active"/> <experimental value="false"/> <date value="2022-08-26T13:43:27+10:00"/> <publisher value="HL7 (FHIR Project)"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> <telecom> <system value="email"/> <value value="fhir@lists.hl7.org"/> </telecom> </contact> <description value="One of the types defined as part of this version of FHIR."/> <caseSensitive value="true"/> <hierarchyMeaning value="is-a"/> <content value="complete"/> <property> <code value="abstract-type"/> <uri value="http://hl7.org/fhir/type-properties#abstract-type"/> <type value="boolean"/> </property> <property> <code value="kind"/> <uri value="http://hl7.org/fhir/type-properties#kind"/> <type value="code"/> </property> <property> <code value="interface"/> <uri value="http://hl7.org/fhir/type-properties#interface"/> <type value="boolean"/> </property> <!-- filled in by the build --> </CodeSystem> ```