Skip to content

Commit

Permalink
Merge pull request #218 from gematik/alexzautke-patch-1
Browse files Browse the repository at this point in the history
Update OperationUpdateMetadata.fsh
  • Loading branch information
alexzautke authored Nov 29, 2024
2 parents ef1e1d9 + 752f8d1 commit bcb7746
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://gematik.de/fhir/isik/OperationDefinition/UpdateMetadata",
"title": "Update document metadata",
"kind": "operation",
"name": "update-metadata",
"name": "Update-metadata",
"description": "Update selected, uncritical document metadata in a safe and controlled manner without having to replace the whole document",
"code": "update-metadata",
"comment": "\n Expected behaviour:\n* Servers SHALL update the DocumentReference.docStatus with the submitted values\n* Servers SHALL ensure that DocumentReference.text reflects this change\n",
Expand Down
4 changes: 2 additions & 2 deletions Resources/input/fsh/OperationUpdateMetadata.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Title: "update-metadata"
* url = "https://gematik.de/fhir/isik/OperationDefinition/UpdateMetadata"
* title = "Update document metadata"
* kind = #operation
* name = "update-metadata"
* name = "Update-metadata"
* description = "Update selected, uncritical document metadata in a safe and controlled manner without having to replace the whole document"
* code = #update-metadata
* comment = "
Expand All @@ -29,4 +29,4 @@ Title: "update-metadata"
* type = #code
* binding
* strength = #required
* valueSet = "http://hl7.org/fhir/ValueSet/composition-status"
* valueSet = "http://hl7.org/fhir/ValueSet/composition-status"

0 comments on commit bcb7746

Please sign in to comment.