This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Logical Model V3 Data type MO (MonetaryAmount)
{ "resourceType": "StructureDefinition", "id": "MO", "extension": [ { "url": "http://www.healthintersections.com.au/fhir/StructureDefinition/extension-namespace", "valueUri": "urn:hl7-org:v3" } ], "url": "http://hl7.org/fhir/StructureDefinition/MO", "name": "V3 Data type MO (MonetaryAmount)", "display": "V3 Data type MO (MonetaryAmount)", "status": "active", "experimental": false, "publisher": "HL7", "description": "A monetary amount is a quantity expressing the amount of money in some currency. Currencies are the units in which monetary amounts are denominated in different economic regions. While the monetary amount is a single kind of quantity (money) the exchange rates between the different units are variable. This is the principle difference between physical quantity and monetary amounts, and the reason why currency units are not physical units.", "kind": "logical", "abstract": false, "baseDefinition": "http://hl7.org/fhir/StructureDefinition/QTY", "snapshot": { "element": [ { "path": "MO", "min": 1, "max": "*", "type": [ { "code": "Element" } ] }, { "path": "MO.nullFlavor", "representation": [ "xmlAttr" ], "label": "Exceptional Value Detail", "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.", "min": 0, "max": "1", "type": [ { "code": "code" } ], "binding": { "strength": "required", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor" } } }, { "path": "MO.value", "label": "Value", "definition": "The magnitude of the monetary amount in terms of the currency unit.", "min": 0, "max": "1", "type": [ { "code": "REAL" } ] }, { "path": "MO.currency", "label": "Currency", "definition": "The currency unit as defined in ISO 4217.", "min": 0, "max": "1", "type": [ { "code": "CS" } ] } ] }, "differential": { "element": [ { "path": "MO", "min": 1, "max": "*", "type": [ { "code": "Element" } ] }, { "path": "MO.value", "label": "Value", "definition": "The magnitude of the monetary amount in terms of the currency unit.", "min": 0, "max": "1", "type": [ { "code": "REAL" } ] }, { "path": "MO.currency", "label": "Currency", "definition": "The currency unit as defined in ISO 4217.", "min": 0, "max": "1", "type": [ { "code": "CS" } ] } ] } }
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.