Class: FHIR::Formats::PatchFormat

Inherits:
Object
  • Object
show all
Defined in:
lib/patch_format.rb

Constant Summary collapse

PATCH_XML =
"application/xml-patch+xml"
PATCH_JSON =
"application/json-patch+json"