-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #52 from medcomdk/v.2.1.1-rc
V.3.0.0 rc
- Loading branch information
Showing
31 changed files
with
532 additions
and
380 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
Extension: MedComCareCommunicationAttachmentExtension | ||
Id: medcom-carecommunication-attachment-identifier-extension | ||
Title: "AttachmentIdentifierExtension" | ||
Description: "An extension holding an attachment identifier" | ||
/* Extension: MedComIdentifierExtension | ||
Id: medcom-identifier-extension | ||
Title: "IdentifierExtension" | ||
Description: "An extension holding identifier" | ||
* valueIdentifier 1.. MS | ||
* valueIdentifier only MedComCareCommunicationAttachmentIdentifier | ||
* valueIdentifier only MedComMessageSegmentIdentifier | ||
Profile: MedComCareCommunicationAttachmentIdentifier | ||
Profile: MedComMessageSegmentIdentifier | ||
Parent: Identifier | ||
Id: medcom-carecommunication-attachment-identifier | ||
Title: "An identifier for an attachment." | ||
Description: "An unique identifier for an attachment used in a CareCommunication message" | ||
Id: medcom-message-segment-identifier | ||
Title: "An identifier for a message segment." | ||
Description: "An unique identifier for a message segment used in a CareCommunication message" | ||
* value 1.. | ||
* value ^short = "The value is a UUID identifier, which shall be applied when an attachment is included. If the attachment is edited and reattached, a new UUID shall be applied." | ||
* value ^short = "The value is a UUID identifier version 4." | ||
* value obeys medcom-uuidv4 | ||
* assigner 1.. | ||
* assigner ^short = "A reference to the organization that initially attached the attachment." | ||
* assigner ^short = "A reference to the organization that initially added the message segment." | ||
* assigner only Reference(MedComCoreOrganization) | ||
* assigner and value MS | ||
Invariant: medcom-uuidv4 | ||
Description: "The value shall correspond to the structure of an UUID version 4" | ||
Severity: #error | ||
Expression: "value.matches('urn:uuid:[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}')" | ||
Expression: "value.matches('urn:uuid:[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}')" */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
Extension: MedComCareCommunicationPayloadAuthorExtension | ||
/* Extension: MedComCareCommunicationPayloadAuthorExtension | ||
Id: medcom-carecommunication-author-extension | ||
Title: "PayloadAuthorExtension" | ||
Description: "Reference to author of this payload" | ||
* value[x] 1..1 | ||
* value[x] only Reference(MedComCorePractitionerRole) | ||
* value[x] ^type.aggregation = #bundled | ||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
Extension: MedComCareCommunicationPayloadDateTimeExtension | ||
/* Extension: MedComCareCommunicationPayloadDateTimeExtension | ||
Id: medcom-carecommunication-datetime-extension | ||
Title: "PayloadDateTimeExtension" | ||
Description: "Date and time of this payload" | ||
* value[x] 1..1 | ||
* value[x] only dateTime | ||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
Extension: MedComCareCommunicationSenderExtension | ||
/* Extension: MedComCareCommunicationSenderExtension | ||
Id: medcom-carecommunication-sender-extension | ||
Title: "SenderExtension" | ||
Description: "Reference to a more specfic sender of a CareCommunication message." | ||
* value[x] 0..1 | ||
* value[x] only Reference(MedComCorePractitionerRole or MedComCoreCareTeam) | ||
* value[x] ^type.aggregation = #bundled | ||
* value[x] ^short = "This element is used to describe a more specific sender than the MessageHeader.sender. It may be a careteam a homecare group in the municipality or a named general practitioner." | ||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.