Back to home
Tasks · T1.2-D
Generate clinical report
View flowThe specialist in country B generates a clinical report, validates it, and persists it in country B national node with ITI-65.
Requirements
T1.2-C
Links
Expected response
Report generated and stored correctly.
Evidence
URL to retrieve the report from the national node and EVS Client validation URL.
Observations
Test cases: TK1.2_TC08-TK1.2_TC10.
Requests to run
Collection
National Node - LACPass IPS
ITI-65 Provide Document
curl -X POST "${COUNTRY_B_NODE}/fhir/Bundle" \
-H "Content-Type: application/fhir+json" \
-H "Accept: application/fhir+json" \
--data-binary @consultation-note-transaction-bundle.jsonExpected response
HTTP 201 Created with the consultation report stored in country B national node.
