diff --git a/content/millennium/dstu2/conformance/structure-definition.md b/content/millennium/dstu2/conformance/structure-definition.md index 2df4f30ff..695796a8a 100644 --- a/content/millennium/dstu2/conformance/structure-definition.md +++ b/content/millennium/dstu2/conformance/structure-definition.md @@ -9,37 +9,37 @@ title: StructureDefinition | DSTU 2 API ## Overview -The StructureDefinition resource describes a FHIR structure including data elements and their usage. Our current implementation uses this resource to define custom extensions. +The StructureDefinition resource describes a FHIR structure including data elements and their usage. This resource is used to define custom extensions. The following fields are returned if valued: -* [Id](http://hl7.org/fhir/dstu2/resource-definitions.html#Resource.id){:target="_blank"} -* [Publisher](http://hl7.org/fhir/DSTU2/structuredefinition-definitions.html#StructureDefinition.publisher){:target="_blank"} -* [Snapshot](http://hl7.org/fhir/DSTU2/structuredefinition-definitions.html#StructureDefinition.snapshot){:target="_blank"} -* [Date](http://hl7.org/fhir/DSTU2/structuredefinition-definitions.html#StructureDefinition.date){:target="_blank"} -* [Fhir version](http://hl7.org/fhir/DSTU2/structuredefinition-definitions.html#StructureDefinition.fhirVersion){:target="_blank"} -* [Constrained type](http://hl7.org/fhir/DSTU2/structuredefinition-definitions.html#StructureDefinition.constrainedType){:target="_blank"} -* [Description](http://hl7.org/fhir/DSTU2/structuredefinition-definitions.html#StructureDefinition.description){:target="_blank"} -* [Status](http://hl7.org/fhir/DSTU2/structuredefinition-definitions.html#StructureDefinition.status){:target="_blank"} -* [Context type](http://hl7.org/fhir/DSTU2/structuredefinition-definitions.html#StructureDefinition.contextType){:target="_blank"} -* [Context](http://hl7.org/fhir/DSTU2/structuredefinition-definitions.html#StructureDefinition.context){:target="_blank"} -* [URL](http://hl7.org/fhir/DSTU2/structuredefinition-definitions.html#StructureDefinition.url){:target="_blank"} -* [Kind](http://hl7.org/fhir/DSTU2/structuredefinition-definitions.html#StructureDefinition.kind){:target="_blank"} -* [Differential](http://hl7.org/fhir/DSTU2/structuredefinition-definitions.html#StructureDefinition.differential){:target="_blank"} -* [Abstract](http://hl7.org/fhir/DSTU2/structuredefinition-definitions.html#StructureDefinition.abstract){:target="_blank"} -* [Base](http://hl7.org/fhir/DSTU2/structuredefinition-definitions.html#StructureDefinition.base){:target="_blank"} -* [Name](http://hl7.org/fhir/DSTU2/structuredefinition-definitions.html#StructureDefinition.name){:target="_blank"} - -## Retrieve by id - -List an individual StructureDefinition by its id: +* [ID](https://hl7.org/fhir/dstu2/resource-definitions.html#Resource.id){:target="_blank"} +* [Publisher](https://hl7.org/fhir/DSTU2/structuredefinition-definitions.html#StructureDefinition.publisher){:target="_blank"} +* [Snapshot](https://hl7.org/fhir/DSTU2/structuredefinition-definitions.html#StructureDefinition.snapshot){:target="_blank"} +* [Date](https://hl7.org/fhir/DSTU2/structuredefinition-definitions.html#StructureDefinition.date){:target="_blank"} +* [FHIR version](https://hl7.org/fhir/DSTU2/structuredefinition-definitions.html#StructureDefinition.fhirVersion){:target="_blank"} +* [Constrained type](https://hl7.org/fhir/DSTU2/structuredefinition-definitions.html#StructureDefinition.constrainedType){:target="_blank"} +* [Description](https://hl7.org/fhir/DSTU2/structuredefinition-definitions.html#StructureDefinition.description){:target="_blank"} +* [Status](https://hl7.org/fhir/DSTU2/structuredefinition-definitions.html#StructureDefinition.status){:target="_blank"} +* [Context type](https://hl7.org/fhir/DSTU2/structuredefinition-definitions.html#StructureDefinition.contextType){:target="_blank"} +* [Context](https://hl7.org/fhir/DSTU2/structuredefinition-definitions.html#StructureDefinition.context){:target="_blank"} +* [URL](https://hl7.org/fhir/DSTU2/structuredefinition-definitions.html#StructureDefinition.url){:target="_blank"} +* [Kind](https://hl7.org/fhir/DSTU2/structuredefinition-definitions.html#StructureDefinition.kind){:target="_blank"} +* [Differential](https://hl7.org/fhir/DSTU2/structuredefinition-definitions.html#StructureDefinition.differential){:target="_blank"} +* [Abstract](https://hl7.org/fhir/DSTU2/structuredefinition-definitions.html#StructureDefinition.abstract){:target="_blank"} +* [Base](https://hl7.org/fhir/DSTU2/structuredefinition-definitions.html#StructureDefinition.base){:target="_blank"} +* [Name](https://hl7.org/fhir/DSTU2/structuredefinition-definitions.html#StructureDefinition.name){:target="_blank"} + +## Retrieve by ID + +List an individual structure definition by its ID. GET /StructureDefinition/:id -_Implementation Notes_ +_Notes_ -* Authentication is not required to access the StructureDefinition resource -* This resource can be retrieved by its defining URL or from the StructureDefinition resource located at the [service root URL](../../#service-root-url). For example, both of these URLs work: +* Authentication is not required to access the StructureDefinition resource. +* You can retrieve this resource by its defining URL or from the StructureDefinition resource located at the [service root URL](../../#service-root-url). For example, both of these URLs work: `https://fhir-ehr.cerner.com/dstu2/StructureDefinition/patient-friendly-display` @@ -49,15 +49,12 @@ _Implementation Notes_ Authorization is not required. -<%= authorization_types(provider: true, patient: true, system: true) %> - ### Headers <%= headers head: {Accept: 'application/json+fhir'} %> ### Example - #### Request GET https://fhir-ehr.cerner.com/dstu2/StructureDefinition/patient-friendly-display @@ -67,17 +64,15 @@ Authorization is not required. <%= headers status: 200 %> <%= json(:dstu2_structure_definition_bundle) %> -<%= disclaimer %> - ## List of StructureDefinitions ID | Description ----------------------------------|---------------------------------------------- -[`patient-friendly-display`] | Display string suitable for patient viewing. -[`scheduling-location`] | Reference to the location of an appointment being scheduled. -[`medication-statement-category`] | Category of an order. -[`infuse-over-time`] | The length of time in minutes it took to infuse a medication. -[`encounter-guarantor`] | The guarantors of an encounter. Contains a reference to a Patient, Person, or Organization and a period when the guarantor is effective. +[`patient-friendly-display`] | The display name suitable for patient viewing. +[`scheduling-location`] | The reference to the location of a scheduled appointment. +[`medication-statement-category`] | The category of an order. +[`infuse-over-time`] | The length of time in minutes to infuse a medication. +[`encounter-guarantor`] | The guarantors of an encounter. Contains a reference to a patient, person, or organization and a period when the guarantor is effective. [`patient-friendly-display`]: https://fhir-ehr.cerner.com/dstu2/StructureDefinition/patient-friendly-display?_format=json [`scheduling-location`]: https://fhir-ehr.cerner.com/dstu2/StructureDefinition/scheduling-location?_format=json diff --git a/content/millennium/r4/foundation/conformance/structure-definition.md b/content/millennium/r4/foundation/conformance/structure-definition.md index 06ec6ea27..7c5347417 100644 --- a/content/millennium/r4/foundation/conformance/structure-definition.md +++ b/content/millennium/r4/foundation/conformance/structure-definition.md @@ -9,37 +9,37 @@ title: StructureDefinition | R4 API ## Overview -The StructureDefinition resource describes a FHIR structure including data elements and their usage. Our current implementation uses this resource to define custom extensions. +The StructureDefinition resource describes a FHIR structure including data elements and their usage. This resource is used to define custom extensions. The following fields are returned if valued: -* [Id](http://hl7.org/fhir/r4/resource-definitions.html#Resource.id){:target="_blank"} -* [URL](http://hl7.org/fhir/r4/structuredefinition-definitions.html#StructureDefinition.url){:target="_blank"} -* [Name](http://hl7.org/fhir/r4/structuredefinition-definitions.html#StructureDefinition.name){:target="_blank"} -* [Title](http://hl7.org/fhir/r4/structuredefinition-definitions.html#StructureDefinition.title){:target="_blank"} -* [Status](http://hl7.org/fhir/r4/structuredefinition-definitions.html#StructureDefinition.status){:target="_blank"} -* [Date](http://hl7.org/fhir/r4/structuredefinition-definitions.html#StructureDefinition.date){:target="_blank"} -* [Publisher](http://hl7.org/fhir/r4/structuredefinition-definitions.html#StructureDefinition.publisher){:target="_blank"} -* [Description](http://hl7.org/fhir/r4/structuredefinition-definitions.html#StructureDefinition.description){:target="_blank"} -* [Fhir version](http://hl7.org/fhir/r4/structuredefinition-definitions.html#StructureDefinition.fhirVersion){:target="_blank"} -* [Kind](http://hl7.org/fhir/r4/structuredefinition-definitions.html#StructureDefinition.kind){:target="_blank"} -* [Abstract](http://hl7.org/fhir/r4/structuredefinition-definitions.html#StructureDefinition.abstract){:target="_blank"} -* [Type](http://hl7.org/fhir/r4/structuredefinition-definitions.html#StructureDefinition.type){:target="_blank"} -* [Context](http://hl7.org/fhir/r4/structuredefinition-definitions.html#StructureDefinition.context){:target="_blank"} -* [Base definition](http://hl7.org/fhir/r4/structuredefinition-definitions.html#StructureDefinition.baseDefinition){:target="_blank"} -* [Snapshot](http://hl7.org/fhir/r4/structuredefinition-definitions.html#StructureDefinition.snapshot){:target="_blank"} -* [Differential](http://hl7.org/fhir/r4/structuredefinition-definitions.html#StructureDefinition.differential){:target="_blank"} - -## Retrieve by id - -List an individual StructureDefinition by its id: +* [ID](https://hl7.org/fhir/r4/resource-definitions.html#Resource.id){:target="_blank"} +* [URL](https://hl7.org/fhir/r4/structuredefinition-definitions.html#StructureDefinition.url){:target="_blank"} +* [Name](https://hl7.org/fhir/r4/structuredefinition-definitions.html#StructureDefinition.name){:target="_blank"} +* [Title](https://hl7.org/fhir/r4/structuredefinition-definitions.html#StructureDefinition.title){:target="_blank"} +* [Status](https://hl7.org/fhir/r4/structuredefinition-definitions.html#StructureDefinition.status){:target="_blank"} +* [Date](https://hl7.org/fhir/r4/structuredefinition-definitions.html#StructureDefinition.date){:target="_blank"} +* [Publisher](https://hl7.org/fhir/r4/structuredefinition-definitions.html#StructureDefinition.publisher){:target="_blank"} +* [Description](https://hl7.org/fhir/r4/structuredefinition-definitions.html#StructureDefinition.description){:target="_blank"} +* [FHIR version](https://hl7.org/fhir/r4/structuredefinition-definitions.html#StructureDefinition.fhirVersion){:target="_blank"} +* [Kind](https://hl7.org/fhir/r4/structuredefinition-definitions.html#StructureDefinition.kind){:target="_blank"} +* [Abstract](https://hl7.org/fhir/r4/structuredefinition-definitions.html#StructureDefinition.abstract){:target="_blank"} +* [Type](https://hl7.org/fhir/r4/structuredefinition-definitions.html#StructureDefinition.type){:target="_blank"} +* [Context](https://hl7.org/fhir/r4/structuredefinition-definitions.html#StructureDefinition.context){:target="_blank"} +* [Base definition](https://hl7.org/fhir/r4/structuredefinition-definitions.html#StructureDefinition.baseDefinition){:target="_blank"} +* [Snapshot](https://hl7.org/fhir/r4/structuredefinition-definitions.html#StructureDefinition.snapshot){:target="_blank"} +* [Differential](https://hl7.org/fhir/r4/structuredefinition-definitions.html#StructureDefinition.differential){:target="_blank"} + +## Retrieve by ID + +List an individual structure definition by its ID. GET /StructureDefinition/:id -_Implementation Notes_ +_Notes_ -* Authentication is not required to access the StructureDefinition resource -* This resource can be retrieved by its defining URL or from the StructureDefinition resource located at the [service root URL](../../#service-root-url). For example, both of these URLs work: +* Authentication is not required to access the StructureDefinition resource. +* You can retrieve this resource by its defining URL or from the StructureDefinition resource located at the [service root URL](../../#service-root-url). For example, both of these URLs work: `https://fhir-ehr.cerner.com/r4/StructureDefinition/account-balance` @@ -49,15 +49,12 @@ _Implementation Notes_ Authorization is not required. -<%= authorization_types(provider: true, patient: true, system: true) %> - ### Headers <%= headers head: {Accept: 'application/fhir+json'} %> ### Example - #### Request GET https://fhir-ehr.cerner.com/r4/StructureDefinition/account-balance @@ -67,70 +64,70 @@ Authorization is not required. <%= headers status: 200 %> <%= json(:r4_structure_definition_bundle) %> -## List of StructureDefinitions +## List of Structure Definitions ID | Description -------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------- - [`account-balance`] | Represents the account balance. - [`account-presented-form`] | Link to the PDF statement image related to the statement account. - [`account-related-parts`] | A reference to other related Accounts. - [`account-state`] | The status of the Account within the billing or correspondence workflow. - [`bill-code-schedule`] | A defined group of bill codes that drives billing behavior. - [`choice-answer`] | Indicates answers come from a list of options. - [`client-instruction`] | Represents instructions for an order that are intended for healthcare providers. + [`account-balance`] | The account balance. + [`account-presented-form`] | The link to the PDF statement image related to the statement account. + [`account-related-parts`] | The reference to other related accounts. + [`account-state`] | The status of the account in the billing or correspondence workflow. + [`bill-code-schedule`] | The defined group of bill codes that drives billing behavior. + [`choice-answer`] | The indication that answers come from a list of options. + [`client-instruction`] | The instructions for an order that are intended for healthcare providers. [`client-organization`] | The financially responsible organization. [`clinical-instruction`] | The clinical instructions for an order that are intended for healthcare providers. - [`condition-course`] | Indication of a condition's progress since diagnosis. - [`condition-lifecycle-status`] | Indication of whether a condition is active, inactive, resolved, etc. - [`condition-result`] | Indication of the presence (positive) or absence (negative) of a given condition. - [`converted-measurement`] | Returns a converted measurement of a different measurement system than the original quantity. - [`coverage-encounter`] | Reference to the Encounter associated to the encounter level Coverage. - [`communication-preference`] | Defines communication methods preferred by a patient. - [`custom-attribute`] | A client defined custom attribute for the resource. - [`description`] | A description providing additional details of the resource. + [`condition-course`] | The indication of a condition's progress since diagnosis. + [`condition-lifecycle-status`] | The indication of whether a condition is active, inactive, resolved, and so on. + [`condition-result`] | The indication of the presence (positive) or absence (negative) of a given condition. + [`converted-measurement`] | The converted measurement of a different measurement system than the original quantity. + [`coverage-encounter`] | The encounter associated with the encounter-level coverage. + [`communication-preference`] | The communication methods preferred by a patient. + [`custom-attribute`] | The client-defined custom attribute for the resource. + [`description`] | The description providing additional details of the resource. [`email-status`] | The status of the electronic communication. [`estimated-financial-responsibility-amount`] | The estimated amount to be collected for the encounter. [`estimated-financial-responsibility-not-collected-reason`] | The reason no estimated amount is collected for the encounter. - [`financial-transaction-account-number`] | A value associated to the specific payment method usually represented as the last four digits of a credit card, the check number, the EFT number or Lockbox number. - [`financial-transaction-alias`] | Client defined value to represent the combination of the type, subtype, and reason describing the financial transaction. - [`financial-transaction-allocation`] | Defines how the payment or adjustment is to be allocated across other resources. + [`financial-transaction-account-number`] | The value associated with the specific payment method usually represented as the last four digits of a credit card, the check number, the EFT number, or the lockbox number. + [`financial-transaction-alias`] | The client-defined value to represent the combination of the type, subtype, and reason describing the financial transaction. + [`financial-transaction-allocation`] | The indication of how the payment or adjustment is to be allocated across other resources. [`financial-transaction-amount`] | The total amount of the financial transaction. - [`financial-transaction-card-brand`] | Identifies the brand of credit card when credit card is used as a payment method. - [`financial-transaction-date`] | Represents the expiration date if method is card, check date if method is check, EFT date if method is EFT or Lockbox date if method is lockbox. - [`financial-transaction-location`] | Client configured value representing the location or workflow that the payment was received in. - [`financial-transaction-method`] | Describes the method of payment for the financial transaction. + [`financial-transaction-card-brand`] | The brand of credit card when a credit card is used as a payment method. + [`financial-transaction-date`] | The expiration date if the method is card, check date if the method is check, EFT date if the method is EFT, or lockbox date if the method is lockbox. + [`financial-transaction-location`] | The client-configured value representing the location or workflow that the payment was received in. + [`financial-transaction-method`] | The method of payment for the financial transaction. [`financial-transaction-tendered-amount`] | The amount of cash originally tendered for payment. This value should be greater than or equal to the amount of the cash payment. [`financial-transaction-type`] | The classification of the transaction. - [`formatted-text`] | Link to the formatted text for a note. It is used in cases when the note is not a plain text. - [`infuse-over-time`] | The length of time in minutes it took to infuse a medication. - [`is-modifiable`] | Indication of whether data is modifiable or not. - [`is-physician`] | Indication of whether the provider is a physician or not. - [`military-service-connected-indicator`] | Identifies whether an encounter is connected to military service. - [`modifier-code`] | A code providing additional detail about a product or service. + [`formatted-text`] | The link to the formatted text for a note. This link is used when the note is not in plain text. + [`infuse-over-time`] | The length of time in minutes to infuse a medication. + [`is-modifiable`] | The indication of whether data is modifiable. + [`is-physician`] | The indication of whether the provider is a physician. + [`military-service-connected-indicator`] | The indication of whether an encounter is connected to military service. + [`modifier-code`] | The code providing additional detail about a product or service. [`national-drug-product`] | The national drug product used in care. [`net-price`] | The quantity times the unit price for a resource (total price). - [`note`] | Additional details related to an element within the resource along with author and date/time information. - [`note-allowed`] | Indication of whether an additional comment is permitted. - [`note-type`] | Describes the type of note represented. This can be useful when there are multiple notes. - [`offset-by`] | Indicates a resource that this resource is offset by. This resource is no longer active when offset. - [`patient-adopted`] | Indication of whether a patient is adopted. - [`patient-friendly-display`] | An expression of the original string in terminology that patients should be able to understand. + [`note`] | The additional details related to an element in the resource with author and date and time information. + [`note-allowed`] | The indication of whether an additional comment is permitted. + [`note-type`] | The type of note represented. Note type can be useful when multiple notes exist. + [`offset-by`] | The indication of another resource that offets this resource. This resource is no longer active when offset. + [`patient-adopted`] | The indication of whether a patient is adopted. + [`patient-friendly-display`] | The display name suitable for patient viewing. [`payment-collection-status`] | The status of the payment collection for the encounter. - [`performing-location`] | A location where the resource was performed. - [`period`] | A time period defined by a start and end date/time. - [`pharmacy-verification-status`] | Represents whether a MedicationRequest has been verified by a pharmacist. - [`precision`] | Indication of the precision of a given value. - [`priority`] | The priority of the element within a list. - [`procedure-code`] | A code providing information about the procedure performed on the patient associated to the resource. + [`performing-location`] | The location where the resource was performed. + [`period`] | The time period defined by a start and end date and time. + [`pharmacy-verification-status`] | The indication of whether a medication request is verified by a pharmacist. + [`precision`] | The indication of the precision of a given value. + [`priority`] | The priority of the element in a list. + [`procedure-code`] | The code providing information about the procedure performed on the patient associated with the resource. [`quantity-conversion-factor`] | The conversion factor used to calculate the quantity for billing. - [`related-person-encounter`] | Reference to the Encounter associated to the encounter level RelatedPerson. + [`related-person-encounter`] | The encounter associated with the encounter-level related person. [`relation`] | The related person's familial relationship to the patient. [`relationship-level`] | The resource's relationship to either the patient or encounter level. - [`replaced-by`] | The resource containing this link must no longer be used. The link points forward to another resource that must be used in lieu of the resource that contains this link. - [`replacing`] | A reference to a resource that this resource is replacing. - [`reply-to`] | A link to a resource that the reply should be directed to. - [`revenue-code`] | The type of revenue or cost center providing the product and/or service. - [`transmitting-organization`] | An organization that transmitted or participated in the creation of a resource, but not the author. + [`replaced-by`] | The resource containing this link must no longer be used. The link points to another resource that must be used in lieu of the resource that contains this link. + [`replacing`] | The reference to a resource that this resource is replacing. + [`reply-to`] | The link to a resource that the reply should be directed to. + [`revenue-code`] | The type of revenue or cost center providing the product, service, or both. + [`transmitting-organization`] | The organization that transmitted or participated in the creation of a resource, but not the author. [`unit-price`] | The price of a single unit for the resource. [`account-balance`]: https://fhir-ehr.cerner.com/r4/StructureDefinition/account-balance?_format=json diff --git a/lib/resources/example_json/dstu2_examples_structure_definition.rb b/lib/resources/example_json/dstu2_examples_structure_definition.rb index 5f020ca5a..fbab01587 100644 --- a/lib/resources/example_json/dstu2_examples_structure_definition.rb +++ b/lib/resources/example_json/dstu2_examples_structure_definition.rb @@ -26,8 +26,8 @@ module Resources { 'path': 'Extension', 'short': 'String equivalent with patient-friendly terminology', - 'definition': 'An expression of the original string in terminology that patients should be able to '\ - 'understand', + 'definition': 'An expression of the original string in terminology that patients should be able to ' \ + 'understand', 'min': 0, 'max': '1', 'base': { @@ -86,10 +86,10 @@ module Resources ], 'short': 'identifies the meaning of the extension', 'definition': 'Source of the definition for the extension code - a logical name or a URL.', - 'comments': 'The definition may point directly to a computable or human-readable definition of the '\ - 'extensibility codes, or it may be a logical URI as declared in some other specification. '\ - 'The definition should be version specific. This will ideally be the URI for the Resource '\ - 'Profile defining the extension, with the code for the extension after a #.', + 'comments': 'The definition may point directly to a computable or human-readable definition of the ' \ + 'extensibility codes, or it may be a logical URI as declared in some other specification. The ' \ + 'definition should be version specific. This will ideally be the URI for the Resource ' \ + 'Profile defining the extension, with the code for the extension after a #.', 'min': 1, 'max': '1', 'base': { @@ -107,8 +107,8 @@ module Resources { 'path': 'Extension.valueString', 'short': 'Value of extension', - 'definition': 'Value of extension - may be a resource or one of a constrained set of the data types '\ - '(see Extensibility in the spec for list).', + 'definition': 'Value of extension - may be a resource or one of a constrained set of the data types (see ' \ + 'Extensibility in the spec for list).', 'min': 1, 'max': '1', 'base': { @@ -129,8 +129,8 @@ module Resources { 'path': 'Extension', 'short': 'String equivalent with patient-friendly terminology', - 'definition': 'An expression of the original string in terminology that patients should be able to '\ - 'understand', + 'definition': 'An expression of the original string in terminology that patients should be able to ' \ + 'understand', 'min': 0, 'max': '1', 'type': [ diff --git a/lib/resources/example_json/r4_examples_structure_definition.rb b/lib/resources/example_json/r4_examples_structure_definition.rb index e14eef110..94468ed35 100644 --- a/lib/resources/example_json/r4_examples_structure_definition.rb +++ b/lib/resources/example_json/r4_examples_structure_definition.rb @@ -13,17 +13,17 @@ module Resources 'date': '2019-08-13', 'publisher': 'Cerner', 'description': 'Represents the sum of all credits and all debits associated with the account. '\ - 'May be positive, zero or negative.', + 'May be positive, zero or negative.', 'fhirVersion': '4.0.0', 'kind': 'complex-type', 'abstract': false, - 'type': 'Extension', 'context': [ { 'type': 'element', 'expression': 'Account' } ], + 'type': 'Extension', 'baseDefinition': 'http://hl7.org/fhir/StructureDefinition/Extension', 'snapshot': { 'element': [ @@ -32,7 +32,7 @@ module Resources 'path': 'Extension', 'short': 'Represents the account balance', 'definition': 'Represents the sum of all credits and all debits associated with the account. '\ - 'May be positive, zero or negative.', + 'May be positive, zero or negative.', 'min': 0, 'max': '1', 'base': { @@ -95,9 +95,9 @@ module Resources 'short': 'identifies the meaning of the extension', 'definition': 'Source of the definition for the extension code - a logical name or a URL.', 'comment': 'The definition may point directly to a computable or human-readable definition of the '\ - 'extensibility codes, or it may be a logical URI as declared in some other specification. The '\ - 'definition should be version specific. This will ideally be the URI for the Resource Profile '\ - 'defining the extension, with the code for the extension after a #.', + 'extensibility codes, or it may be a logical URI as declared in some other specification. The '\ + 'definition should be version specific. This will ideally be the URI for the Resource Profile defining '\ + 'the extension, with the code for the extension after a #.', 'min': 1, 'max': '1', 'base': { @@ -116,8 +116,8 @@ module Resources 'id': 'Extension.valueMoney', 'path': 'Extension.valueMoney', 'short': 'Value of extension', - 'definition': 'Value of extension - may be a resource or one of a constrained set of the data '\ - 'types (see Extensibility in the spec for list).', + 'definition': 'Value of extension - may be a resource or one of a constrained set of the data types '\ + '(see Extensibility in the spec for list).', 'min': 1, 'max': '1', 'base': { @@ -140,7 +140,7 @@ module Resources 'path': 'Extension', 'short': 'Represents the account balance', 'definition': 'Represents the sum of all credits and all debits associated with the account. '\ - 'May be positive, zero or negative.', + 'May be positive, zero or negative.', 'min': 0, 'max': '1', 'type': [