Skip to content

Commit 7a5e9b0

Browse files
committed
describe ITI-119 message types
1 parent e72bd18 commit 7a5e9b0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

_pages/ihe/fhir/fhirMessageTypes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ If unmarshalling fails, an FHIR response automatically generated and passed back
2727
| ITI-78 | n/a | Query Parameters |
2828
| ITI-81 | n/a | Query Parameters |
2929
| ITI-83 | n/a | Query Parameters |
30+
| ITI-119 | `Parameters` resource | |
3031
| PCC-44 | n/a | Query Parameters |
3132
| CH:PPQ-3 | - for POST and PUT -- `Consent` resource<br/>- for DELETE -- identifier of a `Consent` resource | |
3233
| CH:PPQ-4 | Transaction `Bundle` containing `Consent` resources or identifiers of `Consent` resources | |
@@ -71,6 +72,7 @@ is transformed into a HAPI FHIR resource. When unmarshalling fails, an exception
7172
| ITI-78 (get) | `Patient` resource |
7273
| ITI-81 (get) | `AuditEvent` resource |
7374
| ITI-83 | `Parameters` containing matching identifiers |
75+
| ITI-119 | `Bundle` containing matching `Patient` resources |
7476
| PCC-44 (search) | `Bundle` containing resources, depending on IHE option |
7577
| CH:PPQ-3 | `MethodOutcome` |
7678
| CH:PPQ-4 | `Bundle` containing transaction results |
@@ -102,6 +104,7 @@ Data types for the *request* message of the supported transactions on producer (
102104
| ITI-78 (get) | String with the Patient resource identifier |
103105
| ITI-81 (search) | `ca.uhn.fhir.rest.gclient.ICriterion` or URL string |
104106
| ITI-83 | `org.hl7.fhir.instance.model.Parameters` |
107+
| ITI-119 | `Parameters` resource |
105108
| PCC-44 (search) | `ca.uhn.fhir.rest.gclient.ICriterion` or URL string |
106109
| CH:PPQ-3 | - for POST and PUT -- `Consent` resource<br/>- for DELETE -- identifier of a `Consent` resource |
107110
| CH:PPQ-4 | Transaction `Bundle` containing `Consent` resources or identifiers of `Consent` resources |

0 commit comments

Comments
 (0)