From 72991c81e45dcb8a94a9cacf47f033ae8982c9d9 Mon Sep 17 00:00:00 2001 From: Jaymee Murdoch Date: Tue, 21 Jan 2025 15:30:29 +1000 Subject: [PATCH 1/3] Various QA and ballot fixes. --- input/pagecontent/changes.md | 3 +++ input/pagecontent/index.md | 4 ++-- input/pagecontent/relationship.md | 6 +++--- input/pagecontent/variance.md | 19 ++++++++----------- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/input/pagecontent/changes.md b/input/pagecontent/changes.md index ba5907c..c69e9e7 100644 --- a/input/pagecontent/changes.md +++ b/input/pagecontent/changes.md @@ -9,6 +9,9 @@ This change log documents the significant updates and resolutions implemented fr - New profiles: - AU eRequesting Task ([FHIR-46947](https://jira.hl7.org/browse/FHIR-46947), [FHIR-46950](https://jira.hl7.org/browse/FHIR-46950), [FHIR-46956](https://jira.hl7.org/browse/FHIR-46956), [FHIR-46958](https://jira.hl7.org/browse/FHIR-46958), [FHIR-46959](https://jira.hl7.org/browse/FHIR-46959), [FHIR-47081](https://jira.hl7.org/browse/FHIR-47081), [FHIR-47082](https://jira.hl7.org/browse/FHIR-47082), [FHIR-47083](https://jira.hl7.org/browse/FHIR-47083), [FHIR-47084](https://jira.hl7.org/browse/FHIR-47084), [FHIR-47086](https://jira.hl7.org/browse/FHIR-47086), [FHIR-47102](https://jira.hl7.org/browse/FHIR-47102). - AU eRequesting Coverage ([FHIR-46848](https://jira.hl7.org/browse/FHIR-46848)) +- New value sets: + - AU eRequesting Task Status ([FHIR-47081](https://jira.hl7.org/browse/FHIR-47081)) + - AU eRequesting RequestStatus ([FHIR-47097](https://jira.hl7.org/browse/FHIR-47097)) - Made the following changes to AU eRequesting ServiceRequest: - made the profile abstract ([FHIR-46813](https://jira.hl7.org/browse/FHIR-46813)) - made ServiceRequest.encounter mandatory (1..1) [FHIR-47008](https://jira.hl7.org/browse/FHIR-47008) diff --git a/input/pagecontent/index.md b/input/pagecontent/index.md index 98d198c..2cdd837 100644 --- a/input/pagecontent/index.md +++ b/input/pagecontent/index.md @@ -1,9 +1,9 @@ ### Introduction AU eRequesting is provided to support the use of HL7® FHIR®© for diagnostic requesting in an Australian context. It sets the minimum expectations on FHIR resources to support conformance and implementation in systems. -AU eRequesting defines the Data model and RESTful API interactions that set minimum expectations for placing and accessing electronic requests. +AU eRequesting defines the data model and RESTful API interactions that set minimum expectations for placing and accessing electronic requests. -The focus AU eRequesting Release 1 (R1) is support of pathology and medical imaging requests in community-based care provision, with consideration for future use beyond this scope. +The focus of AU eRequesting Release 1 (R1) is support of pathology and medical imaging requests in community-based care provision, with consideration for future use beyond this scope. ### Project background diff --git a/input/pagecontent/relationship.md b/input/pagecontent/relationship.md index 6252ec8..37547ce 100644 --- a/input/pagecontent/relationship.md +++ b/input/pagecontent/relationship.md @@ -1,5 +1,5 @@ The context of AU eRequesting within the set of HL7 AU standards is shown in the figure below: -- the **FHIR standard** is the foundation, which creates a common platform or foundation on which a variety of different solutions are implemented. +- the **FHIR standard** is the foundation, which creates a common platform or foundation on which a variety of different solutions are implemented. References to the FHIR standard on this page include the HL7 International Core FHIR Specification, HL7 International Core Extensions FHIR Implementation Guide (Extensions Pack) and HL7 International HL7 Terminology (THO). - **AU Base** defines local concepts for use in an Australian context introducing relevant identifiers, terminology, extensions. - **AU Core** defines a set of conformance requirements that enforce a set of 'minimum requirements' on the local concepts from AU Base, specifying the elements, extensions, vocabularies, and value sets that SHALL be present and how they SHALL be used, along with the RESTful API interactions. - **Use case IGs** (AU eRequesting and AU Provider Directory) build on AU Core to address specific use cases, defining a set of conformance requirements on top of AU Core, using additional building blocks from AU Base as needed. @@ -28,13 +28,13 @@ The relationship of AU eRequesting to AUeReqDI and other implementation guides i
Relationship to AUeReqDI and Other IGs
-*Figure 3: Relationship to AUeReqDI and Other IGs* +*Figure 2: Relationship to AUeReqDI and Other IGs*
Implementation Guide |Relationship ---|--- [AU Base](https://build.fhir.org/ig/hl7au/au-fhir-base/)|This IG defines Australian realm concepts including terminology, identifiers, and extensions. AU Core uses AU Base, where available, as the basis for profiles that define the FHIR resources to be supported, and the elements, extensions, vocabularies, and value sets that SHALL be present are identified, and how they are used is defined. -[AU Core](https://build.fhir.org/ig/hl7au/au-fhir-core/)|This IG defines a set of conformance requirements that enforce a set of 'minimum requirements' on the local concepts from AU Base, specifying the elements, extensions, vocabularies, and value sets that SHALL be present and how they SHALL be used, along with the RESTful API interactions. AU eRequesting is compliant with the profile conformance requirements in [AU Core](https://build.fhir.org/ig/hl7au/au-fhir-core/). +[AU Core](https://build.fhir.org/ig/hl7au/au-fhir-core/)|This IG defines a set of conformance requirements that enforce a set of ‘minimum requirements’ on the local concepts from AU Base, specifying rules for the elements, extensions, vocabularies, and value sets, and the RESTful API interactions. AU eRequesting is compliant with the profile conformance requirements in [AU Core](https://build.fhir.org/ig/hl7au/au-fhir-core/). [HL7 Cross Paradigm Implementation Guide: Gender Harmony - Sex and Gender Representation](https://hl7.org/xprod/ig/uv/gender-harmony/informative1/)|This IG provides definitive guidance on how to exchange clinical sex and gender affirming information using HL7 models. Sex and gender concepts from this IG have been reviewed for the potential for adoption in Australia. Where adopted, these concepts are included by reference in AU Base and profiled in AU Core. {:.grid} diff --git a/input/pagecontent/variance.md b/input/pagecontent/variance.md index 6aff397..ec52f4c 100644 --- a/input/pagecontent/variance.md +++ b/input/pagecontent/variance.md @@ -1,21 +1,18 @@ -AU Realm FHIR implementation guide projects are required to follow specific publishing guidelines: +This version of the AU eRequesting FHIR IG complies with [Version 1.0 of the HL7 Australia FHIR Work Group AU Variance Requirements](https://hl7.org.au/fhir/HL7%20AU%20Variance%20Requirements%20v1.0.pdf). + +HL7 Australia published FHIR implementation guides are required to follow specific publishing requirements: - **SHOULD** use AU Core profiles - **SHOULD** use AU Base profiles and extensions - -If a FHIR implementation guide cannot comply with an AU Core profile or reuse an AU Base extension, or fails to comply with an AU Base profile, it must document the variance. - -The Variance Statement identifies where an AU Realm FHIR implementation guide does not meet the expectations set by AU Base and/or AU Core. It also identifies resources not profiled in AU Base or AU Core, facilitating the FHIR Work Group's assessment for potential further development. Additionally, the Variance Statement page indicates where the AU Realm FHIR IG fully complies with AU Base or AU Core. - -The Variance Statement undergoes review and assessment by the FHIR Work Group as part of the FHIR IG balloting process. For more details on the requirements of a Variance Statement, refer to [AU FHIR IG Variance Requirements](https://confluence.hl7.org/display/HA/Process%3A++AU+FHIR+IG+Variance+Requirements). +- **SHALL** include an AU Variance Statement page ### Variance from AU Base -This implementation guide has no variance (i.e. fully compliant) from AU Base FHIR Implementation Guide version 4.2.1-ci-build ([current](https://build.fhir.org/ig/hl7au/au-fhir-base/)). +This implementation guide has no variance (i.e. fully compliant) from AU Base FHIR Implementation Guide version 5.0.1-ci-build ([current](https://build.fhir.org/ig/hl7au/au-fhir-base/)). ### Variance from AU Core -This implementation guide has no variance (i.e. fully compliant) from AU Core FHIR Implementation Guide version 0.4.0-ci-build ([current](https://build.fhir.org/ig/hl7au/au-fhir-core/)). +This implementation guide has no variance (i.e. fully compliant) from AU Core FHIR Implementation Guide version 5.0.1-ci-build ([current](https://build.fhir.org/ig/hl7au/au-fhir-core/)). #### Additionally Profiled Resources This implementation guide profiles the following resources that are not profiled in AU Core: -- ServiceRequest - - [AU eRequesting Diagnostic Request](StructureDefinition-au-erequesting-diagnosticrequest.html) +- Task + - [AU eRequesting Task](StructureDefinition-au-erequesting-task.html) \ No newline at end of file From 2882077e9fe031055468995dcb63ad902d463b28 Mon Sep 17 00:00:00 2001 From: Jaymee Murdoch Date: Wed, 29 Jan 2025 11:20:31 +1000 Subject: [PATCH 2/3] Fix from review. --- input/pagecontent/variance.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/input/pagecontent/variance.md b/input/pagecontent/variance.md index ec52f4c..de3610c 100644 --- a/input/pagecontent/variance.md +++ b/input/pagecontent/variance.md @@ -8,11 +8,21 @@ HL7 Australia published FHIR implementation guides are required to follow specif ### Variance from AU Base This implementation guide has no variance (i.e. fully compliant) from AU Base FHIR Implementation Guide version 5.0.1-ci-build ([current](https://build.fhir.org/ig/hl7au/au-fhir-base/)). +#### Additionally Profiled Resources +This implementation guide profiles the following resources that are not profiled in AU Base: + +- Task + - [AU eRequesting Task](StructureDefinition-au-erequesting-task.html) + ### Variance from AU Core This implementation guide has no variance (i.e. fully compliant) from AU Core FHIR Implementation Guide version 5.0.1-ci-build ([current](https://build.fhir.org/ig/hl7au/au-fhir-core/)). #### Additionally Profiled Resources This implementation guide profiles the following resources that are not profiled in AU Core: +- ServiceRequest + - [AU eRequesting Diagnostic Request](StructureDefinition-au-erequesting-diagnosticrequest.html) + - [AU eRequesting Imaging Request](StructureDefinition-au-erequesting-servicerequest-imag.html) + - [AU eRequesting Pathology Request](StructureDefinition-au-erequesting-servicerequest-path.html) - Task - [AU eRequesting Task](StructureDefinition-au-erequesting-task.html) \ No newline at end of file From 5bff119a831f0ca863e7efbc10b0ec7ac6198938 Mon Sep 17 00:00:00 2001 From: Jaymee Murdoch Date: Mon, 3 Feb 2025 21:55:52 +1000 Subject: [PATCH 3/3] Variance statement fix from review. --- input/pagecontent/variance.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/input/pagecontent/variance.md b/input/pagecontent/variance.md index de3610c..a45033b 100644 --- a/input/pagecontent/variance.md +++ b/input/pagecontent/variance.md @@ -20,6 +20,8 @@ This implementation guide has no variance (i.e. fully compliant) from AU Core FH #### Additionally Profiled Resources This implementation guide profiles the following resources that are not profiled in AU Core: +- Coverage + - [AU eRequesting Coverage](StructureDefinition-au-erequesting-coverage.html) - ServiceRequest - [AU eRequesting Diagnostic Request](StructureDefinition-au-erequesting-diagnosticrequest.html) - [AU eRequesting Imaging Request](StructureDefinition-au-erequesting-servicerequest-imag.html)