Skip to content

Commit

Permalink
manually fix doc comments..
Browse files Browse the repository at this point in the history
  • Loading branch information
FlixCoder committed Apr 1, 2023
1 parent cde0c31 commit 614bdac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/fhir-model/src/r5/resources/generated.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34457,7 +34457,7 @@ Some reporting work flows require that the original narrative of a final documen
To reference (using relatesTo) a Bundle of type "document" or another Composition where you only have the identifier, use a resourceReference with an identifier.\
When a Composition is an alternate representation of another type of document e.g. CDA, the other document could be referenced in a DocumentReference resource.
Here is an example of using relatesTo to reference another Bundle of type "document" or Composition where you only have the identifier:
```
```json
"relatesTo": [{
"type": "replaces",
"resourceReference": {
Expand All @@ -34472,7 +34472,7 @@ Here is an example of using relatesTo to reference another Bundle of type "docum
#[builder(
default,
setter(
doc = " # Relationships to other compositions/documents \n\n Relationships that this composition has with other compositions or documents that already exist. \n\n To reference (using relatesTo) a Bundle of type \"document\" or another Composition where you only have the identifier, use a resourceReference with an identifier.\\\nWhen a Composition is an alternate representation of another type of document e.g. CDA, the other document could be referenced in a DocumentReference resource. \nHere is an example of using relatesTo to reference another Bundle of type \"document\" or Composition where you only have the identifier:\n```\n\"relatesTo\": [{\n \"type\": \"replaces\",\n \"resourceReference\": {\n \"identifier\": { \n \"system\": \"...\", \n \"value\": \"...\"\n }\n } \n}]\n``` "
doc = " # Relationships to other compositions/documents \n\n Relationships that this composition has with other compositions or documents that already exist. \n\n To reference (using relatesTo) a Bundle of type \"document\" or another Composition where you only have the identifier, use a resourceReference with an identifier.\\\nWhen a Composition is an alternate representation of another type of document e.g. CDA, the other document could be referenced in a DocumentReference resource. \nHere is an example of using relatesTo to reference another Bundle of type \"document\" or Composition where you only have the identifier:\n```json\n\"relatesTo\": [{\n \"type\": \"replaces\",\n \"resourceReference\": {\n \"identifier\": { \n \"system\": \"...\", \n \"value\": \"...\"\n }\n } \n}]\n``` "
)
)]
#[serde(rename = "relatesTo")]
Expand Down

0 comments on commit 614bdac

Please sign in to comment.