Search Criteria : 27 assertions found for this search Review filtered assertions

Assertion

Applies to

Applied to
Not applied to

Coverage

Covered by
Not covered by
Id scheme
Assertion id
Status
Testable?
#Coverage
#Applies to
Comment
Predicate
Page
Tags
Last changed
Actions
ITI83ITI83-001to be reviewedTestable 0 0 Given that the parameters are not complex types, the HTTP GET operation shall be used as defined in FHIR (http://hl7.org/fhir/operations.html#request).16Section 3.83.4.1.21/7/20 2:49:31 PM by Anne-Gaëlle Bergé
ITI83ITI83-002to be reviewedTestable 0 0 The name of the operation is $ihe-pix, and it is applied to FHIR Patient Resource type. 16Section 3.83.4.1.21/7/20 2:49:31 PM by Anne-Gaëlle Bergé
ITI83ITI83-003to be reviewedTestable 0 0 The Get Corresponding Identifiers message is conducted by the Patient Identifier Crossreference Consumer by executing an HTTP GET against the Patient Identifier Cross-reference Manager’s Patient Resource URL.16Section 3.83.4.1.21/7/20 2:49:31 PM by Anne-Gaëlle Bergé
ITI83ITI83-004to be reviewedTestable 0 0 The URL for this operation is: [base]/Patient/$ihe-pix where [base] is the URL of Patient Identifier Cross-reference Manager Service provider16Section 3.83.4.1.21/7/20 2:49:31 PM by Anne-Gaëlle Bergé
ITI83ITI83-005to be reviewedTestable 0 0 The required HTTP query parameter sourceIdentifier is a token that specifies an identifier associated with the patient whose information is being queried (e.g., a local identifier, account identifier, etc.). 17Section 3.83.4.1.2.11/7/20 2:49:31 PM by Anne-Gaëlle Bergé
ITI83ITI83-006to be reviewedTestable 0 0 Both the Patient Identity Domain (i.e., Assigning Authority) and the identifier value, separated by a "|" elements of the sourceIdentifier query parameter shall be valued.17Section 3.83.4.1.2.11/7/20 2:49:31 PM by Anne-Gaëlle Bergé
ITI83ITI83-007to be reviewedTestable 0 0 The Patient Identifier Cross-reference Consumer shall provide exactly one (1) instance of the sourceIdentifier parameter in the query.17Section 3.83.4.1.2.11/7/20 2:49:31 PM by Anne-Gaëlle Bergé
ITI83ITI83-008to be reviewedTestable 0 0 If the Patient Identifier Cross-reference Consumer wishes to select the Patient Identity Domain(s) from to receive Patient Identifiers, it does so by populating the targetSystem parameter (type: uri) with as many domains for which it wants to receive Patient Identifiers. 17Section 3.83.4.1.2.2 1/7/20 2:49:31 PM by Anne-Gaëlle Bergé
ITI83ITI83-009to be reviewedTestable 0 0 When the targetSystem parameter is present, the Patient Identifier Crossreference Manager shall return the Patient Identifiers for each requested domain if a value is known.17Section 3.83.4.1.2.2 1/7/20 2:49:31 PM by Anne-Gaëlle Bergé
ITI83ITI83-010to be reviewedTestable 0 0 The Patient Identifier Cross-reference Manager shall use the sourceIdentifier and the targetSystem(s) to determine the Patient Identities that match, where Patient Identities include business Identifier(s) and FHIR Patient Resource(s).18Section 3.83.4.1.31/7/20 2:49:31 PM by Anne-Gaëlle Bergé
ITI83ITI83-011to be reviewedTestable 0 0 On Failure, the response message is an HTTP status code of 4xx or 5xx indicates an error, and an OperationOutcome Resource shall be returned with details. See specific failure modes in Sections 3.83.4.2.2.2 through 3.83.4.2.2.4.18Section 3.83.4.2.21/7/20 2:49:31 PM by Anne-Gaëlle Bergé
ITI83ITI83-012to be reviewedTestable 0 0 On Success, the response message is an HTTP status code of 200 with a single Parameters Resource as shown in Table 3.83.4.2.2-1. 18Section 3.83.4.2.2.11/7/20 2:49:31 PM by Anne-Gaëlle Bergé
ITI83ITI83-013to be reviewedTestable 0 0 For each matching business Identifier, the Parameters Resource shall include one parameter element with name="targetIdentifier", of type Identifier.18Section 3.83.4.2.2.11/7/20 2:49:31 PM by Anne-Gaëlle Bergé
ITI83ITI83-014to be reviewedTestable 0 0 For each matching Patient Resource, the Parameters Resource shall include one parameter element with name="targetId" of type Reference(Patient).18Section 3.83.4.2.2.11/7/20 2:49:31 PM by Anne-Gaëlle Bergé
ITI83ITI83-015to be reviewedTestable 0 0 Within the response, the targetIdentifier and targetId values may be returned in any order.18Section 3.83.4.2.2.11/7/20 2:49:31 PM by Anne-Gaëlle Bergé
ITI83ITI83-016to be reviewedTestable 0 0 The identifier value given in the sourceIdentifier parameter in the query shall not be included in the returned Response.18Section 3.83.4.2.2.11/7/20 2:49:31 PM by Anne-Gaëlle Bergé
ITI83ITI83-017to be reviewedTestable 0 0 The targetIdentifier parameter shall include the assigning authority as specified in ITI TF-2x: Appendix E.319Section 3.83.4.2.2.11/7/20 2:49:31 PM by Anne-Gaëlle Bergé
ITI83ITI83-018to be reviewedTestable 0 0 When the Patient Identifier Cross-reference Manager recognizes the Patient Identity Domain in the sourceIdentifier but the identifier is not found, then the following failure shall be returned: - HTTP 404 (Not Found) - An OperationOutcome ressource is returned indicating that the patient identifier is not recognized in a issue having: * severity = error * code: http://hl7.org/fhir/R4/codesystem-issue-type.html#not-found * diagnotics : “sourceIdentifier Patient Identifier not found” 20Section 3.83.4.2.2.2 1/7/20 2:49:31 PM by Anne-Gaëlle Bergé
ITI83ITI83-019to be reviewedTestable 0 0 When the Patient Identifier Cross-reference Manager does not recognize the Patient Identity Domain in the sourceIdentifier, then the following failure shall be returned: - HTTP 400 (Bad request) - An OperationOutcome resource is returned indicating that the Patient AssigningAuthority domain is not recognized in an issue having: * severity: error * code: http://hl7.org/fhir/issue-type#code-invalid * diagnostics: “sourceIdentifier Assigning Authority not found”20Section 3.83.4.2.2.31/7/20 2:49:31 PM by Anne-Gaëlle Bergé
ITI83ITI83-020to be reviewedTestable 0 0 When the Patient Identifier Cross-reference Manager does not recognize the Patient Identity Domain in the targetSystem, then the following failure shall be returned: - HTTP 403 (Forbidden) - An OperationOutcome Resource is returned indicating that the Patient Identity Domain is not recognized in an issue having: * severity: error * code: http://hl7.org/fhir/issue-type#code-invalid * diagnostics: “targetSystem not found”20Section 3.83.4.2.2.41/7/20 2:49:31 PM by Anne-Gaëlle Bergé