Sha256: a577267ca35d48d7fcf03470ac505fed9b12d3b5155ec6aa6be0e4759ddd8144
Contents?: true
Size: 293 Bytes
Versions: 27
Compression:
Stored size: 293 Bytes
Contents
module FHIR module Formats class ResourceFormat RESOURCE_XML = 'application/fhir+xml'.freeze RESOURCE_JSON = 'application/fhir+json'.freeze RESOURCE_XML_DSTU2 = 'application/xml+fhir'.freeze RESOURCE_JSON_DSTU2 = 'application/json+fhir'.freeze end end end
Version data entries
27 entries across 27 versions & 1 rubygems