Touchstone FHIR Testing v2.0.0. This is the current published version. For a full list of available versions, see the Directory of published versions
Active as of 2023-07-03 |
<TestScript xmlns="http://hl7.org/fhir">
<id value="patient-create-dynamic-fixture-json"/>
<meta>
<profile
value="http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript"/>
</meta>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: TestScript</b><a name="patient-create-dynamic-fixture-json"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource TestScript "patient-create-dynamic-fixture-json" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-testscript.html">AEGIS Touchstone Testing TestScript Profile</a></p></div><blockquote><p><b>AEGIS Touchstone Testing TestScript Dynamic Fixture Extension</b></p><blockquote><p><b>url</b></p><a href="http://hl7.org/fhir/R4/datatypes.html#id">id</a></blockquote><p><b>value</b>: resource-create</p><blockquote><p><b>url</b></p><code>resourceType</code></blockquote><p><b>value</b>: Patient</p><blockquote><p><b>url</b></p><code>contentType</code></blockquote><p><b>value</b>: application/fhir+json</p><blockquote><p><b>url</b></p><code>description</code></blockquote><p><b>value</b>: Patient create fixture. Enter the FHIR Patient resource that is to be created on the target test system.</p><blockquote><p><b>url</b></p><code>hint</code></blockquote><p><b>value</b>: Patient resource contents</p></blockquote><p><b>url</b>: <code>http://touchstone.aegis.net/touchstone/fhir/testing/TestScript/patient-create-dynamic-fixture-json</code></p><p><b>version</b>: 2.0.0</p><p><b>name</b>: PatientCreateDynamicFixtureJson</p><p><b>status</b>: active</p><p><b>date</b>: 2023-07-03</p><p><b>publisher</b>: AEGIS.net, Inc.</p><p><b>contact</b>: AEGIS.net, Inc.: <a href="https://www.aegis.net">https://www.aegis.net</a>, Richard Ettema: <a href="mailto:mailto:richard.ettema@aegis.net">mailto:richard.ettema@aegis.net</a></p><p><b>description</b>: Demonstrate the use of a Patient create and use of the new TestScript extension testscript-dynamic-fixture.</p><p><b>jurisdiction</b>: World <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (m49.htm#001)</span></p><p><b>copyright</b>: (c) AEGIS.net, Inc. 2015+</p><blockquote><p><b>test</b></p><blockquote><p><b>id</b></p>PatientCreateDynamicFixture</blockquote><p><b>name</b>: PatientCreateDynamicFixture</p><p><b>description</b>: Create a Patient resource using a dynamic fixture content in JSON format. The expected response code is 201 (Create).</p><blockquote><p><b>action</b></p><h3>Operations</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Type</b></td><td><b>Resource</b></td><td><b>Description</b></td><td><b>Accept</b></td><td><b>ContentType</b></td><td><b>EncodeRequestUrl</b></td><td><b>SourceId</b></td></tr><tr><td style="display: none">*</td><td>Create (Details: http://terminology.hl7.org/CodeSystem/testscript-operation-codes code create = 'Create', stated as 'null')</td><td>Patient</td><td>Create a Patient resource using a dynamic fixture.</td><td>json</td><td>json</td><td>true</td><td>resource-create</td></tr></table></blockquote><blockquote><p><b>action</b></p><h3>Asserts</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Description</b></td><td><b>Direction</b></td><td><b>ResponseCode</b></td><td><b>WarningOnly</b></td></tr><tr><td style="display: none">*</td><td>Confirm that the returned HTTP status is 201(Create).</td><td>response</td><td>201</td><td>false</td></tr></table></blockquote></blockquote></div>
</text>
<extension
url="http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript-dynamic-fixture">
<extension url="id">
<valueId value="resource-create"/>
</extension>
<extension url="resourceType">
<valueString value="Patient"/>
</extension>
<extension url="contentType">
<valueString value="application/fhir+json"/>
</extension>
<extension url="description">
<valueString
value="Patient create fixture. Enter the FHIR Patient resource that is to be created on the target test system."/>
</extension>
<extension url="hint">
<valueString value="Patient resource contents"/>
</extension>
</extension>
<url
value="http://touchstone.aegis.net/touchstone/fhir/testing/TestScript/patient-create-dynamic-fixture-json"/>
<version value="2.0.0"/>
<name value="PatientCreateDynamicFixtureJson"/>
<status value="active"/>
<date value="2023-07-03"/>
<publisher value="AEGIS.net, Inc."/>
<contact>
<name value="AEGIS.net, Inc."/>
<telecom>
<system value="url"/>
<value value="https://www.aegis.net"/>
</telecom>
</contact>
<contact>
<name value="Richard Ettema"/>
<telecom>
<system value="email"/>
<value value="mailto:richard.ettema@aegis.net"/>
</telecom>
</contact>
<description
value="Demonstrate the use of a Patient create and use of the new TestScript extension testscript-dynamic-fixture."/>
<jurisdiction>
<coding>
<system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
<code value="001"/>
<display value="World"/>
</coding>
</jurisdiction>
<copyright value="(c) AEGIS.net, Inc. 2015+"/>
<test id="PatientCreateDynamicFixture">
<name value="PatientCreateDynamicFixture"/>
<description
value="Create a Patient resource using a dynamic fixture content in JSON format. The expected response code is 201 (Create)."/>
<action>
<operation>
<type>
<system
value="http://terminology.hl7.org/CodeSystem/testscript-operation-codes"/>
<code value="create"/>
</type>
<resource value="Patient"/>
<description
value="Create a Patient resource using a dynamic fixture."/>
<accept value="json"/>
<contentType value="json"/>
<encodeRequestUrl value="true"/>
<sourceId value="resource-create"/>
</operation>
</action>
<action>
<assert>
<description
value="Confirm that the returned HTTP status is 201(Create)."/>
<direction value="response"/>
<responseCode value="201"/>
<warningOnly value="false"/>
</assert>
</action>
</test>
</TestScript>
IG © 2023+ AEGIS.net, Inc.. Package net.aegis.touchstone.fhir.testing#2.0.0 based on FHIR 4.0.1. Generated 2023-12-14
Links: Table of Contents |
QA Report