This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
FHIR Infrastructure Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: No defined compartments |
This is the narrative for the resource. See also the XML, JSON or Turtle format. This example conforms to the profile TestScript.
Generated Narrative: TestScript testscript-example-search
StructureDefinition Work Group: fhir
url: http://hl7.org/fhir/TestScript/testscript-example-search
identifier: Uniform Resource Identifier (URI)/urn:oid:2.16.840.1.113883.4.642.12.3
version: 1.0
name: TestScriptExampleSearch
title: TestScript Example Search
status: draft
experimental: true
date: 2017-01-18
publisher: HL7 International / FHIR Infrastructure
contact: http://www.hl7.org/Special/committees/fiwg
description:
TestScript example resource with simple Patient search test. The read tests will utilize user defined dynamic variables that will hold the Patient search parameter values.
jurisdiction: United States of America
purpose:
Patient Search Operation
copyright:
© HL7.org 2011+
metadata
Links
Url Description http://hl7.org/fhir/patient.html Demographics and other administrative information about an individual or animal receiving care or other health-related services. Capabilities
Required Validated Description Link Capabilities true false Patient Search Operation http://hl7.org/fhir/http.html#search http://hl7.org/fhir/CapabilityStatement/example
fixture
id
fixture-patient-createautocreate: false
autodelete: false
resource: Peter Chalmers
profile: Bundle
variable
name: PatientCreateLocation
headerField: Location
sourceId: PatientCreateResponse
variable
name: PatientSearchFamilyName
description: Enter patient search criteria for a known family name on the target system
hint: [Family name]
variable
name: PatientSearchGivenName
description: Enter patient search criteria for a known given name on the target system
hint: [Given name]
variable
name: PatientSearchBundleTotal
description: Evaluate the returned Patient searchset Bundle.total value
expression: Bundle.total.toInteger()
setup
action
Operations
Type Resource Description Accept EncodeRequestUrl Params FHIR Restful Interactions search: search http://hl7.org/fhir/StructureDefinition/Patient Test simple search to verify server support. xml true ?family=DONTEXPECTAMATCH&given=DONTEXPECTAMATCH action
Asserts
Description Direction Operator RequestURL StopTestOnFail WarningOnly Confirm that the request url contains the family search parameter. request contains family false false action
Asserts
Description Direction ResponseCode StopTestOnFail WarningOnly Confirm that the returned HTTP status is 200(OK). response 200 false false action
Asserts
Description Resource StopTestOnFail WarningOnly Confirm that the returned resource type is Bundle. http://hl7.org/fhir/StructureDefinition/Bundle false false action
Asserts
Description NavigationLinks StopTestOnFail WarningOnly Confirm that the returned Bundle correctly defines the navigation links. true false false
test
id
01-PatientCreateSearchname: Patient Create Search
description: Create a Patient resource and capture the returned HTTP Header Location. Then search for (read) that Patient using the Location URL value and validate the response.
action
Operations
Type Resource Description Accept ContentType EncodeRequestUrl ResponseId SourceId FHIR Restful Interactions create: create http://hl7.org/fhir/StructureDefinition/Patient Create a Patient resource and capture the returned HTTP Header Location. xml xml true PatientCreateResponse fixture-patient-create action
Asserts
Description Response StopTestOnFail WarningOnly Confirm that the returned HTTP status is 201(Created). created false false action
Asserts
Description Direction HeaderField Operator StopTestOnFail WarningOnly Confirm that the returned HTTP Header Location is present. response Location notEmpty false false action
Operations
Type Description Accept EncodeRequestUrl Url FHIR Restful Interactions read: read Read the created Patient using the captured Location URL value. xml true ${PatientCreateLocation} action
Asserts
Description Response StopTestOnFail WarningOnly Confirm that the returned HTTP status is 200(OK). okay false false action
Asserts
Description Resource StopTestOnFail WarningOnly Confirm that the returned resource type is Patient. http://hl7.org/fhir/StructureDefinition/Patient false false
test
id
02-PatientSearchDynamicname: Patient Search Dynamic
description: Search for Patient resources using the user defined dynamic variables ${PatientSearchFamilyName} and ${PatientSearchGivenName} and validate response.
action
Operations
Type Resource Description Accept EncodeRequestUrl Params FHIR Restful Interactions search: search http://hl7.org/fhir/StructureDefinition/Patient Search for Patient resources on the destination test system. xml true ?family=${PatientSearchFamilyName}&given=${PatientSearchGivenName} action
Asserts
Description Response StopTestOnFail WarningOnly Confirm that the returned HTTP status is 200(OK). okay false false action
Asserts
Description ContentType StopTestOnFail WarningOnly Confirm that the returned format is XML. xml false false action
Asserts
Description Resource StopTestOnFail WarningOnly Confirm that the returned resource type is Bundle. http://hl7.org/fhir/StructureDefinition/Bundle true false action
Asserts
Description StopTestOnFail ValidateProfileId WarningOnly Confirm that the returned Bundle conforms to the base FHIR specification. false bundle-profile false action
Asserts
Description Operator Path StopTestOnFail Value WarningOnly Confirm that the returned Bundle type equals 'searchset'. equals fhir:Bundle/fhir:type/@value false searchset false action
Asserts
Description Expression StopTestOnFail WarningOnly Confirm that the returned Bundle total is greater than or equal to the number of returned entries. Bundle.total.toInteger() >= entry.count() false false
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.