AEGIS Touchstone Testing Implementation Guide

This is the Version 1.4.0 Release of the Touchstone Testing Implementation Guide, based on FHIR Version 4.0.1. See the Directory of published versions

JSON Format: TestScript-patient-create-dynamic-fixture-json

Raw json


{
  "resourceType" : "TestScript",
  "id" : "patient-create-dynamic-fixture-json",
  "meta" : {
    "profile" : [
      "http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><blockquote><p><b>AEGIS Touchstone Testing TestScript Dynamic Fixture Extension</b></p><p><b>value</b>: resource-create</p><p><b>value</b>: Patient</p><p><b>value</b>: application/fhir+json</p><p><b>value</b>: Patient create fixture. Enter the FHIR Patient resource that is to be created on the target test system.</p><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>: 1.4.0</p><p><b>name</b>: PatientCreateDynamicFixtureJson</p><p><b>status</b>: active</p><p><b>date</b>: 2021-07-13</p><p><b>publisher</b>: AEGIS.net, Inc.</p><p><b>contact</b>: Touchstone Support: <a href=\"mailto:Touchstone_Support@aegis.net\">Touchstone_Support@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>: <span title=\"Codes: {urn:iso:std:iso:3166 US}\">United States of America</span></p><p><b>copyright</b>: (c) AEGIS.net, Inc. 2015+</p><blockquote><p><b>test</b></p><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>-</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>*</td><td><span title=\"{http://terminology.hl7.org/CodeSystem/testscript-operation-codes create}\">Create</span></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>-</td><td><b>Description</b></td><td><b>Direction</b></td><td><b>ResponseCode</b></td><td><b>WarningOnly</b></td></tr><tr><td>*</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>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "id",
          "valueId" : "resource-create"
        },
        {
          "url" : "resourceType",
          "valueString" : "Patient"
        },
        {
          "url" : "contentType",
          "valueString" : "application/fhir+json"
        },
        {
          "url" : "description",
          "valueString" : "Patient create fixture. Enter the FHIR Patient resource that is to be created on the target test system."
        },
        {
          "url" : "hint",
          "valueString" : "Patient resource contents"
        }
      ],
      "url" : "http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript-dynamic-fixture"
    }
  ],
  "url" : "http://touchstone.aegis.net/touchstone/fhir/testing/TestScript/patient-create-dynamic-fixture-json",
  "version" : "1.4.0",
  "name" : "PatientCreateDynamicFixtureJson",
  "status" : "active",
  "date" : "2021-07-13",
  "publisher" : "AEGIS.net, Inc.",
  "contact" : [
    {
      "name" : "Touchstone Support",
      "telecom" : [
        {
          "system" : "email",
          "value" : "Touchstone_Support@aegis.net",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Demonstrate the use of a Patient create and use of the new TestScript extension testscript-dynamic-fixture.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "copyright" : "(c) AEGIS.net, Inc. 2015+",
  "test" : [
    {
      "id" : "PatientCreateDynamicFixture",
      "name" : "PatientCreateDynamicFixture",
      "description" : "Create a Patient resource using a dynamic fixture content in JSON format. The expected response code is 201 (Create).",
      "action" : [
        {
          "operation" : {
            "type" : {
              "system" : "http://terminology.hl7.org/CodeSystem/testscript-operation-codes",
              "code" : "create"
            },
            "resource" : "Patient",
            "description" : "Create a Patient resource using a dynamic fixture.",
            "accept" : "json",
            "contentType" : "json",
            "encodeRequestUrl" : true,
            "sourceId" : "resource-create"
          }
        },
        {
          "assert" : {
            "description" : "Confirm that the returned HTTP status is 201(Create).",
            "direction" : "response",
            "responseCode" : "201",
            "warningOnly" : false
          }
        }
      ]
    }
  ]
}