Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
ensure dstu2 example is current
Browse files Browse the repository at this point in the history
  • Loading branch information
amcginn committed Nov 1, 2023
1 parent eb977e8 commit 1fe90d9
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions lib/resources/example_json/dstu2_examples_structure_definition.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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': {
Expand Down Expand Up @@ -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': {
Expand All @@ -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': {
Expand All @@ -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': [
Expand Down

0 comments on commit 1fe90d9

Please sign in to comment.