From 704c4386ef0423ba426e927a237172b9a7ffc60a Mon Sep 17 00:00:00 2001 From: Jaymee Murdoch Date: Tue, 24 Sep 2024 21:10:18 +1000 Subject: [PATCH 1/7] Fix for FHIR-46498 https://jira.hl7.org/browse/FHIR-46498 --- input/pagecontent/changes.md | 2 +- input/resources/au-core-medicationrequest.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/input/pagecontent/changes.md b/input/pagecontent/changes.md index b51b0b59..ef71eeab 100644 --- a/input/pagecontent/changes.md +++ b/input/pagecontent/changes.md @@ -46,7 +46,7 @@ This change log documents the significant updates and resolutions implemented fr - removed Must Support from MedicationRequest.substitution, MedicationRequest.substitution.allowed[x] [FHIR-45088](https://jira.hl7.org/browse/FHIR-45088) - added Must Support to MedicationRequest.reasonReference [FHIR-45090](https://jira.hl7.org/browse/FHIR-45090) - support for AMT codes and PBS Item Codes in MedicationRequest.medicationCodeableConcept changed to define slicing in AU Core (no longer inherited from AU Base as per [FHIR-44821](https://jira.hl7.org/browse/FHIR-44821)). Slicing discriminator changed from slicing by value:system to slicing by value set and the binding strength has been corrected to required. [FHIR-46391](https://jira.hl7.org/browse/FHIR-46391) - - updated invariant au-core-medreq-03 to allow for a Data Absent Reason extension in order to meet AU Core Missing Data and Suppressed Data requirements, and changed the length check from >= 10 to >= 8 to match required precision to the day [FHIR-46417](https://jira.hl7.org/browse/FHIR-46417) + - updated invariant au-core-medreq-03 to allow for a Data Absent Reason extension in order to meet AU Core Missing Data and Suppressed Data requirements, changed the length check from >= 10 to >= 8 to match required precision to the day and corrected the FHIRPath expression [FHIR-46417](https://jira.hl7.org/browse/FHIR-46417), [FHIR-46498](https://jira.hl7.org/browse/FHIR-46498) - Made the following changes to AU Core Medication: - removal of Must Support from Medication.manufacturer [FHIR-45130](https://jira.hl7.org/browse/FHIR-45130) - removed Must Support from Medication.form [FHIR-45221](https://jira.hl7.org/browse/FHIR-45221) diff --git a/input/resources/au-core-medicationrequest.xml b/input/resources/au-core-medicationrequest.xml index 9af31393..6a7f5854 100644 --- a/input/resources/au-core-medicationrequest.xml +++ b/input/resources/au-core-medicationrequest.xml @@ -248,7 +248,7 @@ - + From cb9166bf227e458c377d5cc02eeaa1054ac7a192 Mon Sep 17 00:00:00 2001 From: Jaymee Murdoch Date: Wed, 2 Oct 2024 21:42:49 +1000 Subject: [PATCH 2/7] au-core-medreq-03 to min length of 10, update change log --- input/pagecontent/changes.md | 2 +- input/resources/au-core-medicationrequest.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/input/pagecontent/changes.md b/input/pagecontent/changes.md index 873dbfd3..97987da6 100644 --- a/input/pagecontent/changes.md +++ b/input/pagecontent/changes.md @@ -46,7 +46,7 @@ This change log documents the significant updates and resolutions implemented fr - removed Must Support from MedicationRequest.substitution, MedicationRequest.substitution.allowed[x] [FHIR-45088](https://jira.hl7.org/browse/FHIR-45088) - added Must Support to MedicationRequest.reasonReference [FHIR-45090](https://jira.hl7.org/browse/FHIR-45090) - support for AMT codes and PBS Item Codes in MedicationRequest.medicationCodeableConcept changed to define slicing in AU Core (no longer inherited from AU Base as per [FHIR-44821](https://jira.hl7.org/browse/FHIR-44821)). Slicing discriminator changed from slicing by value:system to slicing by value set and the binding strength has been corrected to required. [FHIR-46391](https://jira.hl7.org/browse/FHIR-46391) - - updated invariant au-core-medreq-03 to allow for a Data Absent Reason extension in order to meet AU Core Missing Data and Suppressed Data requirements, changed the length check from >= 10 to >= 8 to match required precision to the day and corrected the FHIRPath expression [FHIR-46417](https://jira.hl7.org/browse/FHIR-46417), [FHIR-46498](https://jira.hl7.org/browse/FHIR-46498) + - updated invariant au-core-medreq-03 to allow for a Data Absent Reason extension in order to meet AU Core Missing Data and Suppressed Data requirements, and corrected the FHIRPath expression [FHIR-46417](https://jira.hl7.org/browse/FHIR-46417), [FHIR-46498](https://jira.hl7.org/browse/FHIR-46498), [FHIR-48362](https://jira.hl7.org/browse/FHIR-48362) - Made the following changes to AU Core Medication: - removal of Must Support from Medication.manufacturer [FHIR-45130](https://jira.hl7.org/browse/FHIR-45130) - removed Must Support from Medication.form [FHIR-45221](https://jira.hl7.org/browse/FHIR-45221) diff --git a/input/resources/au-core-medicationrequest.xml b/input/resources/au-core-medicationrequest.xml index 6a7f5854..b7c342de 100644 --- a/input/resources/au-core-medicationrequest.xml +++ b/input/resources/au-core-medicationrequest.xml @@ -248,7 +248,7 @@ - + From 6c739262a0cd376eef88f6a0b4c0c4e8c140e708 Mon Sep 17 00:00:00 2001 From: Jaymee Murdoch Date: Sun, 6 Oct 2024 19:50:06 +1000 Subject: [PATCH 3/7] Amend change log --- input/pagecontent/changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/pagecontent/changes.md b/input/pagecontent/changes.md index 97987da6..cbbeea11 100644 --- a/input/pagecontent/changes.md +++ b/input/pagecontent/changes.md @@ -46,7 +46,7 @@ This change log documents the significant updates and resolutions implemented fr - removed Must Support from MedicationRequest.substitution, MedicationRequest.substitution.allowed[x] [FHIR-45088](https://jira.hl7.org/browse/FHIR-45088) - added Must Support to MedicationRequest.reasonReference [FHIR-45090](https://jira.hl7.org/browse/FHIR-45090) - support for AMT codes and PBS Item Codes in MedicationRequest.medicationCodeableConcept changed to define slicing in AU Core (no longer inherited from AU Base as per [FHIR-44821](https://jira.hl7.org/browse/FHIR-44821)). Slicing discriminator changed from slicing by value:system to slicing by value set and the binding strength has been corrected to required. [FHIR-46391](https://jira.hl7.org/browse/FHIR-46391) - - updated invariant au-core-medreq-03 to allow for a Data Absent Reason extension in order to meet AU Core Missing Data and Suppressed Data requirements, and corrected the FHIRPath expression [FHIR-46417](https://jira.hl7.org/browse/FHIR-46417), [FHIR-46498](https://jira.hl7.org/browse/FHIR-46498), [FHIR-48362](https://jira.hl7.org/browse/FHIR-48362) + - updated invariant au-core-medreq-03 to allow for a Data Absent Reason extension in order to meet AU Core Missing Data and Suppressed Data requirements [FHIR-46417](https://jira.hl7.org/browse/FHIR-46417) - Made the following changes to AU Core Medication: - removal of Must Support from Medication.manufacturer [FHIR-45130](https://jira.hl7.org/browse/FHIR-45130) - removed Must Support from Medication.form [FHIR-45221](https://jira.hl7.org/browse/FHIR-45221) From e0d630ffeaaee170b3d4c4d5b29395c72a2ecb24 Mon Sep 17 00:00:00 2001 From: Jaymee Murdoch Date: Thu, 10 Oct 2024 13:44:25 +1000 Subject: [PATCH 4/7] Change inv post review --- input/resources/au-core-medicationrequest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/resources/au-core-medicationrequest.xml b/input/resources/au-core-medicationrequest.xml index b7c342de..6fc138df 100644 --- a/input/resources/au-core-medicationrequest.xml +++ b/input/resources/au-core-medicationrequest.xml @@ -248,7 +248,7 @@ - + From c7a06f48018cfc94cf804f70d0dd9fd9062f0f56 Mon Sep 17 00:00:00 2001 From: Jaymee Murdoch Date: Tue, 22 Oct 2024 20:41:29 +1000 Subject: [PATCH 5/7] Inv expression change --- input/resources/au-core-medicationrequest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/resources/au-core-medicationrequest.xml b/input/resources/au-core-medicationrequest.xml index 6fc138df..4642b7b1 100644 --- a/input/resources/au-core-medicationrequest.xml +++ b/input/resources/au-core-medicationrequest.xml @@ -248,7 +248,7 @@ - + From 22cb65673a00cd0c926a1029edd2599de186d537 Mon Sep 17 00:00:00 2001 From: Jaymee Murdoch Date: Thu, 31 Oct 2024 10:35:30 +1000 Subject: [PATCH 6/7] Fix from review and discussion --- input/resources/au-core-medicationrequest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/input/resources/au-core-medicationrequest.xml b/input/resources/au-core-medicationrequest.xml index d4f2c883..6fd5f168 100644 --- a/input/resources/au-core-medicationrequest.xml +++ b/input/resources/au-core-medicationrequest.xml @@ -248,8 +248,8 @@ - - + + From 9677d30526d603530b0b32a5462d8f5fab5b542f Mon Sep 17 00:00:00 2001 From: Jaymee Murdoch Date: Fri, 1 Nov 2024 21:16:20 +1000 Subject: [PATCH 7/7] Fixes from review. --- input/pagecontent/changes.md | 2 +- input/resources/au-core-medicationrequest.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/input/pagecontent/changes.md b/input/pagecontent/changes.md index 07691930..a1a37a9e 100644 --- a/input/pagecontent/changes.md +++ b/input/pagecontent/changes.md @@ -63,7 +63,7 @@ This change log documents the significant updates and resolutions implemented fr - removed Must Support from MedicationRequest.substitution, MedicationRequest.substitution.allowed[x] [FHIR-45088](https://jira.hl7.org/browse/FHIR-45088) - added Must Support to MedicationRequest.reasonReference [FHIR-45090](https://jira.hl7.org/browse/FHIR-45090) - support for AMT codes and PBS Item Codes in MedicationRequest.medicationCodeableConcept changed to define slicing in AU Core (no longer inherited from AU Base as per [FHIR-44821](https://jira.hl7.org/browse/FHIR-44821)). Slicing discriminator changed from slicing by value:system to slicing by value set and the binding strength has been corrected to required. [FHIR-46391](https://jira.hl7.org/browse/FHIR-46391) - - updated invariant au-core-medreq-03 to allow for a Data Absent Reason extension in order to meet AU Core Missing Data and Suppressed Data requirements [FHIR-46417](https://jira.hl7.org/browse/FHIR-46417) + - updated invariant au-core-medreq-01 to allow for a Data Absent Reason extension in order to meet AU Core Missing Data and Suppressed Data requirements [FHIR-46417](https://jira.hl7.org/browse/FHIR-46417) - Made the following changes to AU Core Medication: - removal of Must Support from Medication.manufacturer [FHIR-45130](https://jira.hl7.org/browse/FHIR-45130) - removed Must Support from Medication.form [FHIR-45221](https://jira.hl7.org/browse/FHIR-45221) diff --git a/input/resources/au-core-medicationrequest.xml b/input/resources/au-core-medicationrequest.xml index 6fd5f168..f3ce069a 100644 --- a/input/resources/au-core-medicationrequest.xml +++ b/input/resources/au-core-medicationrequest.xml @@ -249,7 +249,7 @@ - +