From 44a8ed2a0ebb396876feb9cea4fd6fd3536088e3 Mon Sep 17 00:00:00 2001 From: Someshwara Nazare Date: Mon, 29 Apr 2024 00:29:27 +0530 Subject: [PATCH 1/3] [R4][Encounter] encounter.Class update --- content/millennium/r4/base/management/encounter.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/millennium/r4/base/management/encounter.md b/content/millennium/r4/base/management/encounter.md index f27efa990..21f838988 100644 --- a/content/millennium/r4/base/management/encounter.md +++ b/content/millennium/r4/base/management/encounter.md @@ -91,6 +91,7 @@ _Implementation Notes_ * The [Encounter.hospitalization.destination] will be returned as a reference to a [contained] location resource. * The [Encounter.location.location] may be returned as a reference to a [contained] location resource. * A populated Encounter response bundle will not have any guaranteed sort order within the page. However, if the results are split into multiple pages, the pages will be sorted by the start of the [Encounter.period] from oldest to newest. That is, all encounters on a page will have an older [Encounter.period] start date than all the encounters on the next page. +* The [Encounter.class] filed will first return any mapped v3 code; if no v3 code is found, a v2 code (or other code) will be returned. ### Authorization Types @@ -194,6 +195,7 @@ _Implementation Notes_ * The [Encounter.hospitalization.destination] will be returned as a reference to a [contained] location resource. * The [Encounter.location.location] may be returned as a reference to a [contained] location resource. +* The [Encounter.class] filed will first return any mapped v3 code; if no v3 code is found, a v2 code (or other code) will be returned. ### Authorization Types @@ -361,6 +363,7 @@ The common [errors] and [OperationOutcomes] may be returned. [Client Organization]: #custom-extensions [Custom Attribute]: #custom-extensions [contained]: https://hl7.org/fhir/r4/references.html#contained +[Encounter.class]: https://hl7.org/fhir/r4/encounter-definitions.html#Encounter.class [Encounter.hospitalization.destination]: https://hl7.org/fhir/r4/encounter-definitions.html#Encounter.hospitalization.destination [Encounter.location.location]: https://hl7.org/fhir/r4/encounter-definitions.html#Encounter.location.location [Encounter.period]: https://hl7.org/fhir/r4/encounter-definitions.html#Encounter.period From 9b01f8e663f1fd60d35d5828546be3dafa34e5de Mon Sep 17 00:00:00 2001 From: Someshwara Nazare Date: Mon, 29 Apr 2024 15:04:08 +0530 Subject: [PATCH 2/3] rephrased --- content/millennium/r4/base/management/encounter.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/millennium/r4/base/management/encounter.md b/content/millennium/r4/base/management/encounter.md index 21f838988..4ff30e6c8 100644 --- a/content/millennium/r4/base/management/encounter.md +++ b/content/millennium/r4/base/management/encounter.md @@ -91,7 +91,8 @@ _Implementation Notes_ * The [Encounter.hospitalization.destination] will be returned as a reference to a [contained] location resource. * The [Encounter.location.location] may be returned as a reference to a [contained] location resource. * A populated Encounter response bundle will not have any guaranteed sort order within the page. However, if the results are split into multiple pages, the pages will be sorted by the start of the [Encounter.period] from oldest to newest. That is, all encounters on a page will have an older [Encounter.period] start date than all the encounters on the next page. -* The [Encounter.class] filed will first return any mapped v3 code; if no v3 code is found, a v2 code (or other code) will be returned. +* The Encounter R4 resource gives preference to v3 ActEncounterCodes for the [Encounter.class] field. v2ActEncounterCodes (or other code) will only be returned if no v3 ActEncounterCodes are mapped. + ### Authorization Types @@ -195,7 +196,7 @@ _Implementation Notes_ * The [Encounter.hospitalization.destination] will be returned as a reference to a [contained] location resource. * The [Encounter.location.location] may be returned as a reference to a [contained] location resource. -* The [Encounter.class] filed will first return any mapped v3 code; if no v3 code is found, a v2 code (or other code) will be returned. +* The Encounter R4 resource gives preference to v3 ActEncounterCodes for the [Encounter.class] field. v2ActEncounterCodes (or other code) will only be returned if no v3 ActEncounterCodes are mapped. ### Authorization Types From 13934f47917d28955257ceafe7e65bf1bcecef05 Mon Sep 17 00:00:00 2001 From: Someshwara Nazare Date: Mon, 29 Apr 2024 15:05:09 +0530 Subject: [PATCH 3/3] remove blank space --- content/millennium/r4/base/management/encounter.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/millennium/r4/base/management/encounter.md b/content/millennium/r4/base/management/encounter.md index 4ff30e6c8..48c1a953b 100644 --- a/content/millennium/r4/base/management/encounter.md +++ b/content/millennium/r4/base/management/encounter.md @@ -93,7 +93,6 @@ _Implementation Notes_ * A populated Encounter response bundle will not have any guaranteed sort order within the page. However, if the results are split into multiple pages, the pages will be sorted by the start of the [Encounter.period] from oldest to newest. That is, all encounters on a page will have an older [Encounter.period] start date than all the encounters on the next page. * The Encounter R4 resource gives preference to v3 ActEncounterCodes for the [Encounter.class] field. v2ActEncounterCodes (or other code) will only be returned if no v3 ActEncounterCodes are mapped. - ### Authorization Types <%= authorization_types(provider: true, patient: true, system: true)%>