--- type: "valueset" title: "Supplemented Mime Types" valueset: "supplemented-mimetypes" --- # Supplemented Mime Types - **Status**: draft - **Name**: SupplementedMimeTypes - **Title**: Supplemented Mime Types - **Publisher**: HL7 International - FHIR-Infrastructure - **Description**: This value set includes all possible codes from BCP-13 (see http://tools.ietf.org/html/bcp13), and xml, json, and ttl ## Content (Compose) - **System**: urn:ietf:bcp:13 - **System**: http://hl7.org/fhir/simple-format-codes ## ValueSet XML ```xml <status value="draft"/> <experimental value="false"/> <publisher value="HL7 International - FHIR-Infrastructure"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> </contact> <description value="This value set includes all possible codes from BCP-13 (see http://tools.ietf.org/html/bcp13), and xml, json, and ttl"/> <compose> <include> <system value="urn:ietf:bcp:13"/> </include> <include> <system value="http://hl7.org/fhir/simple-format-codes"/> </include> </compose> </ValueSet> ```