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

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

Raw ttl


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:TestScript;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "patient-create-dynamic-fixture-json"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript";
       fhir:index 0;
       fhir:link <http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ];
     fhir:Narrative.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>"
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "id" ];
       fhir:Extension.valueId [ fhir:value "resource-create" ]     ], [
       fhir:index 1;
       fhir:Extension.url [ fhir:value "resourceType" ];
       fhir:Extension.valueString [ fhir:value "Patient" ]     ], [
       fhir:index 2;
       fhir:Extension.url [ fhir:value "contentType" ];
       fhir:Extension.valueString [ fhir:value "application/fhir+json" ]     ], [
       fhir:index 3;
       fhir:Extension.url [ fhir:value "description" ];
       fhir:Extension.valueString [ fhir:value "Patient create fixture. Enter the FHIR Patient resource that is to be created on the target test system." ]     ], [
       fhir:index 4;
       fhir:Extension.url [ fhir:value "hint" ];
       fhir:Extension.valueString [ fhir:value "Patient resource contents" ]     ];
     fhir:Extension.url [ fhir:value "http://touchstone.aegis.net/touchstone/fhir/testing/StructureDefinition/testscript-dynamic-fixture" ]
  ];
  fhir:TestScript.url [ fhir:value "http://touchstone.aegis.net/touchstone/fhir/testing/TestScript/patient-create-dynamic-fixture-json"];
  fhir:TestScript.version [ fhir:value "1.4.0"];
  fhir:TestScript.name [ fhir:value "PatientCreateDynamicFixtureJson"];
  fhir:TestScript.status [ fhir:value "active"];
  fhir:TestScript.date [ fhir:value "2021-07-13"^^xsd:date];
  fhir:TestScript.publisher [ fhir:value "AEGIS.net, Inc."];
  fhir:TestScript.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "Touchstone Support" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "Touchstone_Support@aegis.net" ];
       fhir:ContactPoint.use [ fhir:value "work" ]     ]
  ];
  fhir:TestScript.description [ fhir:value "Demonstrate the use of a Patient create and use of the new TestScript extension testscript-dynamic-fixture."];
  fhir:TestScript.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
       fhir:Coding.code [ fhir:value "US" ];
       fhir:Coding.display [ fhir:value "United States of America" ]     ]
  ];
  fhir:TestScript.copyright [ fhir:value "(c) AEGIS.net, Inc. 2015+"];
  fhir:TestScript.test [
     fhir:index 0;
     fhir:Element.id [ fhir:value "PatientCreateDynamicFixture" ];
     fhir:TestScript.test.name [ fhir:value "PatientCreateDynamicFixture" ];
     fhir:TestScript.test.description [ fhir:value "Create a Patient resource using a dynamic fixture content in JSON format. The expected response code is 201 (Create)." ];
     fhir:TestScript.test.action [
       fhir:index 0;
       fhir:TestScript.test.action.operation [
         fhir:TestScript.setup.action.operation.type [
           fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/testscript-operation-codes" ];
           fhir:Coding.code [ fhir:value "create" ]         ];
         fhir:TestScript.setup.action.operation.resource [ fhir:value "Patient" ];
         fhir:TestScript.setup.action.operation.description [ fhir:value "Create a Patient resource using a dynamic fixture." ];
         fhir:TestScript.setup.action.operation.accept [ fhir:value "json" ];
         fhir:TestScript.setup.action.operation.contentType [ fhir:value "json" ];
         fhir:TestScript.setup.action.operation.encodeRequestUrl [ fhir:value "true"^^xsd:boolean ];
         fhir:TestScript.setup.action.operation.sourceId [ fhir:value "resource-create" ]       ]     ], [
       fhir:index 1;
       fhir:TestScript.test.action.assert [
         fhir:TestScript.setup.action.assert.description [ fhir:value "Confirm that the returned HTTP status is 201(Create)." ];
         fhir:TestScript.setup.action.assert.direction [ fhir:value "response" ];
         fhir:TestScript.setup.action.assert.responseCode [ fhir:value "201" ];
         fhir:TestScript.setup.action.assert.warningOnly [ fhir:value "false"^^xsd:boolean ]       ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.