type: valuesetvalueset: 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 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 version="1.0" encoding="UTF-8"?>
<ValueSet xmlns="http://hl7.org/fhir">
<identifier>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.3.3349"/>
</identifier>
<name value="PatchMimeTypes"/>
<title value="Patch Mime Types"/>
<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>