Tasks · T1.1-B
Build IPS
View flowBuild the local IPS, translate local terminology, and produce the LAC IPS transaction/document bundles.
Requirements
T1.1-A
Links
Expected response
A transaction Bundle with List, DocumentReference, document Bundle, Patient, and at least one clinical resource such as AllergyIntolerance, Condition, Immunization, Medication, MedicationStatement, MedicationRequest, or Procedure.
Evidence
Generated IPS and screenshots of lookup/translate operations in the local terminology server.
Observations
Test cases: TK1.1_TC02-TK1.1_TC12.
Requests to run
Collection
Terminology server - FHIR terminology
ITI-98: CodeSystem/$lookup
curl -X GET "${TERMINOLOGY_SERVER}/CodeSystem/\$lookup?system=${LOCAL_CODESYSTEM_VACUNAS}&code=L30" \
-H "Accept: application/fhir+json"Expected response
HTTP 200 with FHIR Parameters describing the local code.
Collection
Terminology server - FHIR terminology
ITI-101: ConceptMap/$translate
curl -X GET "${TERMINOLOGY_SERVER}/ConceptMap/\$translate?code=L30&system=${LOCAL_CODESYSTEM_VACUNAS}&targetsystem=${SNOMED_CODESYSTEM}" \
-H "Accept: application/fhir+json"Expected response
HTTP 200 with a successful translation match into the target terminology.
