All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schemas.Money.schema.json Maven / Gradle / Ivy

There is a newer version: 0.10.1
Show newest version
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "id": "http://hl7.org/fhir/json-schema/Money",
  "$ref": "#/definitions/Money",
  "description": "see http://hl7.org/fhir/json.html#schema for information about the FHIR Json Schemas",
  "definitions": {
    "Money": {
      "allOf": [
        {
          "$ref": "Quantity#/definitions/Quantity"
        },
        {
          "description": "An amount of economic utility in some recognized currency.",
          "properties": {}
        }
      ]
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy