TEST: OHIE-CR-02-HL7v2
Patient Identity Feed – Auto-fill CX.4 data
Discussion
Pre-Conditions / Setup
<dataset id="Test Domain" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://santedb.org/data">
<insert skipIfError="false" skipIfExists="true">
<SecurityApplication xmlns="http://santedb.org/model">
<id>F0FC4322-948D-4986-A06C-DA603A77EDDE</id>
<!-- Secret: TEST_HARNESS -->
<applicationSecret>b5547020757c0efa3f320fbd2a0c43d0628e19b8cd81652523b87d31fc54f5ec</applicationSecret>
<name>TEST_HARNESS</name>
</SecurityApplication>
</insert>
<insert skipIfError="false" skipIfExists="true">
<SecurityDevice xmlns="http://santedb.org/model">
<id>508d9d71-54a3-4d67-897a-e2a395961395</id>
<!-- Secret: TEST_HARNESS -->
<deviceSecret>b5547020757c0efa3f320fbd2a0c43d0628e19b8cd81652523b87d31fc54f5ec</deviceSecret>
<name>TEST_HARNESS|TEST</name>
</SecurityDevice>
</insert>
<!-- TEST -->
<insert skipIfError="false" skipIfExists="true">
<AssigningAuthority xmlns="http://santedb.org/model">
<name>OHIE TEST Domain</name>
<domainName>TEST</domainName>
<oid>2.16.840.1.113883.3.72.5.9.1</oid>
<url>http://ohie.org/test/test</url>
<isUnique>true</isUnique>
<assigningApplication>F0FC4322-948D-4986-A06C-DA603A77EDDE</assigningApplication>
</AssigningAuthority>
</insert>Register Patient with CX.4.2 and CX.4.3
Expected Behaviour
Validate Auto-Fill of CX.1
Expected Behaviour
Register Patient with CX.4.1
Expected Behaviour
Validate Patient with CX.4.2 and CX.4.3
Expected Behaviour
Register Patient with no CX.4
Expected Behaviour
Validate Auto-Fill of CX.4
Expected Behaviour
Last updated
Was this helpful?