Skip to content

Commit 641f674

Browse files
Corrected reference to BICEPS (from “10207-2017” to “10207-2017/Cor1-… (#557)
* Corrected reference to BICEPS (from “10207-2017” to “10207-2017/Cor1-2025”) and all its quotes * Update asciidoc/volume1/conformance-statements/tf1-ch-c-conformance-statement-ieee-11073-10207-2017.adoc * Update asciidoc/volume1/tf1-ch-b-ref-standards-conformance.adoc * Update asciidoc/volume1/tf1-ch-b-ref-standards-conformance.adoc * Updated file name and title of BICEP ICS file * Updated changelog for issue 485 (plus a few editorials on other issues) * Deprecated requirements R1007, R1008, R1009, R1011, R0503, R0504, R0505, R0506, R0507, R0508, R1012 and R1013 * Fix invalid deprecated requirement reference in dev-33 * Removed note from R7002 and clarification sentence from 2:3.30.4.2.2 * Extended “3:8.3.2.10 BICEPS Extension Model”, first bullet point "IEEE 11073-10207 Clause 8, especially R0109,” to also refer to new BICEPS R0200, R0203 and R0204 * In “1:B.2.3.3 Service Consumer”, removed note (due to removal of BICEPS R0115) * Updated 3:A.1 Coded Attribute XML Schema to rephrase documenation statement (aligning it with (in line with new BICEPS R0236) * In “3:8.3.2.10.10.1 Model”, removed "DateAndTime" from the MDIB in Example 14 as well as in explanatory text above * Added note to 10207 corrigendum (Basically: not standalone, must be used in conjuction with the version it corrects) * attempt to correct build error due to reference note * Fix bibliography list break by using list continuation for NOTE block * Reversed deprecation of R1007 in line with discussion in issue * Housekeeping: added deprecation tag to earlier-deprecated DEV-34 * Fix build failure: remove DeprecateTransaction from registered DEV-34 transaction * Corrected R0613 and R0614 to intended "MdsState" (& hence making it compatible with new BICEPS R0200) --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent 37afc48 commit 641f674

47 files changed

Lines changed: 180 additions & 155 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ Each section shall contain a list of action items of the following format: `<bri
1818

1919
### Added
2020

21-
- History Service design, MDPWS requirements and transactions ([#360](https://github.com/IHE/DEV.SDPi/issues/360))
21+
- History Service design, MDPWS requirements and transaction DEV-32 ([#360](https://github.com/IHE/DEV.SDPi/issues/360))
2222
- Clarification on SDPi-P safety requirements and considerations to explicitly include the application of the IEEE 11073-10700 standard ([#529](https://github.com/IHE/DEV.SDPi/issues/529))
2323
- Clarification on the use of `wsa:To` in greeting {`Hello`, `Bye`} notifications sent by a discovery proxy to a consumer ([#534](https://github.com/IHE/DEV.SDPi/issues/534))
2424
- Required SDPi-P actor grouping entries for BICEPS Content Creator and BICEPS Content Consumer in TF-1:10.3 ([#476](https://github.com/IHE/DEV.SDPi/issues/476))
25-
- Support semantic markup for deprecating requirements, transactions, use-cases, profiles, content modules and actors ([#511](https://github.com/IHE/DEV.SDPi/issues/511)).
26-
- Clarify expected behaviour and requirements for consumers making multiple concurrent connections to providers ([#503](https://github.com/IHE/DEV.SDPi/issues/503)).
25+
- Support for semantic markup for deprecating requirements, transactions, use-cases, profiles, content modules and actors ([#511](https://github.com/IHE/DEV.SDPi/issues/511))
26+
- Clarification on expected behaviour and requirements for consumers making multiple concurrent connections to providers ([#503](https://github.com/IHE/DEV.SDPi/issues/503))
2727

2828
### Changes
2929

@@ -35,6 +35,7 @@ Each section shall contain a list of action items of the following format: `<bri
3535
- Updated actor grouping tables for SDPi-R, -A and -xC profiles for consistency and template compliance ([#544](https://github.com/IHE/DEV.SDPi/issues/544))
3636
- History Service XML Schema: remove hm:ChangeSequence element from root level; use element type over element ref ([#297](https://github.com/IHE/DEV.SDPi/issues/548))
3737
- History Service XML Schema: rename HistoryReportType to HistoricReportChoiceType ([#297](https://github.com/IHE/DEV.SDPi/issues/548))
38+
- Updates required to incorporate changes of BICEPS (IEEE 11073-10207) standard through its 2025 Corrigendum ([#485](https://github.com/IHE/DEV.SDPi/issues/485))
3839
- Updated SDPi-P Actors and Options Tables to include the new History Service option ([#561](https://github.com/IHE/DEV.SDPi/issues/561))
3940

4041
### Editorial Fixes

articles/sdpi-article-ihe-tf-asciidoc-cookbook.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ The example below illustrates the AsciiDoc source required to define a content m
895895
[#vol3_clause_sdc_biceps_semantic_content_module,role="content-module", content-module-id="biceps",oid-arcs=".1,.1.1"]
896896
===== SDC/BICEPS Content Module
897897
898-
The biceps standard, <<ref_ieee_11073_10207_2017>>, provides an extensive semantic...
898+
The biceps standard, <<ref_ieee_11073_10207_2017_Cor1_2025>>, provides an extensive semantic...
899899
----
900900

901901
Attaching the `content-module` role to a section marks it as a [content module](https://profiles.ihe.net/DEV/SDPi/index.html#vol3). A (document-unique) identifier must be defined in the `content-module-id` attribute. The section title is used for the content module label. An <<defining-oids,object identifier (oid)>> is required for each content module. Typical a content module gets a version neutral oid (e.g., `.1`) and a versioned oid (e.g., `.1.1`).

asciidoc/listings/vol3-clause-biceps-content-example-timestamp-version.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</pm:Mds>
4040
</pm:MdDescription>
4141
<pm:MdState>
42-
<pm:State ActivationState="StndBy" LastSet="1733317200000" DateAndTime="1733328000000"
42+
<pm:State ActivationState="StndBy" LastSet="1733317200000"
4343
DescriptorHandle="clk" StateVersion="15" RemoteSync="1"
4444
xsi:type="pm:ClockState">
4545
<ext:Extension>

asciidoc/volume0/tf0-ch-d-glossary.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
| General reference to the abstract, implementation technology independent SDC components defined in the IEEE 11073-10207 standard.
3939
|
4040
| [[acronym_biceps,BICEPS]] BICEPS
41-
| <<ref_ieee_11073_10207_2017>>
41+
| <<ref_ieee_11073_10207_2017_Cor1_2025>>
4242
| SDC
4343

4444
| [[term_central_station,Central Station]] Central Station
@@ -201,7 +201,7 @@
201201
| Structured collection of any data objects that are provided by a <<vol1_spec_sdpi_p_actor_somds_provider>> or <<actor_biceps_content_creator>>, including both descriptive and state information.
202202
|
203203
| [[acronym_mdib,MDIB]] MDIB
204-
| <<ref_ieee_11073_10207_2017>>
204+
| <<ref_ieee_11073_10207_2017_Cor1_2025>>
205205
| SDC
206206

207207
| [[term_mdib_configuration, MDIB Configuration]] MDIB Configuration
@@ -250,7 +250,7 @@
250250
| A core object type in the IEEE 11073 device communication standards. It represents the top-level containment of the hierarchy of information objects contained in a device.
251251
|
252252
| [[acronym_mds,MDS]] MDS
253-
| <<ref_ieee_11073_10207_2017>>, <<ref_ieee_11073_10201_2004>>
253+
| <<ref_ieee_11073_10207_2017_Cor1_2025>>, <<ref_ieee_11073_10201_2004>>
254254
|
255255

256256
| [[term_model_based_systems_engineering,Model-Based Systems Engineering (MBSE)]] Model-Based Systems Engineering
@@ -408,7 +408,7 @@ elements, from requirements to system components to Verification & Validation te
408408
implements a service-oriented <<acronym_sdc>> architecture composed of service providers and service consumers.
409409
|
410410
| [[acronym_somds,SOMDS]] SOMDS
411-
| <<ref_ieee_11073_10207_2017>>
411+
| <<ref_ieee_11073_10207_2017_Cor1_2025>>
412412
| SDC
413413

414414
| [[term_slewing_adjustments,slewing time adjustments]] Slewing time adjustments
@@ -506,7 +506,7 @@ implements a service-oriented <<acronym_sdc>> architecture composed of service p
506506
| A core object type in the IEEE 11073 device communication standards. It represents the second-level containment of the hierarchy of information objects contained in a device.
507507
|
508508
| [[acronym_vmd,VMD]] VMD
509-
| <<ref_ieee_11073_10207_2017>>, <<ref_ieee_11073_10201_2004>>
509+
| <<ref_ieee_11073_10207_2017_Cor1_2025>>, <<ref_ieee_11073_10201_2004>>
510510
|
511511

512512
|===

asciidoc/volume1/conformance-statements/tf1-ch-c-conformance-statement-ieee-11073-10207-2017.adoc renamed to asciidoc/volume1/conformance-statements/tf1-ch-c-conformance-statement-ieee-11073-10207-2017-Cor1-2025.adoc

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Standard Conformance Statement: IEEE 11073-10207:2017
1+
// Standard Conformance Statement: IEEE 11073-10207:2025
22

3-
==== ISO/IEC 11073-10207 BICEPS ICS Tables
3+
==== ISO/IEC 11073-10207/Cor1-2025 BICEPS ICS Tables
44

55
[%noheader]
66
[%autowidth]
@@ -12,7 +12,7 @@ Requirement Definition (this table's rows) will be referenced where they are sat
1212

1313
|===
1414

15-
*Standard Version:* IEEE 11073-10207:2017
15+
*Standard Version:* IEEE 11073-10207:2025
1616

1717
===== General
1818

@@ -28,8 +28,6 @@ ADD IEEE: *Service Provider ICS table here*
2828

2929
===== Service Consumer
3030

31-
NOTE: CONS-1 is broken; R0115 is not optional in the released document.
32-
3331
ADD IEEE: *Service Consumer ICS table here*
3432

3533
===== Remote Control
@@ -47,4 +45,3 @@ A future version of SDPi will describe how to cope with contexts, with device co
4745
|===
4846

4947
ADD IEEE: *Context Processing ICS table here*
50-

asciidoc/volume1/tf1-ch-10-sdpi-p.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ include::../plantuml/vol1-figure-sdpi-p-example-sequence-diagram.puml[]
159159
[#vol1_spec_sdpi_p_actor_somds_participant, reftext='SOMDS Participant',role="actor-alias",actor-id="somds_participant"]
160160
Actor Summary Definition:
161161
[none]
162-
. A foundational abstract actor that provides the SOA architectural constructs for interoperating in a Service-Oriented Medical Device System (SOMDS) network instance, including information, messaging and dynamic behavior models. (See <<ref_ieee_11073_10207_2017>> “PARTICIPANT” definition)
162+
. A foundational abstract actor that provides the SOA architectural constructs for interoperating in a Service-Oriented Medical Device System (SOMDS) network instance, including information, messaging and dynamic behavior models. (See <<ref_ieee_11073_10207_2017_Cor1_2025>> “PARTICIPANT” definition)
163163

164164
All systems participating in a SOMDS network instance must implement this Abstract actor.
165165

@@ -178,7 +178,7 @@ See <<vol1_clause_appendix_a_requirements_from_narratives_to_pnt_interfaces>> fo
178178
[#vol1_spec_sdpi_p_actor_somds_provider, reftext='SOMDS Provider',role="actor-alias",actor-id="somds_provider"]
179179
Actor Summary Definition:
180180
[none]
181-
. A <<vol1_spec_sdpi_p_actor_somds_participant>> that provides at least one service to the other participant systems. (See <<ref_ieee_11073_10207_2017>> “SERVICE PROVIDER” definition.)
181+
. A <<vol1_spec_sdpi_p_actor_somds_participant>> that provides at least one service to the other participant systems. (See <<ref_ieee_11073_10207_2017_Cor1_2025>> “SERVICE PROVIDER” definition.)
182182

183183
Every <<vol1_spec_sdpi_p_actor_somds_provider>> is paired with (inherits from) the abstract _<<vol1_spec_sdpi_p_actor_somds_participant>>_ Actor.
184184

@@ -189,7 +189,7 @@ A system that participates in a SOMDS network instance can include both <<vol1_s
189189
[#vol1_spec_sdpi_p_actor_somds_consumer, reftext='SOMDS Consumer',role=actor-alias,actor-id="somds_consumer"]
190190
Actor Summary Definition:
191191
[none]
192-
. A <<vol1_spec_sdpi_p_actor_somds_participant>> that discovers and utilizes at least one service, functional capability, exposed to a network communications backbone by a <<vol1_spec_sdpi_p_actor_somds_provider>>. (See <<ref_ieee_11073_10207_2017>> “SERVICE CONSUMER” and “SERVICE” definitions.)
192+
. A <<vol1_spec_sdpi_p_actor_somds_participant>> that discovers and utilizes at least one service, functional capability, exposed to a network communications backbone by a <<vol1_spec_sdpi_p_actor_somds_provider>>. (See <<ref_ieee_11073_10207_2017_Cor1_2025>> “SERVICE CONSUMER” and “SERVICE” definitions.)
193193

194194
Every <<vol1_spec_sdpi_p_actor_somds_consumer>> is paired with (inherits from) the abstract _<<vol1_spec_sdpi_p_actor_somds_participant>>_ Actor.
195195

@@ -326,7 +326,7 @@ See <<vol1_clause_smart_app_platforms>> for additional discussion.
326326
[#vol1_spec_sdpi_p_actor_biceps_content_creator, reftext='BICEPS Content Creator',role=actor-alias,actor-id="biceps_content_creator"]
327327
Actor Summary Definition:
328328
[none]
329-
. Provides <<acronym_mdib>> content conformant to <<ref_ieee_11073_10207_2017>> BICEPS specification and for consumption by other <<vol1_spec_sdpi_p_actor_biceps_content_consumer>> systems.
329+
. Provides <<acronym_mdib>> content conformant to <<ref_ieee_11073_10207_2017_Cor1_2025>> BICEPS specification and for consumption by other <<vol1_spec_sdpi_p_actor_biceps_content_consumer>> systems.
330330

331331
All content created and provided by a <<vol1_spec_sdpi_p_actor_biceps_content_creator>> shall be conformant to the BICEPS content module specifications in <<vol3_clause_sdc_biceps_semantic_content_module>> and related sections.
332332

@@ -350,7 +350,7 @@ sdpi_include_content_module::dialysis[actor-id="biceps_content_creator",support=
350350
[#vol1_spec_sdpi_p_actor_biceps_content_consumer, reftext='BICEPS Content Consumer',role=actor-alias,actor-id="biceps_content_consumer"]
351351
Actor Summary Definition:
352352
[none]
353-
. Processes <<acronym_mdib>> information conformant to <<ref_ieee_11073_10207_2017>> BICEPS specifications provided by <<vol1_spec_sdpi_p_actor_biceps_content_creator>> systems.
353+
. Processes <<acronym_mdib>> information conformant to <<ref_ieee_11073_10207_2017_Cor1_2025>> BICEPS specifications provided by <<vol1_spec_sdpi_p_actor_biceps_content_creator>> systems.
354354

355355
A <<vol1_spec_sdpi_p_actor_biceps_content_consumer>> shall be capable of processing information provided by a <<actor_biceps_content_creator>>, in accordance to the BICEPS content module specifications in <<vol3_clause_sdc_biceps_semantic_content_module>> and related sections.
356356

asciidoc/volume1/tf1-ch-11-sdpi-r.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Actor Summary Definition:
108108
[none]
109109
. A <<vol1_spec_sdpi_p_actor_somds_provider>> grouped actor that sends medical data to a <<vol1_spec_sdpi_p_actor_somds_consumer>>.
110110

111-
This actor is designed to process information with an _intended medical purpose_, and thus will fully address applicable requirements from the core <<acronym_sdc>> standards (<<ref_ieee_11073_10207_2017>> and <<ref_ieee_11073_20701_2018>>), as well as the <<acronym_pkp>> standards (<<ref_ieee_11073_10700_2022>> and <<ref_ieee_11073_10701_2022>>).
111+
This actor is designed to process information with an _intended medical purpose_, and thus will fully address applicable requirements from the core <<acronym_sdc>> standards (<<ref_ieee_11073_10207_2017_Cor1_2025>> and <<ref_ieee_11073_20701_2018>>), as well as the <<acronym_pkp>> standards (<<ref_ieee_11073_10700_2022>> and <<ref_ieee_11073_10701_2022>>).
112112

113113
Every <<vol1_spec_sdpi_r_actor_somds_medical_data_provider>> is grouped with an <<vol1_spec_sdpi_p_actor_somds_provider>> to enable <<acronym_somds>>-based connectivity.
114114
This actor inherits all the capabilities of the paired <<vol1_spec_sdpi_p_actor_somds_provider>>.
@@ -124,7 +124,7 @@ Actor Summary Definition:
124124
[none]
125125
. A <<vol1_spec_sdpi_p_actor_somds_consumer>> grouped actor that receives medical data from a <<vol1_spec_sdpi_p_actor_somds_provider>>.
126126

127-
This actor is designed to process information with an _intended medical purpose_, and thus will fully address applicable requirements from the core <<acronym_sdc>> standards (<<ref_ieee_11073_10207_2017>> and <<ref_ieee_11073_20701_2018>>), as well as the <<acronym_pkp>> standards (<<ref_ieee_11073_10700_2022>> and <<ref_ieee_11073_10701_2022>>).
127+
This actor is designed to process information with an _intended medical purpose_, and thus will fully address applicable requirements from the core <<acronym_sdc>> standards (<<ref_ieee_11073_10207_2017_Cor1_2025>> and <<ref_ieee_11073_20701_2018>>), as well as the <<acronym_pkp>> standards (<<ref_ieee_11073_10700_2022>> and <<ref_ieee_11073_10701_2022>>).
128128

129129
Every <<vol1_spec_sdpi_r_actor_somds_medical_data_consumer>> is grouped with an <<vol1_spec_sdpi_p_actor_somds_consumer>> to enable <<acronym_somds>>-based connectivity.
130130
This actor inherits all the capabilities of the paired <<vol1_spec_sdpi_p_actor_somds_consumer>>.
@@ -140,7 +140,7 @@ Actor Summary Definition:
140140
[none]
141141
. A <<vol1_spec_sdpi_p_actor_somds_v2_gateway>> grouped actor that supports the bi-directional exchange of medical data using IHE Device Enterprise Communication (DEC) messages with non-SOMDS systems and applications.
142142

143-
This actor is designed to process information with an _intended medical purpose_, and thus will fully address applicable requirements from the core <<acronym_sdc>> standards (<<ref_ieee_11073_10207_2017>> and <<ref_ieee_11073_20701_2018>>), as well as the <<acronym_pkp>> standards (<<ref_ieee_11073_10700_2022>> and <<ref_ieee_11073_10701_2022>>).
143+
This actor is designed to process information with an _intended medical purpose_, and thus will fully address applicable requirements from the core <<acronym_sdc>> standards (<<ref_ieee_11073_10207_2017_Cor1_2025>> and <<ref_ieee_11073_20701_2018>>), as well as the <<acronym_pkp>> standards (<<ref_ieee_11073_10700_2022>> and <<ref_ieee_11073_10701_2022>>).
144144

145145
Every <<vol1_spec_sdpi_r_actor_somds_dec_gateway>> is grouped with an <<vol1_spec_sdpi_p_actor_somds_v2_gateway>> to enable <<acronym_somds>>-based connectivity.
146146
This actor inherits all the capabilities of the paired <<vol1_spec_sdpi_p_actor_somds_v2_gateway>>.

asciidoc/volume1/tf1-ch-12-sdpi-a.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Actor Summary Definition:
127127
This actor is designed to publish medical device alert information to a <<vol1_spec_sdpi_a_actor_somds_medical_alert_consumer>>, which in turn can communicate it safely and reliably to a clinician.
128128
Transactions enabled for this actor are identified in <<vol1_table_sdpi_a_actors_transactions>> above.
129129

130-
Given this _intended medical purpose_, the actor will fully address applicable requirements from the core <<acronym_sdc>> standards (<<ref_ieee_11073_10207_2017>> and <<ref_ieee_11073_20701_2018>>), as well as the <<acronym_pkp>> standards <<ref_ieee_11073_10700_2022>> and <<ref_ieee_11073_10702_202x>> (Alert <<acronym_pkp>>).
130+
Given this _intended medical purpose_, the actor will fully address applicable requirements from the core <<acronym_sdc>> standards (<<ref_ieee_11073_10207_2017_Cor1_2025>> and <<ref_ieee_11073_20701_2018>>), as well as the <<acronym_pkp>> standards <<ref_ieee_11073_10700_2022>> and <<ref_ieee_11073_10702_202x>> (Alert <<acronym_pkp>>).
131131

132132
Every <<vol1_spec_sdpi_a_actor_somds_medical_alert_provider>> is grouped with an <<vol1_spec_sdpi_p_actor_somds_provider>> to enable <<acronym_somds>>-based connectivity.
133133
This actor inherits all the capabilities of the paired <<vol1_spec_sdpi_p_actor_somds_provider>>.
@@ -146,7 +146,7 @@ Actor Summary Definition:
146146
This actor is designed to receive and manage medical device alert information to communicate it safely and reliably to a clinician.
147147
Transactions enabled for this actor are identified in <<vol1_table_sdpi_a_actors_transactions>> above.
148148

149-
Given this _intended medical purpose_, the actor will fully address applicable requirements from the core <<acronym_sdc>> standards (<<ref_ieee_11073_10207_2017>> and <<ref_ieee_11073_20701_2018>>), as well as the <<acronym_pkp>> standards <<ref_ieee_11073_10700_2022>> and <<ref_ieee_11073_10702_202x>> (Alert <<acronym_pkp>>).
149+
Given this _intended medical purpose_, the actor will fully address applicable requirements from the core <<acronym_sdc>> standards (<<ref_ieee_11073_10207_2017_Cor1_2025>> and <<ref_ieee_11073_20701_2018>>), as well as the <<acronym_pkp>> standards <<ref_ieee_11073_10700_2022>> and <<ref_ieee_11073_10702_202x>> (Alert <<acronym_pkp>>).
150150

151151
Every <<vol1_spec_sdpi_a_actor_somds_medical_alert_consumer>> is grouped with an <<vol1_spec_sdpi_p_actor_somds_consumer>> to enable <<acronym_somds>>-based connectivity.
152152
This actor inherits all the capabilities of the paired <<vol1_spec_sdpi_p_actor_somds_consumer>>.
@@ -170,7 +170,7 @@ Note that optional capabilities for this specification, as specified in <<vol1_c
170170

171171
Transactions enabled for this actor are identified in <<vol1_table_sdpi_a_actors_transactions>> above.
172172

173-
Given this _intended medical purpose_, the actor will fully address applicable requirements from the core <<acronym_sdc>> standards (<<ref_ieee_11073_10207_2017>> and <<ref_ieee_11073_20701_2018>>), as well as the <<acronym_pkp>> standards <<ref_ieee_11073_10700_2022>> and <<ref_ieee_11073_10702_202x>> (Alert <<acronym_pkp>>).
173+
Given this _intended medical purpose_, the actor will fully address applicable requirements from the core <<acronym_sdc>> standards (<<ref_ieee_11073_10207_2017_Cor1_2025>> and <<ref_ieee_11073_20701_2018>>), as well as the <<acronym_pkp>> standards <<ref_ieee_11073_10700_2022>> and <<ref_ieee_11073_10702_202x>> (Alert <<acronym_pkp>>).
174174

175175
This actor shall implement the <<vol1_spec_sdpi_a_actor_somds_medical_alert_consumer>> capabilities, receiving alert information provided by <<vol1_spec_sdpi_a_actor_somds_medical_alert_provider>> systems and publishing them as [DEV-04] / [PCD-04] Transactions to external ACM Alert Manager (AM) systems.
176176
If <<vol1_clause_sdpi_a_actor_option_remote_alert_signaling_reftext>> is implemented, then this actor will also support the <<vol1_spec_sdpi_a_actor_somds_medical_alert_provider>> capabilities, receiving [DEV-04] / [PCD-04] Transactions from external ACM Device Observation Reporter (DOR) systems and making them available to other <<vol1_spec_sdpi_a_actor_somds_medical_alert_consumer>> systems.

0 commit comments

Comments
 (0)