diff --git a/pages/accessrecord_structured/accessrecord_structured_development_resources_overview.md b/pages/accessrecord_structured/accessrecord_structured_development_resources_overview.md index ca4eac4bd..ed92764ae 100644 --- a/pages/accessrecord_structured/accessrecord_structured_development_resources_overview.md +++ b/pages/accessrecord_structured/accessrecord_structured_development_resources_overview.md @@ -49,7 +49,7 @@ In GP Connect, it is used to organise data returned by a query into groups of re ## Warning codes -Details on the warning codes available in the GP Connect message and how they are populated are on the page [Returning data in lists page](accessrecord_structured_development_lists_for_message_structure.html). +Details on the warning codes available in the GP Connect message and how they are populated are on the page [Returning data in lists page](accessrecord_structured_development_lists_for_message_structure.html). ## Common code systems ## @@ -97,7 +97,6 @@ Each clinical resource will have a unique business identifier that will be persi * [Immunization](accessrecord_structured_development_immunization.html) * [Observation - uncategorised data](accessrecord_structured_development_observation_uncategorisedData.html) * [Observation - blood pressure](accessrecord_structured_development_observation_bloodpressure.html) -* [QuestionnaireResponse](accessrecord_structured_development_questionnaireresponse.html) * [Encounter](accessrecord_structured_development_encounter.html) * [List - consultation structure](accessrecord_structured_development_list_consultation.html) * [Observation - narrative data](accessrecord_structured_development_guidance_observation_narrative.html) diff --git a/pages/accessrecord_structured/accessrecord_structured_development_retrieve_patient_record.md b/pages/accessrecord_structured/accessrecord_structured_development_retrieve_patient_record.md index 66379279f..84b028942 100644 --- a/pages/accessrecord_structured/accessrecord_structured_development_retrieve_patient_record.md +++ b/pages/accessrecord_structured/accessrecord_structured_development_retrieve_patient_record.md @@ -675,7 +675,7 @@ Provider systems **MUST** include the following in the response `Bundle`: - [`List`](accessrecord_structured_development_list.html), [`Condition`](accessrecord_structured_problems.html), [`Encounter`](accessrecord_structured_development_encounter.html), [`List - Consultation`](accessrecord_structured_development_list_consultation.html) and [`Observation - narrative`](accessrecord_structured_development_guidance_observation_narrative.html) resources representing the patient's consultations - [`Condition`](accessrecord_structured_problems.html) resources representing the patient's problems - [`Immunization`](accessrecord_structured_development_immunization.html) resources representing the patient's immunisations -- [`Observation - uncategorised`](accessrecord_structured_development_observation_uncategorisedData.html), [`Observation - blood pressure`](accessrecord_structured_development_observation_bloodpressure) and [`QuestionnaireResponse`](accessrecord_structured_development_questionnaireResponse.html) resources representing the patient's uncategorised data +- [`Observation - uncategorised`](accessrecord_structured_development_observation_uncategorisedData.html) and [`Observation - blood pressure`](accessrecord_structured_development_observation_bloodpressure) resources representing the patient's uncategorised data - [`DiagnosticReport`](accessrecord_structured_development_DiagnosticReport.html), [`Observation - Test Group Header`](accessrecord_structured_development_observation_testGroup.html), [`Observation - Test Result`](accessrecord_structured_development_observation_testResult.html), [`Observation - Filing Comments`](accessrecord_structured_development_observation_filingComments.html), [`ProcedureRequest`](accessrecord_structured_development_ProcedureRequest.html), [`Specimen`](accessrecord_structured_development_specimen.html) resources representing the patient's test results - [`ReferralRequest`](accessrecord_structured_development_referralrequest.html) resources representing the patient's referrals will be returned. - [`ProcedureRequest`](accessrecord_structured_development_diaryentry.html) resources representing the patient's diary entries will be returned. @@ -712,7 +712,7 @@ Provider systems **MUST** include the following in the response `Bundle`: - [`Encounter`](accessrecord_structured_development_encounter.html) resources representing the patient's consultations - [`Condition`](accessrecord_structured_problems.html) resources representing the patient's problems - [`Immunization`](accessrecord_structured_development_immunization.html) resources representing the patient's immunisations -- [`Observation - uncategorised`](accessrecord_structured_development_observation_uncategorisedData.html), [`Observation - blood pressure`](accessrecord_structured_development_observation_bloodpressure) and [`QuestionnaireResponse`](accessrecord_structured_development_questionnaireResponse.html) resources representing the patient's uncategorised data +- [`Observation - uncategorised`](accessrecord_structured_development_observation_uncategorisedData.html) and [`Observation - blood pressure`](accessrecord_structured_development_observation_bloodpressure) resources representing the patient's uncategorised data - [`DiagnosticReport`](accessrecord_structured_development_DiagnosticReport.html), [`Observation - Test Group Header`](accessrecord_structured_development_observation_testGroup.html), [`Observation - Test Result`](accessrecord_structured_development_observation_testResult.html), [`Observation - Filing Comments`](accessrecord_structured_development_observation_filingComments.html), [`ProcedureRequest`](accessrecord_structured_development_ProcedureRequest.html), [`Specimen`](accessrecord_structured_development_specimen.html) resources representing the patient's test results - [`ReferralRequest`](accessrecord_structured_development_referralrequest.html) resources representing the patient's referrals will be returned. - [`ProcedureRequest`](accessrecord_structured_development_diaryentry.html) resources representing the patient's diary entries will be returned. @@ -772,7 +772,7 @@ Provider systems **MUST** include the following in the response `Bundle`: - A [`List`](accessrecord_structured_development_list.html) resource referencing [`Observation - uncategorised`](accessrecord_structured_development_observation_uncategorisedData.html) resources that match the supplied query parameters - A [`List`](accessrecord_structured_development_list.html) resource referencing [`Condition`](accessrecord_structured_problems.html) resources that are linked from the returned [`Observation - uncategorised`](accessrecord_structured_development_observation_uncategorisedData.html) resources - - [`Condition`](accessrecord_structured_problems.html), [`Observation - uncategorised`](accessrecord_structured_development_observation_uncategorisedData.html), [`Observation - blood pressure`](accessrecord_structured_development_observation_bloodpressure) and [`QuestionnaireResponse`](accessrecord_structured_development_questionnaireResponse.html) resources representing the patient's uncategorised data will be returned. + - [`Condition`](accessrecord_structured_problems.html), [`Observation - uncategorised`](accessrecord_structured_development_observation_uncategorisedData.html) and [`Observation - blood pressure`](accessrecord_structured_development_observation_bloodpressure) resources representing the patient's uncategorised data will be returned. - when the `uncategorisedDataSearchPeriod` is set: - when a `start` value is set, all uncategorised data with an `Observation.effectiveTime` after the date **MUST** be returned diff --git a/pages/overview/release_notes/1_5_0.md b/pages/overview/release_notes/1_5_0.md index e2902d57a..a5eead14d 100644 --- a/pages/overview/release_notes/1_5_0.md +++ b/pages/overview/release_notes/1_5_0.md @@ -1693,7 +1693,6 @@ The following changes were made to clarify and correct issues in the GP Connect **Description:** - includeImmunisations.includeStatus has a default value of `true` -- Added QuestionnaireResponse to uncategorised data response - updated bundle population diagram **Pages changed:** diff --git a/pages/overview/release_notes/1_5_0_release.md b/pages/overview/release_notes/1_5_0_release.md index 6cf77ca18..9fb6b107b 100644 --- a/pages/overview/release_notes/1_5_0_release.md +++ b/pages/overview/release_notes/1_5_0_release.md @@ -392,14 +392,13 @@ These release notes now incorporate entries from the 1.4.0, 1.4.1, Access Docume - added `includeNotGiven` part parameter to [`GPConnect-GetStructuredRecord-Operation-1`](https://fhir.nhs.uk/STU3/OperationDefinition/GPConnect-GetStructuredRecord-Operation-1) with a default value of `false` - added `includeStatus` part parameter to [`GPConnect-GetStructuredRecord-Operation-1`](https://fhir.nhs.uk/STU3/OperationDefinition/GPConnect-GetStructuredRecord-Operation-1) with a default value of `false` -- updated bundle population diagram to include `includeNotGiven` and `includeStatus` part parameters and `QuestionnaireResponse` +- updated bundle population diagram to include `includeNotGiven` and `includeStatus` part parameters - Updated immunisation guidance to include details of inclusion of immunisation not given for providers - Added guidance for consumers for handling immunisations not given - Updated immunization profile to include additional guidance and valuesets - Observations representing the status of a patient's immunisations will be returned - includeImmunisations.includeStatus has a default value of `true` - Updated guidance and profile definition following addition of 'not done' situation codes to the valueset for the vaccination procedure -- Added QuestionnaireResponse to uncategorised data response **Pages changed:** @@ -627,7 +626,7 @@ These release notes now incorporate entries from the 1.4.0, 1.4.1, Access Docume - Updated the performer element to include organization in reference types - Minor re-word for code for free text - Section added with additional guidance for populating the observation resource for an inbound referral and updated the profile guidance -- Updated guidance and diagrams for hierarchical data and added questionnaireResponse profile +- Updated guidance and diagrams for hierarchical data - Free text which is not associated with a clinical code must only be returned in the context of a consultation (and problem when linking a consultation topic items) and not in response to only an uncategorised data request. - Inbound referrals referenced in scope of uncategorised data @@ -635,7 +634,6 @@ These release notes now incorporate entries from the 1.4.0, 1.4.1, Access Docume - [Uncategorised data guidance](accessrecord_structured_development_uncategoriseddata_guidance.html) - [Observation - uncategorised data](accessrecord_structured_development_observation_uncategoriseddata) -- [QuestionnaireResponse](accessrecord_structured_development_questionnaireresponse) --- @@ -853,25 +851,6 @@ These release notes now incorporate entries from the 1.4.0, 1.4.1, Access Docume --- -### Updates to QuestionnaireResponse profile - -**Tickets:** [#1164](https://github.com/nhsconnect/gpconnect/issues/1164) - -**Affects:** Access Structured - -**Impacts:** Provider and consumer systems - -**Description:** - -- References to ‘questionnaireResponse’ have been corrected to 'QuestionnaireResponse' -- The value for meta.profile and the URL have been corrected. - -**Pages changed:** - -- [QuestionnaireResponse](accessrecord_structured_development_questionnaireresponse.html) - ---- - ### Updates to not permitted parameter combinations **Tickets:** [#1165](https://github.com/nhsconnect/gpconnect/issues/1165) diff --git a/pages/overview/sitemap_access_record_structured.md b/pages/overview/sitemap_access_record_structured.md index a035c9e1f..1c8b5a34e 100644 --- a/pages/overview/sitemap_access_record_structured.md +++ b/pages/overview/sitemap_access_record_structured.md @@ -71,7 +71,6 @@ toc: false
Observation - uncategorised data
-Uncategorised data FHIR® examples
Consultations