From 9f9d288be403a050205d91dfc2dfc1c5d217ef40 Mon Sep 17 00:00:00 2001 From: tjohnson7021 <86614374+tjohnson7021@users.noreply.github.com> Date: Wed, 25 Oct 2023 14:49:56 -0400 Subject: [PATCH 1/4] Fixed casing to match other segments in IG --- ig/input/fsh/nbs-msh-segment.fsh | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/ig/input/fsh/nbs-msh-segment.fsh b/ig/input/fsh/nbs-msh-segment.fsh index 337490ded..84ecb6978 100644 --- a/ig/input/fsh/nbs-msh-segment.fsh +++ b/ig/input/fsh/nbs-msh-segment.fsh @@ -3,32 +3,32 @@ Id: segment-msh-logical-model Title: "MSH Segment" Description: "The MSH Segment" * segmentType 1..1 string "MSH" -* fieldSeparator 1..1 string "MSH-1 The field separator for the message" +* fieldSeparator 1..1 string "MSH-1 The Field Separator For The Message" * encodingCharacters 1..1 string "MSH-2 Encoding Characters" -* sendingApplication 1..1 code "MSH-3 The sending application" +* sendingApplication 1..1 code "MSH-3 The Sending Application" * sendingApplicationNamespaceId 1..1 code "MSH-3.1 Sending Application Namespace ID" * sendingApplicationUniversalId 1..1 string "MSH-3.2 Sending Application Universal ID" * sendingApplicationUniversalIdType 1..1 id "MSH-3.3 Sending Application Universal ID Type" -* sendingFacility 1..1 code "MSH-4 The sending facility" -* sendingFacilityNamespaceId 1..1 code "MSH-4.1 The sending facility namespace ID" -* sendingFacilityUniversalId 1..1 string "MSH-4.2 The sending facility universal ID" -* sendingFacilityUniversalIdType 1..1 id "MSH-4.3 The sending facility universal ID type" -* receivingApplication 1..1 code "MSH-5 The receiving application" -* receivingApplicationNamespaceId 1..1 code "MSH-5.1 The receiving application namespace ID" -* receivingApplicationUniversalId 1..1 string "MSH-5.2 The receiving application universal ID type" -* receivingApplicationUniversalIdType 1..1 id "MSH-5.3 The receiving application universal ID type" -* receivingFacility 1..1 code "MSH-6 The receiving facility" +* sendingFacility 1..1 code "MSH-4 The Sending Facility" +* sendingFacilityNamespaceId 1..1 code "MSH-4.1 The Sending Facility Namespace ID" +* sendingFacilityUniversalId 1..1 string "MSH-4.2 The Sending Facility Universal ID" +* sendingFacilityUniversalIdType 1..1 id "MSH-4.3 The Sending Facility Universal ID Type" +* receivingApplication 1..1 code "MSH-5 The Receiving Application" +* receivingApplicationNamespaceId 1..1 code "MSH-5.1 The Receiving Application Namespace ID" +* receivingApplicationUniversalId 1..1 string "MSH-5.2 The Receiving Application Universal ID Type" +* receivingApplicationUniversalIdType 1..1 id "MSH-5.3 The Receiving Application Universal ID Type" +* receivingFacility 1..1 code "MSH-6 The Receiving facility" * receivingFacilityNamespaceId 1..1 code "MSH-6.1 Receiving Facility Namespace ID" * receivingFacilityUniversalId 1..1 string "MSH-6.2 Receiving Facility Universal ID" * receivingFacilityUniversalIdType 1..1 id "MSH-6.3 Receiving Facility Universal ID Type" -* messageDateTime 1..1 dateTime "MSH-7 The date and time the message was created" -* messageType 1..1 Coding "MSH-9 The type of message" +* messageDateTime 1..1 dateTime "MSH-7 The Date And Time The Message Was Created" +* messageType 1..1 Coding "MSH-9 The Type Of Message" * messageTypeMessageCode 1..1 id "MSH-9.1 Message Code" * messageTypeTriggerEvent 1..1 id "MSH-9.2 Trigger Event" * messageTypeMessageStructure 1..1 id "MSH-9.3 Message Structure" -* messageControlId 1..1 string "MSH-10 a control id for the message" -* processingId 1..1 string "MSH-11 the processing id" -* versionId 1..1 string "MSH-12 the HL7 version of this message" +* messageControlId 1..1 string "MSH-10 A Control ID For The Message" +* processingId 1..1 string "MSH-11 The Processing ID" +* versionId 1..1 string "MSH-12 The HL7 Version of This Message" * acceptAcknowledgmentType 1..1 id "MSH-15 Accept Acknowledgment Type" * applicationAcknowledgementType 1..1 id "MSH-16 Application Acknowledgement Type" * messageProfileIdentifier 1..2 Identifier "MSH-21 Message Profile Identifier" From c2a7f3c700aa1fc791cb03db49ff4f969215be54 Mon Sep 17 00:00:00 2001 From: tjohnson7021 <86614374+tjohnson7021@users.noreply.github.com> Date: Wed, 25 Oct 2023 14:52:29 -0400 Subject: [PATCH 2/4] Fixed to match the casing of the other segments --- ig/input/fsh/nbs-evn-segment.fsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ig/input/fsh/nbs-evn-segment.fsh b/ig/input/fsh/nbs-evn-segment.fsh index fa9946d59..f5b41b00e 100644 --- a/ig/input/fsh/nbs-evn-segment.fsh +++ b/ig/input/fsh/nbs-evn-segment.fsh @@ -4,7 +4,7 @@ Title: "EVN Segment" Description: "The EVN Segment" * segmentType 1..1 string "EVN" * eventTypeCode 1..1 string "A01" // this is apparently not in the spec anymore but retained for backward compatibility -* eventDateTime 1..1 string "Date and time of the event" +* eventDateTime 1..1 string "Date and Time of the Event" // there are other optional fields we might want to define From 1b470bf3ad61e9b24399093bbe75328053f8d566 Mon Sep 17 00:00:00 2001 From: tjohnson7021 <86614374+tjohnson7021@users.noreply.github.com> Date: Wed, 25 Oct 2023 14:58:21 -0400 Subject: [PATCH 3/4] grammatical typos --- ig/input/fsh/nbs-msh-segment.fsh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ig/input/fsh/nbs-msh-segment.fsh b/ig/input/fsh/nbs-msh-segment.fsh index 84ecb6978..e94e97645 100644 --- a/ig/input/fsh/nbs-msh-segment.fsh +++ b/ig/input/fsh/nbs-msh-segment.fsh @@ -3,7 +3,7 @@ Id: segment-msh-logical-model Title: "MSH Segment" Description: "The MSH Segment" * segmentType 1..1 string "MSH" -* fieldSeparator 1..1 string "MSH-1 The Field Separator For The Message" +* fieldSeparator 1..1 string "MSH-1 The Field Separator for the Message" * encodingCharacters 1..1 string "MSH-2 Encoding Characters" * sendingApplication 1..1 code "MSH-3 The Sending Application" * sendingApplicationNamespaceId 1..1 code "MSH-3.1 Sending Application Namespace ID" @@ -21,14 +21,14 @@ Description: "The MSH Segment" * receivingFacilityNamespaceId 1..1 code "MSH-6.1 Receiving Facility Namespace ID" * receivingFacilityUniversalId 1..1 string "MSH-6.2 Receiving Facility Universal ID" * receivingFacilityUniversalIdType 1..1 id "MSH-6.3 Receiving Facility Universal ID Type" -* messageDateTime 1..1 dateTime "MSH-7 The Date And Time The Message Was Created" +* messageDateTime 1..1 dateTime "MSH-7 The Date and Time the Message was Created" * messageType 1..1 Coding "MSH-9 The Type Of Message" * messageTypeMessageCode 1..1 id "MSH-9.1 Message Code" * messageTypeTriggerEvent 1..1 id "MSH-9.2 Trigger Event" * messageTypeMessageStructure 1..1 id "MSH-9.3 Message Structure" -* messageControlId 1..1 string "MSH-10 A Control ID For The Message" +* messageControlId 1..1 string "MSH-10 A Control ID for the Message" * processingId 1..1 string "MSH-11 The Processing ID" -* versionId 1..1 string "MSH-12 The HL7 Version of This Message" +* versionId 1..1 string "MSH-12 The HL7 Version of this Message" * acceptAcknowledgmentType 1..1 id "MSH-15 Accept Acknowledgment Type" * applicationAcknowledgementType 1..1 id "MSH-16 Application Acknowledgement Type" * messageProfileIdentifier 1..2 Identifier "MSH-21 Message Profile Identifier" From 775336d796da4d00729fac90c7867282e8bbc786 Mon Sep 17 00:00:00 2001 From: Tiffini Johnson <86614374+tjohnson7021@users.noreply.github.com> Date: Wed, 25 Oct 2023 15:17:40 -0400 Subject: [PATCH 4/4] Update nbs-msh-segment.fsh --- ig/input/fsh/nbs-msh-segment.fsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ig/input/fsh/nbs-msh-segment.fsh b/ig/input/fsh/nbs-msh-segment.fsh index e94e97645..593b8ac18 100644 --- a/ig/input/fsh/nbs-msh-segment.fsh +++ b/ig/input/fsh/nbs-msh-segment.fsh @@ -22,7 +22,7 @@ Description: "The MSH Segment" * receivingFacilityUniversalId 1..1 string "MSH-6.2 Receiving Facility Universal ID" * receivingFacilityUniversalIdType 1..1 id "MSH-6.3 Receiving Facility Universal ID Type" * messageDateTime 1..1 dateTime "MSH-7 The Date and Time the Message was Created" -* messageType 1..1 Coding "MSH-9 The Type Of Message" +* messageType 1..1 Coding "MSH-9 The Type of Message" * messageTypeMessageCode 1..1 id "MSH-9.1 Message Code" * messageTypeTriggerEvent 1..1 id "MSH-9.2 Trigger Event" * messageTypeMessageStructure 1..1 id "MSH-9.3 Message Structure"