--- type: "valueset" title: "Patch Mime Types" valueset: "patchmimetypes" --- # Patch Mime Types - **Status**: draft - **Name**: PatchMimeTypes - **Title**: Patch Mime Types - **Publisher**: HL7 International - FHIR-Infrastructure - **Description**: This value set includes the possible codes from [BCP-13](http://tools.ietf.org/html/bcp13) that are valid for Patch formats ## Content (Compose) - **System**: urn:ietf:bcp:13 | **Concepts**: application/fhir+xml, application/fhir+json, application/fhir+turtle, application/json-patch+json, application/xml-patch+xml ## 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 the possible codes from [BCP-13](http://tools.ietf.org/html/bcp13) that are valid for Patch formats"/> <compose> <include> <system value="urn:ietf:bcp:13"/> <concept> <code value="application/fhir+xml"/> </concept> <concept> <code value="application/fhir+json"/> </concept> <concept> <code value="application/fhir+turtle"/> </concept> <concept> <code value="application/json-patch+json"/> </concept> <concept> <code value="application/xml-patch+xml"/> </concept> </include> </compose> </ValueSet> ```