{
  "schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://hl7.erp.uno/schema/Money.schema.json",
  "$ref": "#/definitions/Money",
  "description": "see https://hl7.org/fhir/R5/json.html for information about the FHIR Json Schemas",
  "definitions": {
    "Money": {
      "allOf": [
        {
          "description": "An amount of economic utility in some recognized currency.",
          "properties": {}
        }
      ]
    }
  }
}