This page is part of the FHIR Specification (v3.5a.0: R4 Ballot 4). The current version which supercedes this version is 4.0.1. For a full list of available versions, see the Directory of published versions
FHIR Infrastructure Work Group | Maturity Level: N/A | Ballot Status: Informative | Compartments: Not linked to any defined compartments |
Raw Turtle (+ also see Turtle/RDF Format Specification)
StructureDefinition for testscript
@prefix fhir: <http://hl7.org/fhir/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . # - resource ------------------------------------------------------------------- [] a fhir:StructureDefinition; fhir:Resource.id [ fhir:value "TestScript"]; fhir:Resource.meta [ fhir:Meta.lastUpdated [ fhir:value "2018-08-19T21:48:56.559+10:00" ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ]; fhir:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-category" ]; fhir:Extension.value [ fhir:value "Specialized.Quality Reporting & Testing" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ]; fhir:Extension.value [ fhir:value "Trial Use" ] ], [ fhir:index 2; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ]; fhir:Extension.value [ fhir:value "2" ] ], [ fhir:index 3; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ]; fhir:Extension.value [ fhir:value "fhir" ] ]; fhir:StructureDefinition.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/TestScript"]; fhir:StructureDefinition.name [ fhir:value "TestScript"]; fhir:StructureDefinition.status [ fhir:value "draft"]; fhir:StructureDefinition.date [ fhir:value "2018-08-19T21:48:56+10:00"]; fhir:StructureDefinition.publisher [ fhir:value "Health Level Seven International (FHIR Infrastructure)"]; fhir:StructureDefinition.contact [ fhir:index 0; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ] ] ], [ fhir:index 1; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/fiwg/index.cfm" ] ] ]; fhir:StructureDefinition.description [ fhir:value "A structured set of tests against a FHIR server or client implementation to determine compliance against the FHIR specification."]; fhir:StructureDefinition.fhirVersion [ fhir:value "3.5a.0"]; fhir:StructureDefinition.mapping [ fhir:index 0; fhir:StructureDefinition.identity [ fhir:value "rim" ]; fhir:StructureDefinition.uri [ fhir:value "http://hl7.org/v3" ]; fhir:StructureDefinition.name [ fhir:value "RIM Mapping" ] ], [ fhir:index 1; fhir:StructureDefinition.identity [ fhir:value "workflow" ]; fhir:StructureDefinition.uri [ fhir:value "http://hl7.org/fhir/workflow" ]; fhir:StructureDefinition.name [ fhir:value "Workflow Pattern" ] ], [ fhir:index 2; fhir:StructureDefinition.identity [ fhir:value "w5" ]; fhir:StructureDefinition.uri [ fhir:value "http://hl7.org/fhir/fivews" ]; fhir:StructureDefinition.name [ fhir:value "FiveWs Pattern" ] ], [ fhir:index 3; fhir:StructureDefinition.identity [ fhir:value "objimpl" ]; fhir:StructureDefinition.uri [ fhir:value "http://hl7.org/fhir/object-implementation" ]; fhir:StructureDefinition.name [ fhir:value "Object Implementation Information" ] ]; fhir:StructureDefinition.kind [ fhir:value "resource"]; fhir:StructureDefinition.abstract [ fhir:value "false"]; fhir:StructureDefinition.type [ fhir:value "TestScript"]; fhir:StructureDefinition.baseDefinition [ fhir:value "http://hl7.org/fhir/StructureDefinition/DomainResource"; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-codegen-super" ]; fhir:Extension.value [ fhir:value "MetadataResource" ] ] ]; fhir:StructureDefinition.derivation [ fhir:value "specialization"]; fhir:StructureDefinition.snapshot [ fhir:StructureDefinition.element [ fhir:index 0; fhir:Element.id [ fhir:value "TestScript" ]; fhir:ElementDefinition.path [ fhir:value "TestScript" ]; fhir:ElementDefinition.short [ fhir:value "Describes a set of tests" ]; fhir:ElementDefinition.definition [ fhir:value "A structured set of tests against a FHIR server or client implementation to determine compliance against the FHIR specification." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.constraint [ fhir:index 0; fhir:ElementDefinition.key [ fhir:value "dom-2" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "If the resource is contained in another resource, it SHALL NOT contain nested Resources" ]; fhir:ElementDefinition.expression [ fhir:value "contained.contained.empty()" ]; fhir:ElementDefinition.xpath [ fhir:value "not(parent::f:contained and f:contained)" ]; fhir:ElementDefinition.source [ fhir:value "DomainResource" ] ], [ fhir:index 1; fhir:ElementDefinition.key [ fhir:value "dom-4" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated" ]; fhir:ElementDefinition.expression [ fhir:value "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()" ]; fhir:ElementDefinition.xpath [ fhir:value "not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated))" ]; fhir:ElementDefinition.source [ fhir:value "DomainResource" ] ], [ fhir:index 2; fhir:ElementDefinition.key [ fhir:value "dom-3" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource" ]; fhir:ElementDefinition.expression [ fhir:value "contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()" ]; fhir:ElementDefinition.xpath [ fhir:value "not(exists(for $contained in f:contained return $contained[not(parent::*/descendant::f:reference/@value=concat('#', $contained/*/id/@value) or descendant::f:reference[@value='#'])]))" ]; fhir:ElementDefinition.source [ fhir:value "DomainResource" ] ], [ fhir:index 3; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice" ]; fhir:Extension.value [ fhir:value "true" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice-explanation" ]; fhir:Extension.value [ fhir:value "When a resource has no narrative, only systems that fully understand the data can display the resource to a human safely. Including a guman readable representation in the resource makes for a much more robust eco-system and cheaper handling of resources by intermediary systems. Some ecosystems restrict distribution of resources to only those systems that do fully understand the resources, and as a consequence implementers may believe that the narrative is superfluous. However experience shows that such eco-systems often open up to new participants over time." ] ]; fhir:ElementDefinition.key [ fhir:value "dom-6" ]; fhir:ElementDefinition.severity [ fhir:value "warning" ]; fhir:ElementDefinition.human [ fhir:value "A resource should have narrative for robust management" ]; fhir:ElementDefinition.expression [ fhir:value "text.div.exists()" ]; fhir:ElementDefinition.xpath [ fhir:value "exists(f:text/h:div)" ]; fhir:ElementDefinition.source [ fhir:value "DomainResource" ] ], [ fhir:index 4; fhir:ElementDefinition.key [ fhir:value "dom-5" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "If a resource is contained in another resource, it SHALL NOT have a security label" ]; fhir:ElementDefinition.expression [ fhir:value "contained.meta.security.empty()" ]; fhir:ElementDefinition.xpath [ fhir:value "not(exists(f:contained/*/f:meta/f:security))" ]; fhir:ElementDefinition.source [ fhir:value "DomainResource" ] ], [ fhir:index 5; fhir:ElementDefinition.key [ fhir:value "tst-0" ]; fhir:ElementDefinition.severity [ fhir:value "warning" ]; fhir:ElementDefinition.human [ fhir:value "Name should be usable as an identifier for the module by machine processing applications such as code generation" ]; fhir:ElementDefinition.expression [ fhir:value "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" ]; fhir:ElementDefinition.xpath [ fhir:value "not(exists(f:name/@value)) or matches(f:name/@value, '[A-Z]([A-Za-z0-9_]){0,254}')" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "Entity. Role, or Act" ] ], [ fhir:index 1; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 1; fhir:Element.id [ fhir:value "TestScript.id" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.id" ]; fhir:ElementDefinition.short [ fhir:value "Logical id of this artifact" ]; fhir:ElementDefinition.definition [ fhir:value "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes." ]; fhir:ElementDefinition.comment [ fhir:value "The only time that a resource does not have an id is when it is being submitted to the server using a create operation." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Resource.id" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "id" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ] ], [ fhir:index 2; fhir:Element.id [ fhir:value "TestScript.meta" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.meta" ]; fhir:ElementDefinition.short [ fhir:value "Metadata about the resource" ]; fhir:ElementDefinition.definition [ fhir:value "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Resource.meta" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Meta" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ] ], [ fhir:index 3; fhir:Element.id [ fhir:value "TestScript.implicitRules" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.implicitRules" ]; fhir:ElementDefinition.short [ fhir:value "A set of rules under which this content was created" ]; fhir:ElementDefinition.definition [ fhir:value "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc." ]; fhir:ElementDefinition.comment [ fhir:value "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Resource.implicitRules" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "uri" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "true" ]; fhir:ElementDefinition.isModifierReason [ fhir:value "This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ] ], [ fhir:index 4; fhir:Element.id [ fhir:value "TestScript.language" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.language" ]; fhir:ElementDefinition.short [ fhir:value "Language of the resource content" ]; fhir:ElementDefinition.definition [ fhir:value "The base language in which the resource is written." ]; fhir:ElementDefinition.comment [ fhir:value "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute)." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Resource.language" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "code" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet" ]; fhir:Extension.value [ fhir:value "http://hl7.org/fhir/ValueSet/all-languages" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "Language" ] ], [ fhir:index 2; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding" ]; fhir:Extension.value [ fhir:value "true" ] ]; fhir:ElementDefinition.strength [ fhir:value "preferred" ]; fhir:ElementDefinition.description [ fhir:value "A human language." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/languages" ] ] ], [ fhir:index 5; fhir:Element.id [ fhir:value "TestScript.text" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.text" ]; fhir:ElementDefinition.short [ fhir:value "Text summary of the resource, for human interpretation" ]; fhir:ElementDefinition.definition [ fhir:value "A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety." ]; fhir:ElementDefinition.comment [ fhir:value "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a \"text blob\" or where text is additionally entered raw or narrated and encoded information is added later." ]; fhir:ElementDefinition.alias [ fhir:value "narrative"; fhir:index 0 ], [ fhir:value "html"; fhir:index 1 ], [ fhir:value "xhtml"; fhir:index 2 ], [ fhir:value "display"; fhir:index 3 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "DomainResource.text" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Narrative" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "Act.text?" ] ] ], [ fhir:index 6; fhir:Element.id [ fhir:value "TestScript.contained" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.contained" ]; fhir:ElementDefinition.short [ fhir:value "Contained, inline Resources" ]; fhir:ElementDefinition.definition [ fhir:value "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope." ]; fhir:ElementDefinition.comment [ fhir:value "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels." ]; fhir:ElementDefinition.alias [ fhir:value "inline resources"; fhir:index 0 ], [ fhir:value "anonymous resources"; fhir:index 1 ], [ fhir:value "contained resources"; fhir:index 2 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "DomainResource.contained" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Resource" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "N/A" ] ] ], [ fhir:index 7; fhir:Element.id [ fhir:value "TestScript.extension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.extension" ]; fhir:ElementDefinition.short [ fhir:value "Additional Content defined by implementations" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "DomainResource.extension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "N/A" ] ] ], [ fhir:index 8; fhir:Element.id [ fhir:value "TestScript.modifierExtension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.modifierExtension" ]; fhir:ElementDefinition.short [ fhir:value "Extensions that cannot be ignored" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the resource, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "DomainResource.modifierExtension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "true" ]; fhir:ElementDefinition.isModifierReason [ fhir:value "Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "N/A" ] ] ], [ fhir:index 9; fhir:Element.id [ fhir:value "TestScript.url" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.url" ]; fhir:ElementDefinition.short [ fhir:value "Canonical identifier for this test script, represented as a URI (globally unique)" ]; fhir:ElementDefinition.definition [ fhir:value "An absolute URI that is used to identify this test script when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which at which an authoritative instance of this test script is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the test script is stored on different servers." ]; fhir:ElementDefinition.comment [ fhir:value "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions)." ]; fhir:ElementDefinition.requirements [ fhir:value "Allows the test script to be referenced by a single globally unique identifier." ]; fhir:ElementDefinition.alias [ fhir:value "url"; fhir:index 0 ], [ fhir:value "authoritative-url"; fhir:index 1 ], [ fhir:value "destination"; fhir:index 2 ], [ fhir:value "identity"; fhir:index 3 ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.url" ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "uri" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Definition.url" ] ], [ fhir:index 1; fhir:ElementDefinition.identity [ fhir:value "w5" ]; fhir:ElementDefinition.map [ fhir:value "FiveWs.identifier" ] ] ], [ fhir:index 10; fhir:Element.id [ fhir:value "TestScript.identifier" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.identifier" ]; fhir:ElementDefinition.short [ fhir:value "Additional identifier for the test script" ]; fhir:ElementDefinition.definition [ fhir:value "A formal identifier that is used to identify this test script when it is represented in other formats, or referenced in a specification, model, design or an instance." ]; fhir:ElementDefinition.comment [ fhir:value "Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this test script outside of FHIR, where it is not possible to use the logical URI." ]; fhir:ElementDefinition.requirements [ fhir:value "Allows externally provided and/or usable business identifiers to be easily associated with the module." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.identifier" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Identifier" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Definition.identifier" ] ], [ fhir:index 1; fhir:ElementDefinition.identity [ fhir:value "w5" ]; fhir:ElementDefinition.map [ fhir:value "FiveWs.identifier" ] ], [ fhir:index 2; fhir:ElementDefinition.identity [ fhir:value "objimpl" ]; fhir:ElementDefinition.map [ fhir:value "no-gen-base" ] ] ], [ fhir:index 11; fhir:Element.id [ fhir:value "TestScript.version" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.version" ]; fhir:ElementDefinition.short [ fhir:value "Business version of the test script" ]; fhir:ElementDefinition.definition [ fhir:value "The identifier that is used to identify this version of the test script when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the test script author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence." ]; fhir:ElementDefinition.comment [ fhir:value "There may be different test script instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the test script with the format [url]|[version]." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.version" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Definition.version" ] ], [ fhir:index 1; fhir:ElementDefinition.identity [ fhir:value "w5" ]; fhir:ElementDefinition.map [ fhir:value "FiveWs.version" ] ] ], [ fhir:index 12; fhir:Element.id [ fhir:value "TestScript.name" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.name" ]; fhir:ElementDefinition.short [ fhir:value "Name for this test script (computer friendly)" ]; fhir:ElementDefinition.definition [ fhir:value "A natural language name identifying the test script. This name should be usable as an identifier for the module by machine processing applications such as code generation." ]; fhir:ElementDefinition.comment [ fhir:value "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly." ]; fhir:ElementDefinition.requirements [ fhir:value "Support human navigation and code generation." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.name" ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.condition [ fhir:value "inv-0"; fhir:index 0 ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ] ], [ fhir:index 13; fhir:Element.id [ fhir:value "TestScript.title" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.title" ]; fhir:ElementDefinition.short [ fhir:value "Name for this test script (human friendly)" ]; fhir:ElementDefinition.definition [ fhir:value "A short, descriptive, user-friendly title for the test script." ]; fhir:ElementDefinition.comment [ fhir:value "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.title" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Definition.title" ] ] ], [ fhir:index 14; fhir:Element.id [ fhir:value "TestScript.status" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.status" ]; fhir:ElementDefinition.short [ fhir:value "draft | active | retired | unknown" ]; fhir:ElementDefinition.definition [ fhir:value "The status of this test script. Enables tracking the life-cycle of the content." ]; fhir:ElementDefinition.comment [ fhir:value "Allows filtering of test scripts that are appropriate for use versus not." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.status" ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "code" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "true" ]; fhir:ElementDefinition.isModifierReason [ fhir:value "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "PublicationStatus" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding" ]; fhir:Extension.value [ fhir:value "true" ] ]; fhir:ElementDefinition.strength [ fhir:value "required" ]; fhir:ElementDefinition.description [ fhir:value "The lifecycle status of an artifact." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/publication-status" ] ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Definition.status" ] ], [ fhir:index 1; fhir:ElementDefinition.identity [ fhir:value "w5" ]; fhir:ElementDefinition.map [ fhir:value "FiveWs.status" ] ] ], [ fhir:index 15; fhir:Element.id [ fhir:value "TestScript.experimental" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.experimental" ]; fhir:ElementDefinition.short [ fhir:value "For testing purposes, not real usage" ]; fhir:ElementDefinition.definition [ fhir:value "A Boolean value to indicate that this test script is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage." ]; fhir:ElementDefinition.comment [ fhir:value "Allows filtering of test scripts that are appropriate for use versus not." ]; fhir:ElementDefinition.requirements [ fhir:value "Enables experimental content to be developed following the same lifecycle that would be used for a production-level test script." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.experimental" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "boolean" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Definition.experimental" ] ], [ fhir:index 1; fhir:ElementDefinition.identity [ fhir:value "w5" ]; fhir:ElementDefinition.map [ fhir:value "FiveWs.class" ] ] ], [ fhir:index 16; fhir:Element.id [ fhir:value "TestScript.date" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.date" ]; fhir:ElementDefinition.short [ fhir:value "Date last changed" ]; fhir:ElementDefinition.definition [ fhir:value "The date (and optionally time) when the test script was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the test script changes." ]; fhir:ElementDefinition.comment [ fhir:value "Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the test script. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource." ]; fhir:ElementDefinition.alias [ fhir:value "Revision Date"; fhir:index 0 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.date" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "dateTime" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Definition.date" ] ], [ fhir:index 1; fhir:ElementDefinition.identity [ fhir:value "w5" ]; fhir:ElementDefinition.map [ fhir:value "FiveWs.recorded" ] ] ], [ fhir:index 17; fhir:Element.id [ fhir:value "TestScript.publisher" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.publisher" ]; fhir:ElementDefinition.short [ fhir:value "Name of the publisher (organization or individual)" ]; fhir:ElementDefinition.definition [ fhir:value "The name of the organization or individual that published the test script." ]; fhir:ElementDefinition.comment [ fhir:value "Usually an organization but may be an individual. The publisher (or steward) of the test script is the organization or individual primarily responsible for the maintenance and upkeep of the test script. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the test script. This item SHOULD be populated unless the information is available from context." ]; fhir:ElementDefinition.requirements [ fhir:value "Helps establish the \"authority/credibility\" of the test script. May also allow for contact." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.publisher" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Definition.publisher" ] ], [ fhir:index 1; fhir:ElementDefinition.identity [ fhir:value "w5" ]; fhir:ElementDefinition.map [ fhir:value "FiveWs.witness" ] ] ], [ fhir:index 18; fhir:Element.id [ fhir:value "TestScript.contact" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.contact" ]; fhir:ElementDefinition.short [ fhir:value "Contact details for the publisher" ]; fhir:ElementDefinition.definition [ fhir:value "Contact details to assist a user in finding and communicating with the publisher." ]; fhir:ElementDefinition.comment [ fhir:value "May be a web site, an email address, a telephone number, etc." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.contact" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "ContactDetail" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Definition.contact" ] ] ], [ fhir:index 19; fhir:Element.id [ fhir:value "TestScript.description" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.description" ]; fhir:ElementDefinition.short [ fhir:value "Natural language description of the test script" ]; fhir:ElementDefinition.definition [ fhir:value "A free text natural language description of the test script from a consumer's perspective." ]; fhir:ElementDefinition.comment [ fhir:value "This description can be used to capture details such as why the test script was built, comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the test script as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the test script is presumed to be the predominant language in the place the test script was created)." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.description" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "markdown" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Definition.description" ] ] ], [ fhir:index 20; fhir:Element.id [ fhir:value "TestScript.useContext" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.useContext" ]; fhir:ElementDefinition.short [ fhir:value "The context that the content is intended to support" ]; fhir:ElementDefinition.definition [ fhir:value "The content was developed with a focus and intent of supporting the contexts that are listed. These terms may be used to assist with indexing and searching for appropriate test script instances." ]; fhir:ElementDefinition.comment [ fhir:value "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply." ]; fhir:ElementDefinition.requirements [ fhir:value "Assist in searching for appropriate content." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.useContext" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "UsageContext" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Definition.useContext" ] ] ], [ fhir:index 21; fhir:Element.id [ fhir:value "TestScript.jurisdiction" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.jurisdiction" ]; fhir:ElementDefinition.short [ fhir:value "Intended jurisdiction for test script (if applicable)" ]; fhir:ElementDefinition.definition [ fhir:value "A legal or geographic region in which the test script is intended to be used." ]; fhir:ElementDefinition.comment [ fhir:value "It may be possible for the test script to be used in jurisdictions other than those for which it was originally designed or intended." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.jurisdiction" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "CodeableConcept" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "Jurisdiction" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding" ]; fhir:Extension.value [ fhir:value "true" ] ]; fhir:ElementDefinition.strength [ fhir:value "extensible" ]; fhir:ElementDefinition.description [ fhir:value "Countries and regions within which this artifact is targeted for use." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/jurisdiction" ] ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Definition.jurisdiction" ] ] ], [ fhir:index 22; fhir:Element.id [ fhir:value "TestScript.purpose" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.purpose" ]; fhir:ElementDefinition.short [ fhir:value "Why this test script is defined" ]; fhir:ElementDefinition.definition [ fhir:value "Explanation of why this test script is needed and why it has been designed as it has." ]; fhir:ElementDefinition.comment [ fhir:value "This element does not describe the usage of the test script. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this test script." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.purpose" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "markdown" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Definition.purpose" ] ], [ fhir:index 1; fhir:ElementDefinition.identity [ fhir:value "w5" ]; fhir:ElementDefinition.map [ fhir:value "FiveWs.why[x]" ] ], [ fhir:index 2; fhir:ElementDefinition.identity [ fhir:value "objimpl" ]; fhir:ElementDefinition.map [ fhir:value "no-gen-base" ] ] ], [ fhir:index 23; fhir:Element.id [ fhir:value "TestScript.copyright" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.copyright" ]; fhir:ElementDefinition.short [ fhir:value "Use and/or publishing restrictions" ]; fhir:ElementDefinition.definition [ fhir:value "A copyright statement relating to the test script and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the test script." ]; fhir:ElementDefinition.requirements [ fhir:value "Consumers must be able to determine any legal restrictions on the use of the test script and/or its content." ]; fhir:ElementDefinition.alias [ fhir:value "License"; fhir:index 0 ], [ fhir:value "Restrictions"; fhir:index 1 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.copyright" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "markdown" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Definition.copyright" ] ], [ fhir:index 1; fhir:ElementDefinition.identity [ fhir:value "objimpl" ]; fhir:ElementDefinition.map [ fhir:value "no-gen-base" ] ] ], [ fhir:index 24; fhir:Element.id [ fhir:value "TestScript.origin" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.origin" ]; fhir:ElementDefinition.short [ fhir:value "An abstract server representing a client or sender in a message exchange" ]; fhir:ElementDefinition.definition [ fhir:value "An abstract server used in operations within this test script in the origin element." ]; fhir:ElementDefinition.comment [ fhir:value "The purpose of this element is to define the profile of an origin element used elsewhere in the script. Test engines could then use the origin-profile mapping to offer a filtered list of test systems that can serve as the sender for the interaction." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.origin" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ]; fhir:ElementDefinition.constraint [ fhir:index 0; fhir:ElementDefinition.key [ fhir:value "ele-1" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "All FHIR elements must have a @value or children" ]; fhir:ElementDefinition.expression [ fhir:value "hasValue() or (children().count() > id.count())" ]; fhir:ElementDefinition.xpath [ fhir:value "@value|f:*|h:div" ]; fhir:ElementDefinition.source [ fhir:value "Element" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 25; fhir:Element.id [ fhir:value "TestScript.origin.id" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.origin.id" ]; fhir:ElementDefinition.representation [ fhir:value "xmlAttr"; fhir:index 0 ]; fhir:ElementDefinition.short [ fhir:value "xml:id (or equivalent in JSON)" ]; fhir:ElementDefinition.definition [ fhir:value "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.id" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 26; fhir:Element.id [ fhir:value "TestScript.origin.extension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.origin.extension" ]; fhir:ElementDefinition.short [ fhir:value "Additional content defined by implementations" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.extension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 27; fhir:Element.id [ fhir:value "TestScript.origin.modifierExtension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.origin.modifierExtension" ]; fhir:ElementDefinition.short [ fhir:value "Extensions that cannot be ignored if unrecognized" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ], [ fhir:value "modifiers"; fhir:index 2 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "BackboneElement.modifierExtension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "true" ]; fhir:ElementDefinition.isModifierReason [ fhir:value "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "N/A" ] ] ], [ fhir:index 28; fhir:Element.id [ fhir:value "TestScript.origin.index" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.origin.index" ]; fhir:ElementDefinition.short [ fhir:value "The index of the abstract origin server starting at 1" ]; fhir:ElementDefinition.definition [ fhir:value "Abstract name given to an origin server in this test script. The name is provided as a number starting at 1." ]; fhir:ElementDefinition.comment [ fhir:value "A given origin index (e.g. 1) can appear only once in the list (e.g. Origin 1 cannot be specified twice ... once as FormFiller and again as FormProcessor within the same script as that could get confusing during test configuration). \n\nDifferent origin indices could play the same actor in the same test script (e.g. You could have two different test systems acting as Form-Filler).\n\nThe origin indices provided elsewhere in the test script must be one of these origin indices." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.origin.index" ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "integer" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 29; fhir:Element.id [ fhir:value "TestScript.origin.profile" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.origin.profile" ]; fhir:ElementDefinition.short [ fhir:value "FHIR-Client | FHIR-SDC-FormFiller" ]; fhir:ElementDefinition.definition [ fhir:value "The type of origin profile the test system supports." ]; fhir:ElementDefinition.comment [ fhir:value "Must be a \"sender\"/\"client\" profile." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.origin.profile" ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Coding" ] ]; fhir:ElementDefinition.meaningWhenMissing [ fhir:value "FHIR-Client" ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "TestScriptProfileOriginType" ] ]; fhir:ElementDefinition.strength [ fhir:value "extensible" ]; fhir:ElementDefinition.description [ fhir:value "The type of origin profile the test system supports." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/testscript-profile-origin-types" ] ] ], [ fhir:index 30; fhir:Element.id [ fhir:value "TestScript.destination" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.destination" ]; fhir:ElementDefinition.short [ fhir:value "An abstract server representing a destination or receiver in a message exchange" ]; fhir:ElementDefinition.definition [ fhir:value "An abstract server used in operations within this test script in the destination element." ]; fhir:ElementDefinition.comment [ fhir:value "The purpose of this element is to define the profile of a destination element used elsewhere in the script. Test engines could then use the destination-profile mapping to offer a filtered list of test systems that can serve as the receiver for the interaction." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.destination" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ]; fhir:ElementDefinition.constraint [ fhir:index 0; fhir:ElementDefinition.key [ fhir:value "ele-1" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "All FHIR elements must have a @value or children" ]; fhir:ElementDefinition.expression [ fhir:value "hasValue() or (children().count() > id.count())" ]; fhir:ElementDefinition.xpath [ fhir:value "@value|f:*|h:div" ]; fhir:ElementDefinition.source [ fhir:value "Element" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 31; fhir:Element.id [ fhir:value "TestScript.destination.id" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.destination.id" ]; fhir:ElementDefinition.representation [ fhir:value "xmlAttr"; fhir:index 0 ]; fhir:ElementDefinition.short [ fhir:value "xml:id (or equivalent in JSON)" ]; fhir:ElementDefinition.definition [ fhir:value "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.id" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 32; fhir:Element.id [ fhir:value "TestScript.destination.extension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.destination.extension" ]; fhir:ElementDefinition.short [ fhir:value "Additional content defined by implementations" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.extension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 33; fhir:Element.id [ fhir:value "TestScript.destination.modifierExtension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.destination.modifierExtension" ]; fhir:ElementDefinition.short [ fhir:value "Extensions that cannot be ignored if unrecognized" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ], [ fhir:value "modifiers"; fhir:index 2 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "BackboneElement.modifierExtension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "true" ]; fhir:ElementDefinition.isModifierReason [ fhir:value "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "N/A" ] ] ], [ fhir:index 34; fhir:Element.id [ fhir:value "TestScript.destination.index" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.destination.index" ]; fhir:ElementDefinition.short [ fhir:value "The index of the abstract destination server starting at 1" ]; fhir:ElementDefinition.definition [ fhir:value "Abstract name given to a destination server in this test script. The name is provided as a number starting at 1." ]; fhir:ElementDefinition.comment [ fhir:value "A given destination index (e.g. 1) can appear only once in the list (e.g. Destination 1 cannot be specified twice ... once as Form-Manager and again as Form-Processor within the same script as that could get confusing during test configuration). \n\nDifferent destination indices could play the same actor in the same test script (e.g. You could have two different test systems acting as Form-Manager).\n\nThe destination indices provided elsewhere in the test script must be one of these destination indices." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.destination.index" ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "integer" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 35; fhir:Element.id [ fhir:value "TestScript.destination.profile" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.destination.profile" ]; fhir:ElementDefinition.short [ fhir:value "FHIR-Server | FHIR-SDC-FormManager | FHIR-SDC-FormReceiver | FHIR-SDC-FormProcessor" ]; fhir:ElementDefinition.definition [ fhir:value "The type of destination profile the test system supports." ]; fhir:ElementDefinition.comment [ fhir:value "Must be a \"receiver\"/\"server\" profile." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.destination.profile" ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Coding" ] ]; fhir:ElementDefinition.meaningWhenMissing [ fhir:value "FHIR-Server" ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "TestScriptProfileDestinationType" ] ]; fhir:ElementDefinition.strength [ fhir:value "extensible" ]; fhir:ElementDefinition.description [ fhir:value "The type of destination profile the test system supports." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/testscript-profile-destination-types" ] ] ], [ fhir:index 36; fhir:Element.id [ fhir:value "TestScript.metadata" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.metadata" ]; fhir:ElementDefinition.short [ fhir:value "Required capability that is assumed to function correctly on the FHIR server being tested" ]; fhir:ElementDefinition.definition [ fhir:value "The required capability must exist and are assumed to function correctly on the FHIR server being tested." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.metadata" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ]; fhir:ElementDefinition.constraint [ fhir:index 0; fhir:ElementDefinition.key [ fhir:value "ele-1" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "All FHIR elements must have a @value or children" ]; fhir:ElementDefinition.expression [ fhir:value "hasValue() or (children().count() > id.count())" ]; fhir:ElementDefinition.xpath [ fhir:value "@value|f:*|h:div" ]; fhir:ElementDefinition.source [ fhir:value "Element" ] ], [ fhir:index 1; fhir:ElementDefinition.key [ fhir:value "tst-4" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "TestScript metadata capability SHALL contain required or validated or both." ]; fhir:ElementDefinition.expression [ fhir:value "capability.required.exists() or capability.validated.exists()" ]; fhir:ElementDefinition.xpath [ fhir:value "f:capability/f:required or f:capability/f:validated or (f:capability/f:required and f:capability/f:validated)" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 37; fhir:Element.id [ fhir:value "TestScript.metadata.id" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.metadata.id" ]; fhir:ElementDefinition.representation [ fhir:value "xmlAttr"; fhir:index 0 ]; fhir:ElementDefinition.short [ fhir:value "xml:id (or equivalent in JSON)" ]; fhir:ElementDefinition.definition [ fhir:value "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.id" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 38; fhir:Element.id [ fhir:value "TestScript.metadata.extension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.metadata.extension" ]; fhir:ElementDefinition.short [ fhir:value "Additional content defined by implementations" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.extension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 39; fhir:Element.id [ fhir:value "TestScript.metadata.modifierExtension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.metadata.modifierExtension" ]; fhir:ElementDefinition.short [ fhir:value "Extensions that cannot be ignored if unrecognized" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ], [ fhir:value "modifiers"; fhir:index 2 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "BackboneElement.modifierExtension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "true" ]; fhir:ElementDefinition.isModifierReason [ fhir:value "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "N/A" ] ] ], [ fhir:index 40; fhir:Element.id [ fhir:value "TestScript.metadata.link" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.metadata.link" ]; fhir:ElementDefinition.short [ fhir:value "Links to the FHIR specification" ]; fhir:ElementDefinition.definition [ fhir:value "A link to the FHIR specification that this test is covering." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.metadata.link" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ]; fhir:ElementDefinition.constraint [ fhir:index 0; fhir:ElementDefinition.key [ fhir:value "ele-1" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "All FHIR elements must have a @value or children" ]; fhir:ElementDefinition.expression [ fhir:value "hasValue() or (children().count() > id.count())" ]; fhir:ElementDefinition.xpath [ fhir:value "@value|f:*|h:div" ]; fhir:ElementDefinition.source [ fhir:value "Element" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 41; fhir:Element.id [ fhir:value "TestScript.metadata.link.id" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.metadata.link.id" ]; fhir:ElementDefinition.representation [ fhir:value "xmlAttr"; fhir:index 0 ]; fhir:ElementDefinition.short [ fhir:value "xml:id (or equivalent in JSON)" ]; fhir:ElementDefinition.definition [ fhir:value "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.id" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 42; fhir:Element.id [ fhir:value "TestScript.metadata.link.extension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.metadata.link.extension" ]; fhir:ElementDefinition.short [ fhir:value "Additional content defined by implementations" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.extension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 43; fhir:Element.id [ fhir:value "TestScript.metadata.link.modifierExtension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.metadata.link.modifierExtension" ]; fhir:ElementDefinition.short [ fhir:value "Extensions that cannot be ignored if unrecognized" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ], [ fhir:value "modifiers"; fhir:index 2 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "BackboneElement.modifierExtension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "true" ]; fhir:ElementDefinition.isModifierReason [ fhir:value "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "N/A" ] ] ], [ fhir:index 44; fhir:Element.id [ fhir:value "TestScript.metadata.link.url" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.metadata.link.url" ]; fhir:ElementDefinition.short [ fhir:value "URL to the specification" ]; fhir:ElementDefinition.definition [ fhir:value "URL to a particular requirement or feature within the FHIR specification." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.metadata.link.url" ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "uri" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 45; fhir:Element.id [ fhir:value "TestScript.metadata.link.description" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.metadata.link.description" ]; fhir:ElementDefinition.short [ fhir:value "Short description" ]; fhir:ElementDefinition.definition [ fhir:value "Short description of the link." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.metadata.link.description" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 46; fhir:Element.id [ fhir:value "TestScript.metadata.capability" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.metadata.capability" ]; fhir:ElementDefinition.short [ fhir:value "Capabilities that are assumed to function correctly on the FHIR server being tested" ]; fhir:ElementDefinition.definition [ fhir:value "Capabilities that must exist and are assumed to function correctly on the FHIR server being tested." ]; fhir:ElementDefinition.comment [ fhir:value "When the metadata capabilities section is defined at TestScript.metadata or at TestScript.setup.metadata, and the server's conformance statement does not contain the elements defined in the minimal conformance statement, then all the tests in the TestScript are skipped. When the metadata capabilities section is defined at TestScript.test.metadata and the server's conformance statement does not contain the elements defined in the minimal conformance statement, then only that test is skipped. The \"metadata.capabilities.required\" and \"metadata.capabilities.validated\" elements only indicate whether the capabilities are the primary focus of the test script or not. They do not impact the skipping logic. Capabilities whose \"metadata.capabilities.validated\" flag is true are the primary focus of the test script." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.metadata.capability" ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ]; fhir:ElementDefinition.constraint [ fhir:index 0; fhir:ElementDefinition.key [ fhir:value "ele-1" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "All FHIR elements must have a @value or children" ]; fhir:ElementDefinition.expression [ fhir:value "hasValue() or (children().count() > id.count())" ]; fhir:ElementDefinition.xpath [ fhir:value "@value|f:*|h:div" ]; fhir:ElementDefinition.source [ fhir:value "Element" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 47; fhir:Element.id [ fhir:value "TestScript.metadata.capability.id" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.metadata.capability.id" ]; fhir:ElementDefinition.representation [ fhir:value "xmlAttr"; fhir:index 0 ]; fhir:ElementDefinition.short [ fhir:value "xml:id (or equivalent in JSON)" ]; fhir:ElementDefinition.definition [ fhir:value "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.id" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 48; fhir:Element.id [ fhir:value "TestScript.metadata.capability.extension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.metadata.capability.extension" ]; fhir:ElementDefinition.short [ fhir:value "Additional content defined by implementations" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.extension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 49; fhir:Element.id [ fhir:value "TestScript.metadata.capability.modifierExtension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.metadata.capability.modifierExtension" ]; fhir:ElementDefinition.short [ fhir:value "Extensions that cannot be ignored if unrecognized" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ], [ fhir:value "modifiers"; fhir:index 2 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "BackboneElement.modifierExtension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "true" ]; fhir:ElementDefinition.isModifierReason [ fhir:value "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "N/A" ] ] ], [ fhir:index 50; fhir:Element.id [ fhir:value "TestScript.metadata.capability.required" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.metadata.capability.required" ]; fhir:ElementDefinition.short [ fhir:value "Are the capabilities required?" ]; fhir:ElementDefinition.definition [ fhir:value "Whether or not the test execution will require the given capabilities of the server in order for this test script to execute." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.metadata.capability.required" ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "boolean" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 51; fhir:Element.id [ fhir:value "TestScript.metadata.capability.validated" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.metadata.capability.validated" ]; fhir:ElementDefinition.short [ fhir:value "Are the capabilities validated?" ]; fhir:ElementDefinition.definition [ fhir:value "Whether or not the test execution will validate the given capabilities of the server in order for this test script to execute." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.metadata.capability.validated" ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "boolean" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 52; fhir:Element.id [ fhir:value "TestScript.metadata.capability.description" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.metadata.capability.description" ]; fhir:ElementDefinition.short [ fhir:value "The expected capabilities of the server" ]; fhir:ElementDefinition.definition [ fhir:value "Description of the capabilities that this test script is requiring the server to support." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.metadata.capability.description" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 53; fhir:Element.id [ fhir:value "TestScript.metadata.capability.origin" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.metadata.capability.origin" ]; fhir:ElementDefinition.short [ fhir:value "Which origin server these requirements apply to" ]; fhir:ElementDefinition.definition [ fhir:value "Which origin server these requirements apply to." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.metadata.capability.origin" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "integer" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 54; fhir:Element.id [ fhir:value "TestScript.metadata.capability.destination" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.metadata.capability.destination" ]; fhir:ElementDefinition.short [ fhir:value "Which server these requirements apply to" ]; fhir:ElementDefinition.definition [ fhir:value "Which server these requirements apply to." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.metadata.capability.destination" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "integer" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 55; fhir:Element.id [ fhir:value "TestScript.metadata.capability.link" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.metadata.capability.link" ]; fhir:ElementDefinition.short [ fhir:value "Links to the FHIR specification" ]; fhir:ElementDefinition.definition [ fhir:value "Links to the FHIR specification that describes this interaction and the resources involved in more detail." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.metadata.capability.link" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "uri" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 56; fhir:Element.id [ fhir:value "TestScript.metadata.capability.capabilities" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.metadata.capability.capabilities" ]; fhir:ElementDefinition.short [ fhir:value "Required Capability Statement" ]; fhir:ElementDefinition.definition [ fhir:value "Minimum capabilities required of server for test script to execute successfully. If server does not meet at a minimum the referenced capability statement, then all tests in this script are skipped." ]; fhir:ElementDefinition.comment [ fhir:value "The conformance statement of the server has to contain at a minimum the contents of the reference pointed to by this element." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.metadata.capability.capabilities" ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "canonical" ]; fhir:ElementDefinition.targetProfile [ fhir:value "http://hl7.org/fhir/StructureDefinition/CapabilityStatement"; fhir:index 0 ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 57; fhir:Element.id [ fhir:value "TestScript.fixture" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.fixture" ]; fhir:ElementDefinition.short [ fhir:value "Fixture in the test script - by reference (uri)" ]; fhir:ElementDefinition.definition [ fhir:value "Fixture in the test script - by reference (uri). All fixtures are required for the test script to execute." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.fixture" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ]; fhir:ElementDefinition.constraint [ fhir:index 0; fhir:ElementDefinition.key [ fhir:value "ele-1" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "All FHIR elements must have a @value or children" ]; fhir:ElementDefinition.expression [ fhir:value "hasValue() or (children().count() > id.count())" ]; fhir:ElementDefinition.xpath [ fhir:value "@value|f:*|h:div" ]; fhir:ElementDefinition.source [ fhir:value "Element" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 58; fhir:Element.id [ fhir:value "TestScript.fixture.id" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.fixture.id" ]; fhir:ElementDefinition.representation [ fhir:value "xmlAttr"; fhir:index 0 ]; fhir:ElementDefinition.short [ fhir:value "xml:id (or equivalent in JSON)" ]; fhir:ElementDefinition.definition [ fhir:value "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.id" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 59; fhir:Element.id [ fhir:value "TestScript.fixture.extension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.fixture.extension" ]; fhir:ElementDefinition.short [ fhir:value "Additional content defined by implementations" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.extension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 60; fhir:Element.id [ fhir:value "TestScript.fixture.modifierExtension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.fixture.modifierExtension" ]; fhir:ElementDefinition.short [ fhir:value "Extensions that cannot be ignored if unrecognized" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ], [ fhir:value "modifiers"; fhir:index 2 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "BackboneElement.modifierExtension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "true" ]; fhir:ElementDefinition.isModifierReason [ fhir:value "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "N/A" ] ] ], [ fhir:index 61; fhir:Element.id [ fhir:value "TestScript.fixture.autocreate" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.fixture.autocreate" ]; fhir:ElementDefinition.short [ fhir:value "Whether or not to implicitly create the fixture during setup" ]; fhir:ElementDefinition.definition [ fhir:value "Whether or not to implicitly create the fixture during setup. If true, the fixture is automatically created on each server being tested during setup, therefore no create operation is required for this fixture in the TestScript.setup section." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.fixture.autocreate" ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "boolean" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 62; fhir:Element.id [ fhir:value "TestScript.fixture.autodelete" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.fixture.autodelete" ]; fhir:ElementDefinition.short [ fhir:value "Whether or not to implicitly delete the fixture during teardown" ]; fhir:ElementDefinition.definition [ fhir:value "Whether or not to implicitly delete the fixture during teardown. If true, the fixture is automatically deleted on each server being tested during teardown, therefore no delete operation is required for this fixture in the TestScript.teardown section." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.fixture.autodelete" ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "boolean" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 63; fhir:Element.id [ fhir:value "TestScript.fixture.resource" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.fixture.resource" ]; fhir:ElementDefinition.short [ fhir:value "Reference of the resource" ]; fhir:ElementDefinition.definition [ fhir:value "Reference to the resource (containing the contents of the resource needed for operations)." ]; fhir:ElementDefinition.comment [ fhir:value "See http://build.fhir.org/resourcelist.html for complete list of resource types." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.fixture.resource" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Reference" ]; fhir:ElementDefinition.targetProfile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Resource"; fhir:index 0 ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 64; fhir:Element.id [ fhir:value "TestScript.profile" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.profile" ]; fhir:ElementDefinition.short [ fhir:value "Reference of the validation profile" ]; fhir:ElementDefinition.definition [ fhir:value "Reference to the profile to be used for validation." ]; fhir:ElementDefinition.comment [ fhir:value "See http://build.fhir.org/resourcelist.html for complete list of resource types." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.profile" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Reference" ]; fhir:ElementDefinition.targetProfile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Resource"; fhir:index 0 ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 65; fhir:Element.id [ fhir:value "TestScript.variable" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.variable" ]; fhir:ElementDefinition.short [ fhir:value "Placeholder for evaluated elements" ]; fhir:ElementDefinition.definition [ fhir:value "Variable is set based either on element value in response body or on header field value in the response headers." ]; fhir:ElementDefinition.comment [ fhir:value "Variables would be set based either on XPath/JSONPath expressions against fixtures (static and response), or headerField evaluations against response headers. If variable evaluates to nodelist or anything other than a primitive value, then test engine would report an error. Variables would be used to perform clean replacements in \"operation.params\", \"operation.requestHeader.value\", and \"operation.url\" element values during operation calls and in \"assert.value\" during assertion evaluations. This limits the places that test engines would need to look for placeholders \"${}\". Variables are scoped to the whole script. They are NOT evaluated at declaration. They are evaluated by test engine when used for substitutions in \"operation.params\", \"operation.requestHeader.value\", and \"operation.url\" element values during operation calls and in \"assert.value\" during assertion evaluations. See example testscript-search.xml." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.variable" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ]; fhir:ElementDefinition.constraint [ fhir:index 0; fhir:ElementDefinition.key [ fhir:value "ele-1" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "All FHIR elements must have a @value or children" ]; fhir:ElementDefinition.expression [ fhir:value "hasValue() or (children().count() > id.count())" ]; fhir:ElementDefinition.xpath [ fhir:value "@value|f:*|h:div" ]; fhir:ElementDefinition.source [ fhir:value "Element" ] ], [ fhir:index 1; fhir:ElementDefinition.key [ fhir:value "tst-3" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "Variable can only contain one of expression, headerField or path." ]; fhir:ElementDefinition.expression [ fhir:value "expression.empty() or headerField.empty() or path.empty()" ]; fhir:ElementDefinition.xpath [ fhir:value "not(f:expression and f:headerField and f:path)" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 66; fhir:Element.id [ fhir:value "TestScript.variable.id" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.variable.id" ]; fhir:ElementDefinition.representation [ fhir:value "xmlAttr"; fhir:index 0 ]; fhir:ElementDefinition.short [ fhir:value "xml:id (or equivalent in JSON)" ]; fhir:ElementDefinition.definition [ fhir:value "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.id" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 67; fhir:Element.id [ fhir:value "TestScript.variable.extension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.variable.extension" ]; fhir:ElementDefinition.short [ fhir:value "Additional content defined by implementations" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.extension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 68; fhir:Element.id [ fhir:value "TestScript.variable.modifierExtension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.variable.modifierExtension" ]; fhir:ElementDefinition.short [ fhir:value "Extensions that cannot be ignored if unrecognized" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ], [ fhir:value "modifiers"; fhir:index 2 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "BackboneElement.modifierExtension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "true" ]; fhir:ElementDefinition.isModifierReason [ fhir:value "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "N/A" ] ] ], [ fhir:index 69; fhir:Element.id [ fhir:value "TestScript.variable.name" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.variable.name" ]; fhir:ElementDefinition.short [ fhir:value "Descriptive name for this variable" ]; fhir:ElementDefinition.definition [ fhir:value "Descriptive name for this variable." ]; fhir:ElementDefinition.comment [ fhir:value "Placeholders would contain the variable name wrapped in ${} in \"operation.params\", \"operation.requestHeader.value\", and \"operation.url\" elements. These placeholders would need to be replaced by the variable value before the operation is executed." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.variable.name" ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 70; fhir:Element.id [ fhir:value "TestScript.variable.defaultValue" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.variable.defaultValue" ]; fhir:ElementDefinition.short [ fhir:value "Default, hard-coded, or user-defined value for this variable" ]; fhir:ElementDefinition.definition [ fhir:value "A default, hard-coded, or user-defined value for this variable." ]; fhir:ElementDefinition.comment [ fhir:value "The purpose of this element is to allow for a pre-defined value that can be used as a default or as an override value. Test engines can optionally use this as a placeholder for user-defined execution time values." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.variable.defaultValue" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 71; fhir:Element.id [ fhir:value "TestScript.variable.description" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.variable.description" ]; fhir:ElementDefinition.short [ fhir:value "Natural language description of the variable" ]; fhir:ElementDefinition.definition [ fhir:value "A free text natural language description of the variable and its purpose." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.variable.description" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 72; fhir:Element.id [ fhir:value "TestScript.variable.expression" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.variable.expression" ]; fhir:ElementDefinition.short [ fhir:value "The FHIRPath expression against the fixture body" ]; fhir:ElementDefinition.definition [ fhir:value "The FHIRPath expression to evaluate against the fixture body. When variables are defined, only one of either expression, headerField or path must be specified." ]; fhir:ElementDefinition.comment [ fhir:value "If headerField is defined, then the variable will be evaluated against the headers that sourceId is pointing to. If expression or path is defined, then the variable will be evaluated against the fixture body that sourceId is pointing to. It is an error to define any combination of expression, headerField and path." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.variable.expression" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 73; fhir:Element.id [ fhir:value "TestScript.variable.headerField" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.variable.headerField" ]; fhir:ElementDefinition.short [ fhir:value "HTTP header field name for source" ]; fhir:ElementDefinition.definition [ fhir:value "Will be used to grab the HTTP header field value from the headers that sourceId is pointing to." ]; fhir:ElementDefinition.comment [ fhir:value "If headerField is defined, then the variable will be evaluated against the headers that sourceId is pointing to. If path is defined, then the variable will be evaluated against the fixture body that sourceId is pointing to. It is an error to define both headerField and path." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.variable.headerField" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 74; fhir:Element.id [ fhir:value "TestScript.variable.hint" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.variable.hint" ]; fhir:ElementDefinition.short [ fhir:value "Hint help text for default value to enter" ]; fhir:ElementDefinition.definition [ fhir:value "Displayable text string with hint help information to the user when entering a default value." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.variable.hint" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 75; fhir:Element.id [ fhir:value "TestScript.variable.path" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.variable.path" ]; fhir:ElementDefinition.short [ fhir:value "XPath or JSONPath against the fixture body" ]; fhir:ElementDefinition.definition [ fhir:value "XPath or JSONPath to evaluate against the fixture body. When variables are defined, only one of either expression, headerField or path must be specified." ]; fhir:ElementDefinition.comment [ fhir:value "If headerField is defined, then the variable will be evaluated against the headers that sourceId is pointing to. If expression or path is defined, then the variable will be evaluated against the fixture body that sourceId is pointing to. It is an error to define any combination of expression, headerField and path." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.variable.path" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 76; fhir:Element.id [ fhir:value "TestScript.variable.sourceId" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.variable.sourceId" ]; fhir:ElementDefinition.short [ fhir:value "Fixture Id of source expression or headerField within this variable" ]; fhir:ElementDefinition.definition [ fhir:value "Fixture to evaluate the XPath/JSONPath expression or the headerField against within this variable." ]; fhir:ElementDefinition.comment [ fhir:value "This can be a statically defined fixture (at the top of the TestScript) or a dynamically set fixture created by responseId of the `action.operation` element." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.variable.sourceId" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "id" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 77; fhir:Element.id [ fhir:value "TestScript.rule" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.rule" ]; fhir:ElementDefinition.short [ fhir:value "Assert rule used within the test script" ]; fhir:ElementDefinition.definition [ fhir:value "Assert rule to be used in one or more asserts within the test script." ]; fhir:ElementDefinition.comment [ fhir:value "Each rule should be treated by test engines as one assertion regardless of how many assertions are contained within the external rule template. The impact of negative rule evaluation on test script execution is the same as an assertion failure which is described elsewhere in the TestScript resource." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.rule" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ]; fhir:ElementDefinition.constraint [ fhir:index 0; fhir:ElementDefinition.key [ fhir:value "ele-1" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "All FHIR elements must have a @value or children" ]; fhir:ElementDefinition.expression [ fhir:value "hasValue() or (children().count() > id.count())" ]; fhir:ElementDefinition.xpath [ fhir:value "@value|f:*|h:div" ]; fhir:ElementDefinition.source [ fhir:value "Element" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 78; fhir:Element.id [ fhir:value "TestScript.rule.id" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.rule.id" ]; fhir:ElementDefinition.representation [ fhir:value "xmlAttr"; fhir:index 0 ]; fhir:ElementDefinition.short [ fhir:value "xml:id (or equivalent in JSON)" ]; fhir:ElementDefinition.definition [ fhir:value "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.id" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 79; fhir:Element.id [ fhir:value "TestScript.rule.extension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.rule.extension" ]; fhir:ElementDefinition.short [ fhir:value "Additional content defined by implementations" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.extension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 80; fhir:Element.id [ fhir:value "TestScript.rule.modifierExtension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.rule.modifierExtension" ]; fhir:ElementDefinition.short [ fhir:value "Extensions that cannot be ignored if unrecognized" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ], [ fhir:value "modifiers"; fhir:index 2 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "BackboneElement.modifierExtension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "true" ]; fhir:ElementDefinition.isModifierReason [ fhir:value "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "N/A" ] ] ], [ fhir:index 81; fhir:Element.id [ fhir:value "TestScript.rule.resource" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.rule.resource" ]; fhir:ElementDefinition.short [ fhir:value "Assert rule resource reference" ]; fhir:ElementDefinition.definition [ fhir:value "Reference to the resource (containing the contents of the rule needed for assertions)." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.rule.resource" ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Reference" ]; fhir:ElementDefinition.targetProfile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Resource"; fhir:index 0 ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 82; fhir:Element.id [ fhir:value "TestScript.rule.param" ]; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name" ]; fhir:Extension.value [ fhir:value "RuleParam" ] ]; fhir:ElementDefinition.path [ fhir:value "TestScript.rule.param" ]; fhir:ElementDefinition.short [ fhir:value "Rule parameter template" ]; fhir:ElementDefinition.definition [ fhir:value "Each rule template can take one or more parameters for rule evaluation." ]; fhir:ElementDefinition.comment [ fhir:value "The parameter value can be dynamic at runtime." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.rule.param" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ]; fhir:ElementDefinition.constraint [ fhir:index 0; fhir:ElementDefinition.key [ fhir:value "ele-1" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "All FHIR elements must have a @value or children" ]; fhir:ElementDefinition.expression [ fhir:value "hasValue() or (children().count() > id.count())" ]; fhir:ElementDefinition.xpath [ fhir:value "@value|f:*|h:div" ]; fhir:ElementDefinition.source [ fhir:value "Element" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 83; fhir:Element.id [ fhir:value "TestScript.rule.param.id" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.rule.param.id" ]; fhir:ElementDefinition.representation [ fhir:value "xmlAttr"; fhir:index 0 ]; fhir:ElementDefinition.short [ fhir:value "xml:id (or equivalent in JSON)" ]; fhir:ElementDefinition.definition [ fhir:value "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.id" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 84; fhir:Element.id [ fhir:value "TestScript.rule.param.extension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.rule.param.extension" ]; fhir:ElementDefinition.short [ fhir:value "Additional content defined by implementations" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.extension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 85; fhir:Element.id [ fhir:value "TestScript.rule.param.modifierExtension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.rule.param.modifierExtension" ]; fhir:ElementDefinition.short [ fhir:value "Extensions that cannot be ignored if unrecognized" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ], [ fhir:value "modifiers"; fhir:index 2 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "BackboneElement.modifierExtension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "true" ]; fhir:ElementDefinition.isModifierReason [ fhir:value "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "N/A" ] ] ], [ fhir:index 86; fhir:Element.id [ fhir:value "TestScript.rule.param.name" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.rule.param.name" ]; fhir:ElementDefinition.short [ fhir:value "Parameter name matching external assert rule parameter" ]; fhir:ElementDefinition.definition [ fhir:value "Descriptive name for this parameter that matches the external assert rule parameter name." ]; fhir:ElementDefinition.comment [ fhir:value "The external rule template would be looking for the parameter by this name." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.rule.param.name" ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 87; fhir:Element.id [ fhir:value "TestScript.rule.param.value" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.rule.param.value" ]; fhir:ElementDefinition.short [ fhir:value "Parameter value defined either explicitly or dynamically" ]; fhir:ElementDefinition.definition [ fhir:value "The explicit or dynamic value for the parameter that will be passed on to the external rule template." ]; fhir:ElementDefinition.comment [ fhir:value "This value can be overwritten by the assert.rule.param.value i.e. TestScript.rule.param.value will be used if assert.rule.param.value is not specified. The param value can be a string-representation of a number, string, or boolean that is expected. Test engines do have to look for placeholders (${}) and replace the variable placeholders with the variable values at runtime before supplying this value to the external rule template." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.rule.param.value" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 88; fhir:Element.id [ fhir:value "TestScript.ruleset" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.ruleset" ]; fhir:ElementDefinition.short [ fhir:value "Assert ruleset used within the test script" ]; fhir:ElementDefinition.definition [ fhir:value "Contains one or more rules. Offers a way to group rules so assertions could reference the group of rules and have them all applied." ]; fhir:ElementDefinition.comment [ fhir:value "Each rule within a ruleset should be treated by test engines as one assertion regardless of how many assertions are contained within the external rule template. The impact of negative rule evaluation on test script execution is the same as an assertion failure which is described elsewhere in the TestScript resource." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.ruleset" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ]; fhir:ElementDefinition.constraint [ fhir:index 0; fhir:ElementDefinition.key [ fhir:value "ele-1" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "All FHIR elements must have a @value or children" ]; fhir:ElementDefinition.expression [ fhir:value "hasValue() or (children().count() > id.count())" ]; fhir:ElementDefinition.xpath [ fhir:value "@value|f:*|h:div" ]; fhir:ElementDefinition.source [ fhir:value "Element" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 89; fhir:Element.id [ fhir:value "TestScript.ruleset.id" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.ruleset.id" ]; fhir:ElementDefinition.representation [ fhir:value "xmlAttr"; fhir:index 0 ]; fhir:ElementDefinition.short [ fhir:value "xml:id (or equivalent in JSON)" ]; fhir:ElementDefinition.definition [ fhir:value "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.id" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 90; fhir:Element.id [ fhir:value "TestScript.ruleset.extension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.ruleset.extension" ]; fhir:ElementDefinition.short [ fhir:value "Additional content defined by implementations" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.extension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 91; fhir:Element.id [ fhir:value "TestScript.ruleset.modifierExtension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.ruleset.modifierExtension" ]; fhir:ElementDefinition.short [ fhir:value "Extensions that cannot be ignored if unrecognized" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ], [ fhir:value "modifiers"; fhir:index 2 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "BackboneElement.modifierExtension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "true" ]; fhir:ElementDefinition.isModifierReason [ fhir:value "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "N/A" ] ] ], [ fhir:index 92; fhir:Element.id [ fhir:value "TestScript.ruleset.resource" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.ruleset.resource" ]; fhir:ElementDefinition.short [ fhir:value "Assert ruleset resource reference" ]; fhir:ElementDefinition.definition [ fhir:value "Reference to the resource (containing the contents of the ruleset needed for assertions)." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.ruleset.resource" ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Reference" ]; fhir:ElementDefinition.targetProfile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Resource"; fhir:index 0 ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 93; fhir:Element.id [ fhir:value "TestScript.ruleset.rule" ]; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name" ]; fhir:Extension.value [ fhir:value "RulesetRule" ] ]; fhir:ElementDefinition.path [ fhir:value "TestScript.ruleset.rule" ]; fhir:ElementDefinition.short [ fhir:value "The referenced rule within the ruleset" ]; fhir:ElementDefinition.definition [ fhir:value "The referenced rule within the external ruleset template." ]; fhir:ElementDefinition.comment [ fhir:value "This qualifies each param name so that a parameter with the same name can be used differently by the different rules with the ruleset." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.ruleset.rule" ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ]; fhir:ElementDefinition.constraint [ fhir:index 0; fhir:ElementDefinition.key [ fhir:value "ele-1" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "All FHIR elements must have a @value or children" ]; fhir:ElementDefinition.expression [ fhir:value "hasValue() or (children().count() > id.count())" ]; fhir:ElementDefinition.xpath [ fhir:value "@value|f:*|h:div" ]; fhir:ElementDefinition.source [ fhir:value "Element" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 94; fhir:Element.id [ fhir:value "TestScript.ruleset.rule.id" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.ruleset.rule.id" ]; fhir:ElementDefinition.representation [ fhir:value "xmlAttr"; fhir:index 0 ]; fhir:ElementDefinition.short [ fhir:value "xml:id (or equivalent in JSON)" ]; fhir:ElementDefinition.definition [ fhir:value "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.id" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 95; fhir:Element.id [ fhir:value "TestScript.ruleset.rule.extension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.ruleset.rule.extension" ]; fhir:ElementDefinition.short [ fhir:value "Additional content defined by implementations" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.extension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 96; fhir:Element.id [ fhir:value "TestScript.ruleset.rule.modifierExtension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.ruleset.rule.modifierExtension" ]; fhir:ElementDefinition.short [ fhir:value "Extensions that cannot be ignored if unrecognized" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ], [ fhir:value "modifiers"; fhir:index 2 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "BackboneElement.modifierExtension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "true" ]; fhir:ElementDefinition.isModifierReason [ fhir:value "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "N/A" ] ] ], [ fhir:index 97; fhir:Element.id [ fhir:value "TestScript.ruleset.rule.ruleId" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.ruleset.rule.ruleId" ]; fhir:ElementDefinition.short [ fhir:value "Id of referenced rule within the ruleset" ]; fhir:ElementDefinition.definition [ fhir:value "Id of the referenced rule within the external ruleset template." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.ruleset.rule.ruleId" ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "id" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 98; fhir:Element.id [ fhir:value "TestScript.ruleset.rule.param" ]; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name" ]; fhir:Extension.value [ fhir:value "RulesetRuleParam" ] ]; fhir:ElementDefinition.path [ fhir:value "TestScript.ruleset.rule.param" ]; fhir:ElementDefinition.short [ fhir:value "Ruleset rule parameter template" ]; fhir:ElementDefinition.definition [ fhir:value "Each rule template can take one or more parameters for rule evaluation." ]; fhir:ElementDefinition.comment [ fhir:value "The parameter value can be dynamic at runtime." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.ruleset.rule.param" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ]; fhir:ElementDefinition.constraint [ fhir:index 0; fhir:ElementDefinition.key [ fhir:value "ele-1" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "All FHIR elements must have a @value or children" ]; fhir:ElementDefinition.expression [ fhir:value "hasValue() or (children().count() > id.count())" ]; fhir:ElementDefinition.xpath [ fhir:value "@value|f:*|h:div" ]; fhir:ElementDefinition.source [ fhir:value "Element" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 99; fhir:Element.id [ fhir:value "TestScript.ruleset.rule.param.id" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.ruleset.rule.param.id" ]; fhir:ElementDefinition.representation [ fhir:value "xmlAttr"; fhir:index 0 ]; fhir:ElementDefinition.short [ fhir:value "xml:id (or equivalent in JSON)" ]; fhir:ElementDefinition.definition [ fhir:value "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.id" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 100; fhir:Element.id [ fhir:value "TestScript.ruleset.rule.param.extension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.ruleset.rule.param.extension" ]; fhir:ElementDefinition.short [ fhir:value "Additional content defined by implementations" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.extension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 101; fhir:Element.id [ fhir:value "TestScript.ruleset.rule.param.modifierExtension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.ruleset.rule.param.modifierExtension" ]; fhir:ElementDefinition.short [ fhir:value "Extensions that cannot be ignored if unrecognized" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ], [ fhir:value "modifiers"; fhir:index 2 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "BackboneElement.modifierExtension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "true" ]; fhir:ElementDefinition.isModifierReason [ fhir:value "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "N/A" ] ] ], [ fhir:index 102; fhir:Element.id [ fhir:value "TestScript.ruleset.rule.param.name" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.ruleset.rule.param.name" ]; fhir:ElementDefinition.short [ fhir:value "Parameter name matching external assert ruleset rule parameter" ]; fhir:ElementDefinition.definition [ fhir:value "Descriptive name for this parameter that matches the external assert ruleset rule parameter name." ]; fhir:ElementDefinition.comment [ fhir:value "The external rule template would be looking for the parameter by this name." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.ruleset.rule.param.name" ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 103; fhir:Element.id [ fhir:value "TestScript.ruleset.rule.param.value" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.ruleset.rule.param.value" ]; fhir:ElementDefinition.short [ fhir:value "Parameter value defined either explicitly or dynamically" ]; fhir:ElementDefinition.definition [ fhir:value "The value for the parameter that will be passed on to the external ruleset rule template." ]; fhir:ElementDefinition.comment [ fhir:value "This value can be overwritten by the assert.ruleset.rule.param.value i.e. TestScript.ruleset.rule.param.value will be used if assert.ruleset.rule.param.value is not specified. The param value can be a string-representation of a number, string, or boolean that is expected. Test engines do have to look for placeholders (${}) and replace the variable placeholders with the variable values at runtime before supplying this value to the external rule template." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.ruleset.rule.param.value" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 104; fhir:Element.id [ fhir:value "TestScript.setup" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup" ]; fhir:ElementDefinition.short [ fhir:value "A series of required setup operations before tests are executed" ]; fhir:ElementDefinition.definition [ fhir:value "A series of required setup operations before tests are executed." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ]; fhir:ElementDefinition.constraint [ fhir:index 0; fhir:ElementDefinition.key [ fhir:value "ele-1" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "All FHIR elements must have a @value or children" ]; fhir:ElementDefinition.expression [ fhir:value "hasValue() or (children().count() > id.count())" ]; fhir:ElementDefinition.xpath [ fhir:value "@value|f:*|h:div" ]; fhir:ElementDefinition.source [ fhir:value "Element" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 105; fhir:Element.id [ fhir:value "TestScript.setup.id" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.id" ]; fhir:ElementDefinition.representation [ fhir:value "xmlAttr"; fhir:index 0 ]; fhir:ElementDefinition.short [ fhir:value "xml:id (or equivalent in JSON)" ]; fhir:ElementDefinition.definition [ fhir:value "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.id" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 106; fhir:Element.id [ fhir:value "TestScript.setup.extension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.extension" ]; fhir:ElementDefinition.short [ fhir:value "Additional content defined by implementations" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.extension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 107; fhir:Element.id [ fhir:value "TestScript.setup.modifierExtension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.modifierExtension" ]; fhir:ElementDefinition.short [ fhir:value "Extensions that cannot be ignored if unrecognized" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ], [ fhir:value "modifiers"; fhir:index 2 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "BackboneElement.modifierExtension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "true" ]; fhir:ElementDefinition.isModifierReason [ fhir:value "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "N/A" ] ] ], [ fhir:index 108; fhir:Element.id [ fhir:value "TestScript.setup.action" ]; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name" ]; fhir:Extension.value [ fhir:value "SetupAction" ] ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action" ]; fhir:ElementDefinition.short [ fhir:value "A setup operation or assert to perform" ]; fhir:ElementDefinition.definition [ fhir:value "Action would contain either an operation or an assertion." ]; fhir:ElementDefinition.comment [ fhir:value "An action should contain either an operation or an assertion but not both. It can contain any number of variables." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action" ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ]; fhir:ElementDefinition.constraint [ fhir:index 0; fhir:ElementDefinition.key [ fhir:value "ele-1" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "All FHIR elements must have a @value or children" ]; fhir:ElementDefinition.expression [ fhir:value "hasValue() or (children().count() > id.count())" ]; fhir:ElementDefinition.xpath [ fhir:value "@value|f:*|h:div" ]; fhir:ElementDefinition.source [ fhir:value "Element" ] ], [ fhir:index 1; fhir:ElementDefinition.key [ fhir:value "tst-1" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "Setup action SHALL contain either an operation or assert but not both." ]; fhir:ElementDefinition.expression [ fhir:value "operation.exists() xor assert.exists()" ]; fhir:ElementDefinition.xpath [ fhir:value "(f:operation or f:assert) and not(f:operation and f:assert)" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 109; fhir:Element.id [ fhir:value "TestScript.setup.action.id" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.id" ]; fhir:ElementDefinition.representation [ fhir:value "xmlAttr"; fhir:index 0 ]; fhir:ElementDefinition.short [ fhir:value "xml:id (or equivalent in JSON)" ]; fhir:ElementDefinition.definition [ fhir:value "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.id" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 110; fhir:Element.id [ fhir:value "TestScript.setup.action.extension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.extension" ]; fhir:ElementDefinition.short [ fhir:value "Additional content defined by implementations" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.extension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 111; fhir:Element.id [ fhir:value "TestScript.setup.action.modifierExtension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.modifierExtension" ]; fhir:ElementDefinition.short [ fhir:value "Extensions that cannot be ignored if unrecognized" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ], [ fhir:value "modifiers"; fhir:index 2 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "BackboneElement.modifierExtension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "true" ]; fhir:ElementDefinition.isModifierReason [ fhir:value "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "N/A" ] ] ], [ fhir:index 112; fhir:Element.id [ fhir:value "TestScript.setup.action.operation" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation" ]; fhir:ElementDefinition.short [ fhir:value "The setup operation to perform" ]; fhir:ElementDefinition.definition [ fhir:value "The operation to perform." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ]; fhir:ElementDefinition.constraint [ fhir:index 0; fhir:ElementDefinition.key [ fhir:value "ele-1" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "All FHIR elements must have a @value or children" ]; fhir:ElementDefinition.expression [ fhir:value "hasValue() or (children().count() > id.count())" ]; fhir:ElementDefinition.xpath [ fhir:value "@value|f:*|h:div" ]; fhir:ElementDefinition.source [ fhir:value "Element" ] ], [ fhir:index 1; fhir:ElementDefinition.key [ fhir:value "tst-7" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "Setup operation SHALL contain either sourceId or targetId or params or url." ]; fhir:ElementDefinition.expression [ fhir:value "sourceId.exists() or (targetId.count() + url.count() + params.count() = 1) or (type.code in ('capabilities' |'search' | 'transaction' | 'history'))" ]; fhir:ElementDefinition.xpath [ fhir:value "f:sourceId or ((f:targetId or f:url or f:params) and (count(f:targetId) + count(f:url) + count(f:params) =1)) or (f:type/f:code/@value='capabilities' or f:type/f:code/@value='search' or f:type/f:code/@value='transaction' or f:type/f:code/@value='history')" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 113; fhir:Element.id [ fhir:value "TestScript.setup.action.operation.id" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.id" ]; fhir:ElementDefinition.representation [ fhir:value "xmlAttr"; fhir:index 0 ]; fhir:ElementDefinition.short [ fhir:value "xml:id (or equivalent in JSON)" ]; fhir:ElementDefinition.definition [ fhir:value "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.id" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 114; fhir:Element.id [ fhir:value "TestScript.setup.action.operation.extension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.extension" ]; fhir:ElementDefinition.short [ fhir:value "Additional content defined by implementations" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.extension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 115; fhir:Element.id [ fhir:value "TestScript.setup.action.operation.modifierExtension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.modifierExtension" ]; fhir:ElementDefinition.short [ fhir:value "Extensions that cannot be ignored if unrecognized" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ], [ fhir:value "modifiers"; fhir:index 2 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "BackboneElement.modifierExtension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "true" ]; fhir:ElementDefinition.isModifierReason [ fhir:value "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "N/A" ] ] ], [ fhir:index 116; fhir:Element.id [ fhir:value "TestScript.setup.action.operation.type" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.type" ]; fhir:ElementDefinition.short [ fhir:value "The operation code type that will be executed" ]; fhir:ElementDefinition.definition [ fhir:value "Server interaction or operation type." ]; fhir:ElementDefinition.comment [ fhir:value "See http://build.fhir.org/http.html for list of server interactions." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.type" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Coding" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "TestScriptOperationCode" ] ]; fhir:ElementDefinition.strength [ fhir:value "extensible" ]; fhir:ElementDefinition.description [ fhir:value "The allowable operation code types." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/testscript-operation-codes" ] ] ], [ fhir:index 117; fhir:Element.id [ fhir:value "TestScript.setup.action.operation.resource" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.resource" ]; fhir:ElementDefinition.short [ fhir:value "Resource type" ]; fhir:ElementDefinition.definition [ fhir:value "The type of the resource. See http://build.fhir.org/resourcelist.html." ]; fhir:ElementDefinition.comment [ fhir:value "If \"url\" element is specified, then \"targetId\", \"params\", and \"resource\" elements will be ignored as \"url\" element will have everything needed for constructing the request url. If \"params\" element is specified, then \"targetId\" element is ignored. For FHIR operations that require a resource (e.g. \"read\" and \"vread\" operations), the \"resource\" element must be specified when \"params\" element is specified. If \"url\" and \"params\" elements are absent, then the request url will be constructed from \"targetId\" fixture if present. For \"read\" operation, the resource and id values will be extracted from \"targetId\" fixture and used to construct the url. For \"vread\" and \"history\" operations, the versionId value will also be used." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.resource" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "code" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "FHIRDefinedType" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding" ]; fhir:Extension.value [ fhir:value "true" ] ]; fhir:ElementDefinition.strength [ fhir:value "required" ]; fhir:ElementDefinition.description [ fhir:value "A list of all the concrete types defined in this version of the FHIR specification - Data Types and Resource Types." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/defined-types" ] ] ], [ fhir:index 118; fhir:Element.id [ fhir:value "TestScript.setup.action.operation.label" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.label" ]; fhir:ElementDefinition.short [ fhir:value "Tracking/logging operation label" ]; fhir:ElementDefinition.definition [ fhir:value "The label would be used for tracking/logging purposes by test engines." ]; fhir:ElementDefinition.comment [ fhir:value "This has no impact on the verification itself." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.label" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 119; fhir:Element.id [ fhir:value "TestScript.setup.action.operation.description" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.description" ]; fhir:ElementDefinition.short [ fhir:value "Tracking/reporting operation description" ]; fhir:ElementDefinition.definition [ fhir:value "The description would be used by test engines for tracking and reporting purposes." ]; fhir:ElementDefinition.comment [ fhir:value "This has no impact on the verification itself." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.description" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 120; fhir:Element.id [ fhir:value "TestScript.setup.action.operation.accept" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.accept" ]; fhir:ElementDefinition.short [ fhir:value "Mime type to accept in the payload of the response, with charset etc." ]; fhir:ElementDefinition.definition [ fhir:value "The mime-type to use for RESTful operation in the 'Accept' header." ]; fhir:ElementDefinition.comment [ fhir:value "If this is specified, then test engine shall set the 'Accept' header to the corresponding value. If you'd like to explicitly set the 'Accept' to some other value then use the 'requestHeader' element." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.accept" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "code" ] ]; fhir:ElementDefinition.example [ fhir:index 0; fhir:ElementDefinition.label [ fhir:value "General" ]; fhir:ElementDefinition.value [ fhir:value "application/fhir+xml" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "MimeType" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding" ]; fhir:Extension.value [ fhir:value "true" ] ]; fhir:ElementDefinition.strength [ fhir:value "required" ]; fhir:ElementDefinition.description [ fhir:value "The mime type of an attachment. Any valid mime type is allowed." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/mimetypes" ] ] ], [ fhir:index 121; fhir:Element.id [ fhir:value "TestScript.setup.action.operation.contentType" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.contentType" ]; fhir:ElementDefinition.short [ fhir:value "Mime type of the request payload contents, with charset etc." ]; fhir:ElementDefinition.definition [ fhir:value "The mime-type to use for RESTful operation in the 'Content-Type' header." ]; fhir:ElementDefinition.comment [ fhir:value "If this is specified, then test engine shall set the 'Content-Type' header to the corresponding value. If you'd like to explicitly set the 'Content-Type' to some other value then use the 'requestHeader' element." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.contentType" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "code" ] ]; fhir:ElementDefinition.example [ fhir:index 0; fhir:ElementDefinition.label [ fhir:value "General" ]; fhir:ElementDefinition.value [ fhir:value "application/fhir+xml" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "MimeType" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding" ]; fhir:Extension.value [ fhir:value "true" ] ]; fhir:ElementDefinition.strength [ fhir:value "required" ]; fhir:ElementDefinition.description [ fhir:value "The mime type of an attachment. Any valid mime type is allowed." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/mimetypes" ] ] ], [ fhir:index 122; fhir:Element.id [ fhir:value "TestScript.setup.action.operation.destination" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.destination" ]; fhir:ElementDefinition.short [ fhir:value "Server responding to the request" ]; fhir:ElementDefinition.definition [ fhir:value "The server where the request message is destined for. Must be one of the server numbers listed in TestScript.destination section." ]; fhir:ElementDefinition.comment [ fhir:value "If multiple TestScript.destination elements are defined and operation.destination is undefined, test engine will report an error as it cannot determine what destination to use for the exchange." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.destination" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "integer" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 123; fhir:Element.id [ fhir:value "TestScript.setup.action.operation.encodeRequestUrl" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.encodeRequestUrl" ]; fhir:ElementDefinition.short [ fhir:value "Whether or not to send the request url in encoded format" ]; fhir:ElementDefinition.definition [ fhir:value "Whether or not to implicitly send the request url in encoded format. The default is true to match the standard RESTful client behavior. Set to false when communicating with a server that does not support encoded url paths." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.encodeRequestUrl" ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "boolean" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 124; fhir:Element.id [ fhir:value "TestScript.setup.action.operation.origin" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.origin" ]; fhir:ElementDefinition.short [ fhir:value "Server initiating the request" ]; fhir:ElementDefinition.definition [ fhir:value "The server where the request message originates from. Must be one of the server numbers listed in TestScript.origin section." ]; fhir:ElementDefinition.comment [ fhir:value "If absent, test engine will send the message. When present, test engine will not send the request message but will wait for the request message to be sent from this origin server." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.origin" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "integer" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 125; fhir:Element.id [ fhir:value "TestScript.setup.action.operation.params" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.params" ]; fhir:ElementDefinition.short [ fhir:value "Explicitly defined path parameters" ]; fhir:ElementDefinition.definition [ fhir:value "Path plus parameters after [type]. Used to set parts of the request URL explicitly." ]; fhir:ElementDefinition.comment [ fhir:value "If \"url\" element is specified, then \"targetId\", \"params\", and \"resource\" elements will be ignored as \"url\" element will have everything needed for constructing the request url. If \"params\" element is specified, then \"targetId\" element is ignored. For FHIR operations that require a resource (e.g. \"read\" and \"vread\" operations), the \"resource\" element must be specified when \"params\" element is specified. If \"url\" and \"params\" elements are absent, then the request url will be constructed from \"targetId\" fixture if present. For \"read\" operation, the resource and id values will be extracted from \"targetId\" fixture and used to construct the url. For \"vread\" and \"history\" operations, the versionId value will also be used. Test engines would append whatever is specified for \"params\" to the URL after the resource type without tampering with the string (beyond encoding the URL for HTTP). The \"params\" element does not correspond exactly to \"search parameters\". Nor is it the \"path\". It corresponds to the part of the URL that comes after the [type] (when \"resource\" element is specified); e.g. It corresponds to \"/[id]/_history/[vid] {?_format=[mime-type]}\" in the following operation: GET [base]/[type]/[id]/_history/[vid] {?_format=[mime-type]} Test engines do have to look for placeholders (${}) and replace the variable placeholders with the variable values at runtime before sending the request." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.params" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 126; fhir:Element.id [ fhir:value "TestScript.setup.action.operation.requestHeader" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.requestHeader" ]; fhir:ElementDefinition.short [ fhir:value "Each operation can have one or more header elements" ]; fhir:ElementDefinition.definition [ fhir:value "Header elements would be used to set HTTP headers." ]; fhir:ElementDefinition.comment [ fhir:value "This gives control to test-script writers to set headers explicitly based on test requirements. It will allow for testing using: - \"If-Modified-Since\" and \"If-None-Match\" headers. See http://build.fhir.org/http.html#2.1.0.5.1 - \"If-Match\" header. See http://build.fhir.org/http.html#2.1.0.11 - Conditional Create using \"If-None-Exist\". See http://build.fhir.org/http.html#2.1.0.13.1 - Invalid \"Content-Type\" header for negative testing. - etc." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.requestHeader" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ]; fhir:ElementDefinition.constraint [ fhir:index 0; fhir:ElementDefinition.key [ fhir:value "ele-1" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "All FHIR elements must have a @value or children" ]; fhir:ElementDefinition.expression [ fhir:value "hasValue() or (children().count() > id.count())" ]; fhir:ElementDefinition.xpath [ fhir:value "@value|f:*|h:div" ]; fhir:ElementDefinition.source [ fhir:value "Element" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 127; fhir:Element.id [ fhir:value "TestScript.setup.action.operation.requestHeader.id" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.requestHeader.id" ]; fhir:ElementDefinition.representation [ fhir:value "xmlAttr"; fhir:index 0 ]; fhir:ElementDefinition.short [ fhir:value "xml:id (or equivalent in JSON)" ]; fhir:ElementDefinition.definition [ fhir:value "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.id" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 128; fhir:Element.id [ fhir:value "TestScript.setup.action.operation.requestHeader.extension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.requestHeader.extension" ]; fhir:ElementDefinition.short [ fhir:value "Additional content defined by implementations" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.extension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 129; fhir:Element.id [ fhir:value "TestScript.setup.action.operation.requestHeader.modifierExtension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.requestHeader.modifierExtension" ]; fhir:ElementDefinition.short [ fhir:value "Extensions that cannot be ignored if unrecognized" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ], [ fhir:value "modifiers"; fhir:index 2 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "BackboneElement.modifierExtension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "true" ]; fhir:ElementDefinition.isModifierReason [ fhir:value "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "N/A" ] ] ], [ fhir:index 130; fhir:Element.id [ fhir:value "TestScript.setup.action.operation.requestHeader.field" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.requestHeader.field" ]; fhir:ElementDefinition.short [ fhir:value "HTTP header field name" ]; fhir:ElementDefinition.definition [ fhir:value "The HTTP header field e.g. \"Accept\"." ]; fhir:ElementDefinition.comment [ fhir:value "If header element is specified, then field is required." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.requestHeader.field" ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 131; fhir:Element.id [ fhir:value "TestScript.setup.action.operation.requestHeader.value" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.requestHeader.value" ]; fhir:ElementDefinition.short [ fhir:value "HTTP headerfield value" ]; fhir:ElementDefinition.definition [ fhir:value "The value of the header e.g. \"application/fhir+xml\"." ]; fhir:ElementDefinition.comment [ fhir:value "If header element is specified, then value is required. No conversions will be done by the test engine e.g. \"xml\" to \"application/fhir+xml\". The values will be set in HTTP headers \"as-is\". Test engines do have to look for placeholders (${}) and replace the variable placeholders with the variable values at runtime before sending the request." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.requestHeader.value" ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 132; fhir:Element.id [ fhir:value "TestScript.setup.action.operation.requestId" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.requestId" ]; fhir:ElementDefinition.short [ fhir:value "Fixture Id of mapped request" ]; fhir:ElementDefinition.definition [ fhir:value "The fixture id (maybe new) to map to the request." ]; fhir:ElementDefinition.comment [ fhir:value "If a requestId is supplied, then the resulting request (both headers and body) is mapped to the fixture ID (which may be entirely new and previously undeclared) designated by \"requestId\". If requestId is not specified, it is the test engine's responsibility to store the request and use it as the requestId in subsequent assertions when assertion path and/or headerField is specified, direction is equal to request, and the requestId in not specified." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.requestId" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "id" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 133; fhir:Element.id [ fhir:value "TestScript.setup.action.operation.responseId" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.responseId" ]; fhir:ElementDefinition.short [ fhir:value "Fixture Id of mapped response" ]; fhir:ElementDefinition.definition [ fhir:value "The fixture id (maybe new) to map to the response." ]; fhir:ElementDefinition.comment [ fhir:value "If a responseId is supplied, and the server responds, then the resulting response (both headers and body) is mapped to the fixture ID (which may be entirely new and previously undeclared) designated by \"responseId\". If responseId is not specified, it is the test engine's responsibility to store the response and use it as the responseId in subsequent assertions when assertion path and/or headerField is specified and the responseId is not specified." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.responseId" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "id" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 134; fhir:Element.id [ fhir:value "TestScript.setup.action.operation.sourceId" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.sourceId" ]; fhir:ElementDefinition.short [ fhir:value "Fixture Id of body for PUT and POST requests" ]; fhir:ElementDefinition.definition [ fhir:value "The id of the fixture used as the body of a PUT or POST request." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.sourceId" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "id" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 135; fhir:Element.id [ fhir:value "TestScript.setup.action.operation.targetId" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.targetId" ]; fhir:ElementDefinition.short [ fhir:value "Id of fixture used for extracting the [id], [type], and [vid] for GET requests" ]; fhir:ElementDefinition.definition [ fhir:value "Id of fixture used for extracting the [id], [type], and [vid] for GET requests." ]; fhir:ElementDefinition.comment [ fhir:value "If \"url\" element is specified, then \"targetId\", \"params\", and \"resource\" elements will be ignored as \"url\" element will have everything needed for constructing the request url. If \"params\" element is specified, then \"targetId\" element is ignored. For FHIR operations that require a resource (e.g. \"read\" and \"vread\" operations), the \"resource\" element must be specified when \"params\" element is specified. If \"url\" and \"params\" elements are absent, then the request url will be constructed from \"targetId\" fixture if present. For \"read\" operation, the resource and id values will be extracted from \"targetId\" fixture and used to construct the url. For \"vread\" and \"history\" operations, the versionId value will also be used." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.targetId" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "id" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 136; fhir:Element.id [ fhir:value "TestScript.setup.action.operation.url" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.url" ]; fhir:ElementDefinition.short [ fhir:value "Request URL" ]; fhir:ElementDefinition.definition [ fhir:value "Complete request URL." ]; fhir:ElementDefinition.comment [ fhir:value "Used to set the request URL explicitly. If \"url\" element is defined, then \"targetId\", \"resource\", and \"params\" elements will be ignored. Test engines would use whatever is specified in \"url\" without tampering with the string (beyond encoding the URL for HTTP). Test engines do have to look for placeholders (${}) and replace the variable placeholders with the variable values at runtime before sending the request." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.url" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 137; fhir:Element.id [ fhir:value "TestScript.setup.action.assert" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert" ]; fhir:ElementDefinition.short [ fhir:value "The assertion to perform" ]; fhir:ElementDefinition.definition [ fhir:value "Evaluates the results of previous operations to determine if the server under test behaves appropriately." ]; fhir:ElementDefinition.comment [ fhir:value "In order to evaluate an assertion, the request, response, and results of the most recently executed operation must always be maintained by the test engine." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ]; fhir:ElementDefinition.constraint [ fhir:index 0; fhir:ElementDefinition.key [ fhir:value "ele-1" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "All FHIR elements must have a @value or children" ]; fhir:ElementDefinition.expression [ fhir:value "hasValue() or (children().count() > id.count())" ]; fhir:ElementDefinition.xpath [ fhir:value "@value|f:*|h:div" ]; fhir:ElementDefinition.source [ fhir:value "Element" ] ], [ fhir:index 1; fhir:ElementDefinition.key [ fhir:value "tst-12" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "Setup action assert response and responseCode SHALL be empty when direction equals request" ]; fhir:ElementDefinition.expression [ fhir:value "(response.empty() and responseCode.empty() and direction = 'request') or direction.empty() or direction = 'response'" ]; fhir:ElementDefinition.xpath [ fhir:value "((count(f:response) + count(f:responseCode)) = 0 and (f:direction/@value='request')) or (count(f:direction) = 0) or (f:direction/@value='response')" ] ], [ fhir:index 2; fhir:ElementDefinition.key [ fhir:value "tst-5" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "Only a single assertion SHALL be present within setup action assert element." ]; fhir:ElementDefinition.expression [ fhir:value "contentType.count() + expression.count() + headerField.count() + minimumId.count() + navigationLinks.count() + path.count() + requestMethod.count() + resource.count() + responseCode.count() + response.count() + rule.count() + ruleset.count() + validateProfileId.count() <=1" ]; fhir:ElementDefinition.xpath [ fhir:value "count(f:contentType) + count(f:expression) + count(f:headerField) + count(f:minimumId) + count(f:navigationLinks) + count(f:path) + count(f:requestMethod) + count(f:resource) + count(f:responseCode) + count(f:response) + count(f:rule) + count(f:ruleset) + count(f:validateProfileId) <=1" ] ], [ fhir:index 3; fhir:ElementDefinition.key [ fhir:value "tst-10" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "Setup action assert SHALL contain either compareToSourceId and compareToSourceExpression, compareToSourceId and compareToSourcePath or neither." ]; fhir:ElementDefinition.expression [ fhir:value "compareToSourceId.empty() xor (compareToSourceExpression.exists() or compareToSourcePath.exists())" ]; fhir:ElementDefinition.xpath [ fhir:value "(f:compareToSourceId and f:compareToSourceExpression) or (f:compareToSourceId and f:compareToSourcePath) or not(f:compareToSourceId or f:compareToSourceExpression or f:compareToSourcePath)" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 138; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.id" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.id" ]; fhir:ElementDefinition.representation [ fhir:value "xmlAttr"; fhir:index 0 ]; fhir:ElementDefinition.short [ fhir:value "xml:id (or equivalent in JSON)" ]; fhir:ElementDefinition.definition [ fhir:value "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.id" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 139; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.extension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.extension" ]; fhir:ElementDefinition.short [ fhir:value "Additional content defined by implementations" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.extension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 140; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.modifierExtension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.modifierExtension" ]; fhir:ElementDefinition.short [ fhir:value "Extensions that cannot be ignored if unrecognized" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ], [ fhir:value "modifiers"; fhir:index 2 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "BackboneElement.modifierExtension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "true" ]; fhir:ElementDefinition.isModifierReason [ fhir:value "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "N/A" ] ] ], [ fhir:index 141; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.label" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.label" ]; fhir:ElementDefinition.short [ fhir:value "Tracking/logging assertion label" ]; fhir:ElementDefinition.definition [ fhir:value "The label would be used for tracking/logging purposes by test engines." ]; fhir:ElementDefinition.comment [ fhir:value "This has no impact on the verification itself." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.label" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 142; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.description" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.description" ]; fhir:ElementDefinition.short [ fhir:value "Tracking/reporting assertion description" ]; fhir:ElementDefinition.definition [ fhir:value "The description would be used by test engines for tracking and reporting purposes." ]; fhir:ElementDefinition.comment [ fhir:value "This has no impact on the verification itself." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.description" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 143; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.direction" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.direction" ]; fhir:ElementDefinition.short [ fhir:value "response | request" ]; fhir:ElementDefinition.definition [ fhir:value "The direction to use for the assertion." ]; fhir:ElementDefinition.comment [ fhir:value "If the direction is specified as \"response\" (the default), then the processing of this assert is against the received response message. If the direction is specified as \"request\", then the processing of this assert is against the sent request message." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.direction" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "code" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "AssertionDirectionType" ] ]; fhir:ElementDefinition.strength [ fhir:value "required" ]; fhir:ElementDefinition.description [ fhir:value "The type of direction to use for assertion." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/assert-direction-codes" ] ] ], [ fhir:index 144; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.compareToSourceId" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.compareToSourceId" ]; fhir:ElementDefinition.short [ fhir:value "Id of the source fixture to be evaluated" ]; fhir:ElementDefinition.definition [ fhir:value "Id of the source fixture used as the contents to be evaluated by either the \"source/expression\" or \"sourceId/path\" definition." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.compareToSourceId" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 145; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.compareToSourceExpression" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.compareToSourceExpression" ]; fhir:ElementDefinition.short [ fhir:value "The FHIRPath expression to evaluate against the source fixture" ]; fhir:ElementDefinition.definition [ fhir:value "The FHIRPath expression to evaluate against the source fixture. When compareToSourceId is defined, either compareToSourceExpression or compareToSourcePath must be defined, but not both." ]; fhir:ElementDefinition.comment [ fhir:value "Thefhirpath expression to be evaluated against the expected fixture to compare to. Ignored if \"assert.value\" is used. The evaluation will be done before the assertion is evaluated." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.compareToSourceExpression" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 146; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.compareToSourcePath" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.compareToSourcePath" ]; fhir:ElementDefinition.short [ fhir:value "XPath or JSONPath expression to evaluate against the source fixture" ]; fhir:ElementDefinition.definition [ fhir:value "XPath or JSONPath expression to evaluate against the source fixture. When compareToSourceId is defined, either compareToSourceExpression or compareToSourcePath must be defined, but not both." ]; fhir:ElementDefinition.comment [ fhir:value "The XPath or JSONPath expression to be evaluated against the expected fixture to compare to. Ignored if \"assert.value\" is used. The evaluation will be done before the assertion is evaluated." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.compareToSourcePath" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 147; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.contentType" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.contentType" ]; fhir:ElementDefinition.short [ fhir:value "Mime type to compare against the 'Content-Type' header" ]; fhir:ElementDefinition.definition [ fhir:value "The mime-type contents to compare against the request or response message 'Content-Type' header." ]; fhir:ElementDefinition.comment [ fhir:value "If this is specified, then test engine shall confirm that the content-type of the last operation's headers is set to this value. If \"assert.sourceId\" element is specified, then the evaluation will be done against the headers mapped to that sourceId (and not the last operation's headers). If you'd like to have more control over the string, then use 'assert.headerField' instead." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.contentType" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "code" ] ]; fhir:ElementDefinition.example [ fhir:index 0; fhir:ElementDefinition.label [ fhir:value "General" ]; fhir:ElementDefinition.value [ fhir:value "application/fhir+xml" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "MimeType" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding" ]; fhir:Extension.value [ fhir:value "true" ] ]; fhir:ElementDefinition.strength [ fhir:value "required" ]; fhir:ElementDefinition.description [ fhir:value "The mime type of an attachment. Any valid mime type is allowed." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/mimetypes" ] ] ], [ fhir:index 148; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.expression" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.expression" ]; fhir:ElementDefinition.short [ fhir:value "The FHIRPath expression to be evaluated" ]; fhir:ElementDefinition.definition [ fhir:value "The FHIRPath expression to be evaluated against the request or response message contents - HTTP headers and payload." ]; fhir:ElementDefinition.comment [ fhir:value "If both \"expression\" and a \"fixtureId\" are specified, then the expression will be evaluated against the request or response body mapped to the fixtureId. If \"expression\" is specified and a \"fixtureId\" is not, then the expression will be evaluated against the response body of the last operation. Test engines are to store the request and response body and headers of the last operation at all times for subsequent assertions." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.expression" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 149; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.headerField" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.headerField" ]; fhir:ElementDefinition.short [ fhir:value "HTTP header field name" ]; fhir:ElementDefinition.definition [ fhir:value "The HTTP header field name e.g. 'Location'." ]; fhir:ElementDefinition.comment [ fhir:value "If \"headerField\" is specified then \"value\" must be specified. If \"sourceId\" is not specified, then \"headerField\" will be evaluated against the last operation's response headers. Test engines are to keep track of the last operation's response body and response headers." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.headerField" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 150; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.minimumId" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.minimumId" ]; fhir:ElementDefinition.short [ fhir:value "Fixture Id of minimum content resource" ]; fhir:ElementDefinition.definition [ fhir:value "The ID of a fixture. Asserts that the response contains at a minimum the fixture specified by minimumId." ]; fhir:ElementDefinition.comment [ fhir:value "Asserts that the response contains all the element/content in another fixture pointed to by minimumId. This can be a statically defined fixture or one that is dynamically set via responseId." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.minimumId" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 151; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.navigationLinks" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.navigationLinks" ]; fhir:ElementDefinition.short [ fhir:value "Perform validation on navigation links?" ]; fhir:ElementDefinition.definition [ fhir:value "Whether or not the test execution performs validation on the bundle navigation links." ]; fhir:ElementDefinition.comment [ fhir:value "Asserts that the Bundle contains first, last, and next links." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.navigationLinks" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "boolean" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 152; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.operator" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.operator" ]; fhir:ElementDefinition.short [ fhir:value "equals | notEquals | in | notIn | greaterThan | lessThan | empty | notEmpty | contains | notContains | eval" ]; fhir:ElementDefinition.definition [ fhir:value "The operator type defines the conditional behavior of the assert. If not defined, the default is equals." ]; fhir:ElementDefinition.comment [ fhir:value "Operators are useful especially for negative testing. If operator is not specified, then the \"equals\" operator is assumed; e.g. ```<code> <assert> <operator value=\"in\" /> <responseCode value=\"200,201,204\" /> </assert> <assert> <operator value=\"notEquals\" /> <response value=\"okay\"/> </assert> <assert> <operator value=\"greaterThan\" /> <responseHeader> <field value=\"Content-Length\" /> <value value=\"0\" /> </responseHeader/> </assert> </code> ```." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.operator" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "code" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "AssertionOperatorType" ] ]; fhir:ElementDefinition.strength [ fhir:value "required" ]; fhir:ElementDefinition.description [ fhir:value "The type of operator to use for assertion." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/assert-operator-codes" ] ] ], [ fhir:index 153; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.path" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.path" ]; fhir:ElementDefinition.short [ fhir:value "XPath or JSONPath expression" ]; fhir:ElementDefinition.definition [ fhir:value "The XPath or JSONPath expression to be evaluated against the fixture representing the response received from server." ]; fhir:ElementDefinition.comment [ fhir:value "If both \"path\" and a \"fixtureId\" are specified, then the path will be evaluated against the request or response body mapped to the fixtureId. If \"path\" is specified and a \"fixtureId\" is not, then the path will be evaluated against the response body of the last operation. Test engines are to store the request and response body and headers of the last operation at all times for subsequent assertions." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.path" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 154; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.requestMethod" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.requestMethod" ]; fhir:ElementDefinition.short [ fhir:value "delete | get | options | patch | post | put" ]; fhir:ElementDefinition.definition [ fhir:value "The request method or HTTP operation code to compare against that used by the client system under test." ]; fhir:ElementDefinition.comment [ fhir:value "If \"requestMethod\" is specified then it will be used in place of \"value\". The \"requestMethod\" will evaluate against the last operation's request HTTP operation." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.requestMethod" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "code" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "TestScriptRequestMethodCode" ] ]; fhir:ElementDefinition.strength [ fhir:value "required" ]; fhir:ElementDefinition.description [ fhir:value "The allowable request method or HTTP operation codes." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/http-operations" ] ] ], [ fhir:index 155; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.requestURL" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.requestURL" ]; fhir:ElementDefinition.short [ fhir:value "Request URL comparison value" ]; fhir:ElementDefinition.definition [ fhir:value "The value to use in a comparison against the request URL path string." ]; fhir:ElementDefinition.comment [ fhir:value "If \"requestURL\" is specified then it will be used in place of \"value\". The \"requestURL\" will evaluate against the last operation's full request URL path string." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.requestURL" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 156; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.resource" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.resource" ]; fhir:ElementDefinition.short [ fhir:value "Resource type" ]; fhir:ElementDefinition.definition [ fhir:value "The type of the resource. See http://build.fhir.org/resourcelist.html." ]; fhir:ElementDefinition.comment [ fhir:value "This will be expected resource type in response body e.g. in read, vread, search, etc. See http://build.fhir.org/resourcelist.html for complete list of resource types; e.g. <assert > <resourceType value=\"Patient\" </assert>." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.resource" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "code" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "FHIRDefinedType" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding" ]; fhir:Extension.value [ fhir:value "true" ] ]; fhir:ElementDefinition.strength [ fhir:value "required" ]; fhir:ElementDefinition.description [ fhir:value "A list of all the concrete types defined in this version of the FHIR specification - Data Types and Resource Types." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/defined-types" ] ] ], [ fhir:index 157; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.response" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.response" ]; fhir:ElementDefinition.short [ fhir:value "okay | created | noContent | notModified | bad | forbidden | notFound | methodNotAllowed | conflict | gone | preconditionFailed | unprocessable" ]; fhir:ElementDefinition.definition [ fhir:value "okay | created | noContent | notModified | bad | forbidden | notFound | methodNotAllowed | conflict | gone | preconditionFailed | unprocessable." ]; fhir:ElementDefinition.comment [ fhir:value "This is a shorter way of achieving similar verifications via \"assert.responseCode\". If you need more control, then use \"assert.responseCode\" e.g. <assert> <contentType value=\"json\" /> <response value=\"okay\"/> </assert>." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.response" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "code" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "AssertionResponseTypes" ] ]; fhir:ElementDefinition.strength [ fhir:value "required" ]; fhir:ElementDefinition.description [ fhir:value "The type of response code to use for assertion." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/assert-response-code-types" ] ] ], [ fhir:index 158; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.responseCode" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.responseCode" ]; fhir:ElementDefinition.short [ fhir:value "HTTP response code to test" ]; fhir:ElementDefinition.definition [ fhir:value "The value of the HTTP response code to be tested." ]; fhir:ElementDefinition.comment [ fhir:value "To be used with \"operator\" attribute value. Asserts that the response code equals this value if \"operator\" is not specified. If the operator is \"in\" or \"notIn\" then the responseCode would be a comma-separated list of values e.g. \"200,201\". Otherwise, it's expected to be a numeric value. If \"fixture\" is not specified, then the \"responseBodyId\" value of the last operation is assumed." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.responseCode" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 159; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.rule" ]; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name" ]; fhir:Extension.value [ fhir:value "ActionAssertRule" ] ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.rule" ]; fhir:ElementDefinition.short [ fhir:value "The reference to a TestScript.rule" ]; fhir:ElementDefinition.definition [ fhir:value "The TestScript.rule this assert will evaluate." ]; fhir:ElementDefinition.comment [ fhir:value "Each rule should get evaluated by test engines as one assertion regardless of how many assertions are contained within the external rule template. The impact of negative rule evaluation on test script execution is the same as an assertion failure which is described elsewhere in the TestScript resource." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.rule" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ]; fhir:ElementDefinition.constraint [ fhir:index 0; fhir:ElementDefinition.key [ fhir:value "ele-1" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "All FHIR elements must have a @value or children" ]; fhir:ElementDefinition.expression [ fhir:value "hasValue() or (children().count() > id.count())" ]; fhir:ElementDefinition.xpath [ fhir:value "@value|f:*|h:div" ]; fhir:ElementDefinition.source [ fhir:value "Element" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 160; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.rule.id" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.rule.id" ]; fhir:ElementDefinition.representation [ fhir:value "xmlAttr"; fhir:index 0 ]; fhir:ElementDefinition.short [ fhir:value "xml:id (or equivalent in JSON)" ]; fhir:ElementDefinition.definition [ fhir:value "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.id" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 161; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.rule.extension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.rule.extension" ]; fhir:ElementDefinition.short [ fhir:value "Additional content defined by implementations" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.extension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 162; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.rule.modifierExtension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.rule.modifierExtension" ]; fhir:ElementDefinition.short [ fhir:value "Extensions that cannot be ignored if unrecognized" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ], [ fhir:value "modifiers"; fhir:index 2 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "BackboneElement.modifierExtension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "true" ]; fhir:ElementDefinition.isModifierReason [ fhir:value "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "N/A" ] ] ], [ fhir:index 163; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.rule.ruleId" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.rule.ruleId" ]; fhir:ElementDefinition.short [ fhir:value "Id of the TestScript.rule" ]; fhir:ElementDefinition.definition [ fhir:value "The TestScript.rule id value this assert will evaluate." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.rule.ruleId" ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "id" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 164; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.rule.param" ]; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name" ]; fhir:Extension.value [ fhir:value "ActionAssertRuleParam" ] ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.rule.param" ]; fhir:ElementDefinition.short [ fhir:value "Rule parameter template" ]; fhir:ElementDefinition.definition [ fhir:value "Each rule template can take one or more parameters for rule evaluation." ]; fhir:ElementDefinition.comment [ fhir:value "The parameter value can be dynamic at runtime." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.rule.param" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ]; fhir:ElementDefinition.constraint [ fhir:index 0; fhir:ElementDefinition.key [ fhir:value "ele-1" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "All FHIR elements must have a @value or children" ]; fhir:ElementDefinition.expression [ fhir:value "hasValue() or (children().count() > id.count())" ]; fhir:ElementDefinition.xpath [ fhir:value "@value|f:*|h:div" ]; fhir:ElementDefinition.source [ fhir:value "Element" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 165; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.rule.param.id" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.rule.param.id" ]; fhir:ElementDefinition.representation [ fhir:value "xmlAttr"; fhir:index 0 ]; fhir:ElementDefinition.short [ fhir:value "xml:id (or equivalent in JSON)" ]; fhir:ElementDefinition.definition [ fhir:value "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.id" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 166; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.rule.param.extension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.rule.param.extension" ]; fhir:ElementDefinition.short [ fhir:value "Additional content defined by implementations" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.extension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 167; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.rule.param.modifierExtension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.rule.param.modifierExtension" ]; fhir:ElementDefinition.short [ fhir:value "Extensions that cannot be ignored if unrecognized" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ], [ fhir:value "modifiers"; fhir:index 2 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "BackboneElement.modifierExtension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "true" ]; fhir:ElementDefinition.isModifierReason [ fhir:value "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "N/A" ] ] ], [ fhir:index 168; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.rule.param.name" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.rule.param.name" ]; fhir:ElementDefinition.short [ fhir:value "Parameter name matching external assert rule parameter" ]; fhir:ElementDefinition.definition [ fhir:value "Descriptive name for this parameter that matches the external assert rule parameter name." ]; fhir:ElementDefinition.comment [ fhir:value "The external rule template would be looking for the parameter by this name." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.rule.param.name" ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 169; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.rule.param.value" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.rule.param.value" ]; fhir:ElementDefinition.short [ fhir:value "Parameter value defined either explicitly or dynamically" ]; fhir:ElementDefinition.definition [ fhir:value "The value for the parameter that will be passed on to the external rule template." ]; fhir:ElementDefinition.comment [ fhir:value "This value overwrites the value (if any) specified in TestScript.rule.param.value. The param value can be a string-representation of a number, string, or boolean that is expected. Test engines do have to look for placeholders (${}) and replace the variable placeholders with the variable values at runtime before supplying this value to the external rule template." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.rule.param.value" ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 170; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.ruleset" ]; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name" ]; fhir:Extension.value [ fhir:value "ActionAssertRuleset" ] ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.ruleset" ]; fhir:ElementDefinition.short [ fhir:value "The reference to a TestScript.ruleset" ]; fhir:ElementDefinition.definition [ fhir:value "The TestScript.ruleset this assert will evaluate." ]; fhir:ElementDefinition.comment [ fhir:value "Each rule within a ruleset should get evaluated by test engines as a separate assertion. The impact of negative rule evaluation on test script execution is the same as an assertion failure which is described elsewhere in the TestScript resource. If the first rule within the ruleset results in a failed assertion, then test engines do not have to evaluate the rest of the rules within the ruleset." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.ruleset" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ]; fhir:ElementDefinition.constraint [ fhir:index 0; fhir:ElementDefinition.key [ fhir:value "ele-1" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "All FHIR elements must have a @value or children" ]; fhir:ElementDefinition.expression [ fhir:value "hasValue() or (children().count() > id.count())" ]; fhir:ElementDefinition.xpath [ fhir:value "@value|f:*|h:div" ]; fhir:ElementDefinition.source [ fhir:value "Element" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 171; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.ruleset.id" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.ruleset.id" ]; fhir:ElementDefinition.representation [ fhir:value "xmlAttr"; fhir:index 0 ]; fhir:ElementDefinition.short [ fhir:value "xml:id (or equivalent in JSON)" ]; fhir:ElementDefinition.definition [ fhir:value "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.id" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 172; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.ruleset.extension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.ruleset.extension" ]; fhir:ElementDefinition.short [ fhir:value "Additional content defined by implementations" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.extension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 173; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.ruleset.modifierExtension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.ruleset.modifierExtension" ]; fhir:ElementDefinition.short [ fhir:value "Extensions that cannot be ignored if unrecognized" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ], [ fhir:value "modifiers"; fhir:index 2 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "BackboneElement.modifierExtension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "true" ]; fhir:ElementDefinition.isModifierReason [ fhir:value "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "N/A" ] ] ], [ fhir:index 174; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.ruleset.rulesetId" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.ruleset.rulesetId" ]; fhir:ElementDefinition.short [ fhir:value "Id of the TestScript.ruleset" ]; fhir:ElementDefinition.definition [ fhir:value "The TestScript.ruleset id value this assert will evaluate." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.ruleset.rulesetId" ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "id" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 175; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.ruleset.rule" ]; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name" ]; fhir:Extension.value [ fhir:value "ActionAssertRulesetRule" ] ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.ruleset.rule" ]; fhir:ElementDefinition.short [ fhir:value "The referenced rule within the ruleset" ]; fhir:ElementDefinition.definition [ fhir:value "The referenced rule within the external ruleset template." ]; fhir:ElementDefinition.comment [ fhir:value "This qualifies each param name so that a parameter with the same name can be used differently by the different rules with the ruleset." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.ruleset.rule" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ]; fhir:ElementDefinition.constraint [ fhir:index 0; fhir:ElementDefinition.key [ fhir:value "ele-1" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "All FHIR elements must have a @value or children" ]; fhir:ElementDefinition.expression [ fhir:value "hasValue() or (children().count() > id.count())" ]; fhir:ElementDefinition.xpath [ fhir:value "@value|f:*|h:div" ]; fhir:ElementDefinition.source [ fhir:value "Element" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 176; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.ruleset.rule.id" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.ruleset.rule.id" ]; fhir:ElementDefinition.representation [ fhir:value "xmlAttr"; fhir:index 0 ]; fhir:ElementDefinition.short [ fhir:value "xml:id (or equivalent in JSON)" ]; fhir:ElementDefinition.definition [ fhir:value "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.id" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 177; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.ruleset.rule.extension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.ruleset.rule.extension" ]; fhir:ElementDefinition.short [ fhir:value "Additional content defined by implementations" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.extension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 178; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.ruleset.rule.modifierExtension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.ruleset.rule.modifierExtension" ]; fhir:ElementDefinition.short [ fhir:value "Extensions that cannot be ignored if unrecognized" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ], [ fhir:value "modifiers"; fhir:index 2 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "BackboneElement.modifierExtension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "true" ]; fhir:ElementDefinition.isModifierReason [ fhir:value "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "N/A" ] ] ], [ fhir:index 179; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.ruleset.rule.ruleId" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.ruleset.rule.ruleId" ]; fhir:ElementDefinition.short [ fhir:value "Id of referenced rule within the ruleset" ]; fhir:ElementDefinition.definition [ fhir:value "Id of the referenced rule within the external ruleset template." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.ruleset.rule.ruleId" ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "id" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 180; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.ruleset.rule.param" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.ruleset.rule.param" ]; fhir:ElementDefinition.short [ fhir:value "Rule parameter template" ]; fhir:ElementDefinition.definition [ fhir:value "Each rule template can take one or more parameters for rule evaluation." ]; fhir:ElementDefinition.comment [ fhir:value "The parameter value can be dynamic at runtime." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.ruleset.rule.param" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ]; fhir:ElementDefinition.constraint [ fhir:index 0; fhir:ElementDefinition.key [ fhir:value "ele-1" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "All FHIR elements must have a @value or children" ]; fhir:ElementDefinition.expression [ fhir:value "hasValue() or (children().count() > id.count())" ]; fhir:ElementDefinition.xpath [ fhir:value "@value|f:*|h:div" ]; fhir:ElementDefinition.source [ fhir:value "Element" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 181; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.ruleset.rule.param.id" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.ruleset.rule.param.id" ]; fhir:ElementDefinition.representation [ fhir:value "xmlAttr"; fhir:index 0 ]; fhir:ElementDefinition.short [ fhir:value "xml:id (or equivalent in JSON)" ]; fhir:ElementDefinition.definition [ fhir:value "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.id" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 182; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.ruleset.rule.param.extension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.ruleset.rule.param.extension" ]; fhir:ElementDefinition.short [ fhir:value "Additional content defined by implementations" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.extension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 183; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.ruleset.rule.param.modifierExtension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.ruleset.rule.param.modifierExtension" ]; fhir:ElementDefinition.short [ fhir:value "Extensions that cannot be ignored if unrecognized" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ], [ fhir:value "modifiers"; fhir:index 2 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "BackboneElement.modifierExtension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "true" ]; fhir:ElementDefinition.isModifierReason [ fhir:value "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "N/A" ] ] ], [ fhir:index 184; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.ruleset.rule.param.name" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.ruleset.rule.param.name" ]; fhir:ElementDefinition.short [ fhir:value "Parameter name matching external assert ruleset rule parameter" ]; fhir:ElementDefinition.definition [ fhir:value "Descriptive name for this parameter that matches the external assert ruleset rule parameter name." ]; fhir:ElementDefinition.comment [ fhir:value "The external rule template would be looking for the parameter by this name." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.ruleset.rule.param.name" ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 185; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.ruleset.rule.param.value" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.ruleset.rule.param.value" ]; fhir:ElementDefinition.short [ fhir:value "Parameter value defined either explicitly or dynamically" ]; fhir:ElementDefinition.definition [ fhir:value "The value for the parameter that will be passed on to the external ruleset rule template." ]; fhir:ElementDefinition.comment [ fhir:value "This value overwrites the value (if any) specified in TestScript.ruleset.rule.param.value. The param value can be a string-representation of a number, string, or boolean that is expected. Test engines do have to look for placeholders (${}) and replace the variable placeholders with the variable values at runtime before supplying this value to the external rule template." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.ruleset.rule.param.value" ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 186; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.sourceId" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.sourceId" ]; fhir:ElementDefinition.short [ fhir:value "Fixture Id of source expression or headerField" ]; fhir:ElementDefinition.definition [ fhir:value "Fixture to evaluate the XPath/JSONPath expression or the headerField against." ]; fhir:ElementDefinition.comment [ fhir:value "This can be a statically defined fixture (at the top of the testscript) or a dynamically set fixture created by responseId of the action.operation element." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.sourceId" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "id" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 187; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.validateProfileId" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.validateProfileId" ]; fhir:ElementDefinition.short [ fhir:value "Profile Id of validation profile reference" ]; fhir:ElementDefinition.definition [ fhir:value "The ID of the Profile to validate against." ]; fhir:ElementDefinition.comment [ fhir:value "The ID of a Profile fixture. Asserts that the response is valid according to the Profile specified by validateProfileId." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.validateProfileId" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "id" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 188; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.value" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.value" ]; fhir:ElementDefinition.short [ fhir:value "The value to compare to" ]; fhir:ElementDefinition.definition [ fhir:value "The value to compare to." ]; fhir:ElementDefinition.comment [ fhir:value "The string-representation of a number, string, or boolean that is expected. Test engines do have to look for placeholders (${}) and replace the variable placeholders with the variable values at runtime before comparing this value to the actual value." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.value" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 189; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.warningOnly" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.warningOnly" ]; fhir:ElementDefinition.short [ fhir:value "Will this assert produce a warning only on error?" ]; fhir:ElementDefinition.definition [ fhir:value "Whether or not the test execution will produce a warning only on error for this assert." ]; fhir:ElementDefinition.comment [ fhir:value "If this element is specified and it is true, then assertion failures can be logged by test engine but should not stop the test script execution from proceeding. There are likely cases where the spec is not clear on what should happen. If the spec says something is optional (maybe a response header for example), but a server doesn’t do it, we could choose to issue a warning." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.warningOnly" ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "boolean" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 190; fhir:Element.id [ fhir:value "TestScript.test" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.test" ]; fhir:ElementDefinition.short [ fhir:value "A test in this script" ]; fhir:ElementDefinition.definition [ fhir:value "A test in this script." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.test" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ]; fhir:ElementDefinition.constraint [ fhir:index 0; fhir:ElementDefinition.key [ fhir:value "ele-1" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "All FHIR elements must have a @value or children" ]; fhir:ElementDefinition.expression [ fhir:value "hasValue() or (children().count() > id.count())" ]; fhir:ElementDefinition.xpath [ fhir:value "@value|f:*|h:div" ]; fhir:ElementDefinition.source [ fhir:value "Element" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 191; fhir:Element.id [ fhir:value "TestScript.test.id" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.test.id" ]; fhir:ElementDefinition.representation [ fhir:value "xmlAttr"; fhir:index 0 ]; fhir:ElementDefinition.short [ fhir:value "xml:id (or equivalent in JSON)" ]; fhir:ElementDefinition.definition [ fhir:value "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.id" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 192; fhir:Element.id [ fhir:value "TestScript.test.extension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.test.extension" ]; fhir:ElementDefinition.short [ fhir:value "Additional content defined by implementations" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.extension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 193; fhir:Element.id [ fhir:value "TestScript.test.modifierExtension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.test.modifierExtension" ]; fhir:ElementDefinition.short [ fhir:value "Extensions that cannot be ignored if unrecognized" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ], [ fhir:value "modifiers"; fhir:index 2 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "BackboneElement.modifierExtension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "true" ]; fhir:ElementDefinition.isModifierReason [ fhir:value "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "N/A" ] ] ], [ fhir:index 194; fhir:Element.id [ fhir:value "TestScript.test.name" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.test.name" ]; fhir:ElementDefinition.short [ fhir:value "Tracking/logging name of this test" ]; fhir:ElementDefinition.definition [ fhir:value "The name of this test used for tracking/logging purposes by test engines." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.test.name" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 195; fhir:Element.id [ fhir:value "TestScript.test.description" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.test.description" ]; fhir:ElementDefinition.short [ fhir:value "Tracking/reporting short description of the test" ]; fhir:ElementDefinition.definition [ fhir:value "A short description of the test used by test engines for tracking and reporting purposes." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.test.description" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 196; fhir:Element.id [ fhir:value "TestScript.test.action" ]; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name" ]; fhir:Extension.value [ fhir:value "TestAction" ] ]; fhir:ElementDefinition.path [ fhir:value "TestScript.test.action" ]; fhir:ElementDefinition.short [ fhir:value "A test operation or assert to perform" ]; fhir:ElementDefinition.definition [ fhir:value "Action would contain either an operation or an assertion." ]; fhir:ElementDefinition.comment [ fhir:value "An action should contain either an operation or an assertion but not both. It can contain any number of variables." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.test.action" ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ]; fhir:ElementDefinition.constraint [ fhir:index 0; fhir:ElementDefinition.key [ fhir:value "ele-1" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "All FHIR elements must have a @value or children" ]; fhir:ElementDefinition.expression [ fhir:value "hasValue() or (children().count() > id.count())" ]; fhir:ElementDefinition.xpath [ fhir:value "@value|f:*|h:div" ]; fhir:ElementDefinition.source [ fhir:value "Element" ] ], [ fhir:index 1; fhir:ElementDefinition.key [ fhir:value "tst-2" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "Test action SHALL contain either an operation or assert but not both." ]; fhir:ElementDefinition.expression [ fhir:value "operation.exists() xor assert.exists()" ]; fhir:ElementDefinition.xpath [ fhir:value "(f:operation or f:assert) and not(f:operation and f:assert)" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 197; fhir:Element.id [ fhir:value "TestScript.test.action.id" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.test.action.id" ]; fhir:ElementDefinition.representation [ fhir:value "xmlAttr"; fhir:index 0 ]; fhir:ElementDefinition.short [ fhir:value "xml:id (or equivalent in JSON)" ]; fhir:ElementDefinition.definition [ fhir:value "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.id" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 198; fhir:Element.id [ fhir:value "TestScript.test.action.extension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.test.action.extension" ]; fhir:ElementDefinition.short [ fhir:value "Additional content defined by implementations" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.extension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 199; fhir:Element.id [ fhir:value "TestScript.test.action.modifierExtension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.test.action.modifierExtension" ]; fhir:ElementDefinition.short [ fhir:value "Extensions that cannot be ignored if unrecognized" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ], [ fhir:value "modifiers"; fhir:index 2 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "BackboneElement.modifierExtension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "true" ]; fhir:ElementDefinition.isModifierReason [ fhir:value "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "N/A" ] ] ], [ fhir:index 200; fhir:Element.id [ fhir:value "TestScript.test.action.operation" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.test.action.operation" ]; fhir:ElementDefinition.short [ fhir:value "The setup operation to perform" ]; fhir:ElementDefinition.definition [ fhir:value "An operation would involve a REST request to a server." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.test.action.operation" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.contentReference [ fhir:value "#TestScript.setup.action.operation" ]; fhir:ElementDefinition.constraint [ fhir:index 0; fhir:ElementDefinition.key [ fhir:value "tst-8" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "Test operation SHALL contain either sourceId or targetId or params or url." ]; fhir:ElementDefinition.expression [ fhir:value "sourceId.exists() or (targetId.count() + url.count() + params.count() = 1) or (type.code in ('capabilities' | 'search' | 'transaction' | 'history'))" ]; fhir:ElementDefinition.xpath [ fhir:value "f:sourceId or (f:targetId or f:url or f:params) and (count(f:targetId) + count(f:url) + count(f:params) =1) or (f:type/f:code/@value='capabilities' or f:type/f:code/@value='search' or f:type/f:code/@value='transaction' or f:type/f:code/@value='history')" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 201; fhir:Element.id [ fhir:value "TestScript.test.action.assert" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.test.action.assert" ]; fhir:ElementDefinition.short [ fhir:value "The setup assertion to perform" ]; fhir:ElementDefinition.definition [ fhir:value "Evaluates the results of previous operations to determine if the server under test behaves appropriately." ]; fhir:ElementDefinition.comment [ fhir:value "In order to evaluate an assertion, the request, response, and results of the most recently executed operation must always be maintained by the test engine." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.test.action.assert" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.contentReference [ fhir:value "#TestScript.setup.action.assert" ]; fhir:ElementDefinition.constraint [ fhir:index 0; fhir:ElementDefinition.key [ fhir:value "tst-11" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "Test action assert SHALL contain either compareToSourceId and compareToSourceExpression, compareToSourceId and compareToSourcePath or neither." ]; fhir:ElementDefinition.expression [ fhir:value "compareToSourceId.empty() xor (compareToSourceExpression.exists() or compareToSourcePath.exists())" ]; fhir:ElementDefinition.xpath [ fhir:value "(f:compareToSourceId and f:compareToSourceExpression) or (f:compareToSourceId and f:compareToSourcePath) or not(f:compareToSourceId or f:compareToSourceExpression or f:compareToSourcePath)" ] ], [ fhir:index 1; fhir:ElementDefinition.key [ fhir:value "tst-13" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "Test action assert response and response and responseCode SHALL be empty when direction equals request" ]; fhir:ElementDefinition.expression [ fhir:value "(response.empty() and responseCode.empty() and direction = 'request') or direction.empty() or direction = 'response'" ]; fhir:ElementDefinition.xpath [ fhir:value "((count(f:response) + count(f:responseCode)) = 0 and (f:direction/@value='request')) or (count(f:direction) = 0) or (f:direction/@value='response')" ] ], [ fhir:index 2; fhir:ElementDefinition.key [ fhir:value "tst-6" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "Only a single assertion SHALL be present within test action assert element." ]; fhir:ElementDefinition.expression [ fhir:value "contentType.count() + expression.count() + headerField.count() + minimumId.count() + navigationLinks.count() + path.count() + requestMethod.count() + resource.count() + responseCode.count() + response.count() + rule.count() + ruleset.count() + validateProfileId.count() <=1" ]; fhir:ElementDefinition.xpath [ fhir:value "count(f:contentType) + count(f:expression) + count(f:headerField) + count(f:minimumId) + count(f:navigationLinks) + count(f:path) + count(f:requestMethod) + count(f:resource) + count(f:responseCode) + count(f:response) + count(f:rule) + count(f:ruleset) + count(f:validateProfileId) <=1" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 202; fhir:Element.id [ fhir:value "TestScript.teardown" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.teardown" ]; fhir:ElementDefinition.short [ fhir:value "A series of required clean up steps" ]; fhir:ElementDefinition.definition [ fhir:value "A series of operations required to clean up after all the tests are executed (successfully or otherwise)." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.teardown" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ]; fhir:ElementDefinition.constraint [ fhir:index 0; fhir:ElementDefinition.key [ fhir:value "ele-1" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "All FHIR elements must have a @value or children" ]; fhir:ElementDefinition.expression [ fhir:value "hasValue() or (children().count() > id.count())" ]; fhir:ElementDefinition.xpath [ fhir:value "@value|f:*|h:div" ]; fhir:ElementDefinition.source [ fhir:value "Element" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 203; fhir:Element.id [ fhir:value "TestScript.teardown.id" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.teardown.id" ]; fhir:ElementDefinition.representation [ fhir:value "xmlAttr"; fhir:index 0 ]; fhir:ElementDefinition.short [ fhir:value "xml:id (or equivalent in JSON)" ]; fhir:ElementDefinition.definition [ fhir:value "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.id" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 204; fhir:Element.id [ fhir:value "TestScript.teardown.extension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.teardown.extension" ]; fhir:ElementDefinition.short [ fhir:value "Additional content defined by implementations" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.extension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 205; fhir:Element.id [ fhir:value "TestScript.teardown.modifierExtension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.teardown.modifierExtension" ]; fhir:ElementDefinition.short [ fhir:value "Extensions that cannot be ignored if unrecognized" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ], [ fhir:value "modifiers"; fhir:index 2 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "BackboneElement.modifierExtension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "true" ]; fhir:ElementDefinition.isModifierReason [ fhir:value "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "N/A" ] ] ], [ fhir:index 206; fhir:Element.id [ fhir:value "TestScript.teardown.action" ]; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name" ]; fhir:Extension.value [ fhir:value "TeardownAction" ] ]; fhir:ElementDefinition.path [ fhir:value "TestScript.teardown.action" ]; fhir:ElementDefinition.short [ fhir:value "One or more teardown operations to perform" ]; fhir:ElementDefinition.definition [ fhir:value "The teardown action will only contain an operation." ]; fhir:ElementDefinition.comment [ fhir:value "An action should contain either an operation or an assertion but not both. It can contain any number of variables." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.teardown.action" ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ]; fhir:ElementDefinition.constraint [ fhir:index 0; fhir:ElementDefinition.key [ fhir:value "ele-1" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "All FHIR elements must have a @value or children" ]; fhir:ElementDefinition.expression [ fhir:value "hasValue() or (children().count() > id.count())" ]; fhir:ElementDefinition.xpath [ fhir:value "@value|f:*|h:div" ]; fhir:ElementDefinition.source [ fhir:value "Element" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 207; fhir:Element.id [ fhir:value "TestScript.teardown.action.id" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.teardown.action.id" ]; fhir:ElementDefinition.representation [ fhir:value "xmlAttr"; fhir:index 0 ]; fhir:ElementDefinition.short [ fhir:value "xml:id (or equivalent in JSON)" ]; fhir:ElementDefinition.definition [ fhir:value "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.id" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 208; fhir:Element.id [ fhir:value "TestScript.teardown.action.extension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.teardown.action.extension" ]; fhir:ElementDefinition.short [ fhir:value "Additional content defined by implementations" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.extension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 209; fhir:Element.id [ fhir:value "TestScript.teardown.action.modifierExtension" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.teardown.action.modifierExtension" ]; fhir:ElementDefinition.short [ fhir:value "Extensions that cannot be ignored if unrecognized" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ], [ fhir:value "modifiers"; fhir:index 2 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "BackboneElement.modifierExtension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "true" ]; fhir:ElementDefinition.isModifierReason [ fhir:value "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "N/A" ] ] ], [ fhir:index 210; fhir:Element.id [ fhir:value "TestScript.teardown.action.operation" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.teardown.action.operation" ]; fhir:ElementDefinition.short [ fhir:value "The teardown operation to perform" ]; fhir:ElementDefinition.definition [ fhir:value "An operation would involve a REST request to a server." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "TestScript.teardown.action.operation" ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.contentReference [ fhir:value "#TestScript.setup.action.operation" ]; fhir:ElementDefinition.constraint [ fhir:index 0; fhir:ElementDefinition.key [ fhir:value "tst-9" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "Teardown operation SHALL contain either sourceId or targetId or params or url." ]; fhir:ElementDefinition.expression [ fhir:value "sourceId.exists() or (targetId.count() + url.count() + params.count() = 1) or (type.code in ('capabilities' | 'search' | 'transaction' | 'history'))" ]; fhir:ElementDefinition.xpath [ fhir:value "f:sourceId or (f:targetId or f:url or (f:params and f:resource)) and (count(f:targetId) + count(f:url) + count(f:params) =1) or (f:type/f:code/@value='capabilities' or f:type/f:code/@value='search' or f:type/f:code/@value='transaction' or f:type/f:code/@value='history')" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ] ]; fhir:StructureDefinition.differential [ fhir:StructureDefinition.element [ fhir:index 0; fhir:Element.id [ fhir:value "TestScript" ]; fhir:ElementDefinition.path [ fhir:value "TestScript" ]; fhir:ElementDefinition.short [ fhir:value "Describes a set of tests" ]; fhir:ElementDefinition.definition [ fhir:value "A structured set of tests against a FHIR server or client implementation to determine compliance against the FHIR specification." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.constraint [ fhir:index 0; fhir:ElementDefinition.key [ fhir:value "tst-0" ]; fhir:ElementDefinition.severity [ fhir:value "warning" ]; fhir:ElementDefinition.human [ fhir:value "Name should be usable as an identifier for the module by machine processing applications such as code generation" ]; fhir:ElementDefinition.expression [ fhir:value "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" ]; fhir:ElementDefinition.xpath [ fhir:value "not(exists(f:name/@value)) or matches(f:name/@value, '[A-Z]([A-Za-z0-9_]){0,254}')" ] ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 1; fhir:Element.id [ fhir:value "TestScript.url" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.url" ]; fhir:ElementDefinition.short [ fhir:value "Canonical identifier for this test script, represented as a URI (globally unique)" ]; fhir:ElementDefinition.definition [ fhir:value "An absolute URI that is used to identify this test script when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which at which an authoritative instance of this test script is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the test script is stored on different servers." ]; fhir:ElementDefinition.comment [ fhir:value "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions)." ]; fhir:ElementDefinition.requirements [ fhir:value "Allows the test script to be referenced by a single globally unique identifier." ]; fhir:ElementDefinition.alias [ fhir:value "url"; fhir:index 0 ], [ fhir:value "authoritative-url"; fhir:index 1 ], [ fhir:value "destination"; fhir:index 2 ], [ fhir:value "identity"; fhir:index 3 ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "uri" ] ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Definition.url" ] ], [ fhir:index 1; fhir:ElementDefinition.identity [ fhir:value "w5" ]; fhir:ElementDefinition.map [ fhir:value "FiveWs.identifier" ] ] ], [ fhir:index 2; fhir:Element.id [ fhir:value "TestScript.identifier" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.identifier" ]; fhir:ElementDefinition.short [ fhir:value "Additional identifier for the test script" ]; fhir:ElementDefinition.definition [ fhir:value "A formal identifier that is used to identify this test script when it is represented in other formats, or referenced in a specification, model, design or an instance." ]; fhir:ElementDefinition.comment [ fhir:value "Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this test script outside of FHIR, where it is not possible to use the logical URI." ]; fhir:ElementDefinition.requirements [ fhir:value "Allows externally provided and/or usable business identifiers to be easily associated with the module." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Identifier" ] ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Definition.identifier" ] ], [ fhir:index 1; fhir:ElementDefinition.identity [ fhir:value "w5" ]; fhir:ElementDefinition.map [ fhir:value "FiveWs.identifier" ] ], [ fhir:index 2; fhir:ElementDefinition.identity [ fhir:value "objimpl" ]; fhir:ElementDefinition.map [ fhir:value "no-gen-base" ] ] ], [ fhir:index 3; fhir:Element.id [ fhir:value "TestScript.version" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.version" ]; fhir:ElementDefinition.short [ fhir:value "Business version of the test script" ]; fhir:ElementDefinition.definition [ fhir:value "The identifier that is used to identify this version of the test script when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the test script author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence." ]; fhir:ElementDefinition.comment [ fhir:value "There may be different test script instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the test script with the format [url]|[version]." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Definition.version" ] ], [ fhir:index 1; fhir:ElementDefinition.identity [ fhir:value "w5" ]; fhir:ElementDefinition.map [ fhir:value "FiveWs.version" ] ] ], [ fhir:index 4; fhir:Element.id [ fhir:value "TestScript.name" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.name" ]; fhir:ElementDefinition.short [ fhir:value "Name for this test script (computer friendly)" ]; fhir:ElementDefinition.definition [ fhir:value "A natural language name identifying the test script. This name should be usable as an identifier for the module by machine processing applications such as code generation." ]; fhir:ElementDefinition.comment [ fhir:value "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly." ]; fhir:ElementDefinition.requirements [ fhir:value "Support human navigation and code generation." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.condition [ fhir:value "inv-0"; fhir:index 0 ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ] ], [ fhir:index 5; fhir:Element.id [ fhir:value "TestScript.title" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.title" ]; fhir:ElementDefinition.short [ fhir:value "Name for this test script (human friendly)" ]; fhir:ElementDefinition.definition [ fhir:value "A short, descriptive, user-friendly title for the test script." ]; fhir:ElementDefinition.comment [ fhir:value "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Definition.title" ] ] ], [ fhir:index 6; fhir:Element.id [ fhir:value "TestScript.status" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.status" ]; fhir:ElementDefinition.short [ fhir:value "draft | active | retired | unknown" ]; fhir:ElementDefinition.definition [ fhir:value "The status of this test script. Enables tracking the life-cycle of the content." ]; fhir:ElementDefinition.comment [ fhir:value "Allows filtering of test scripts that are appropriate for use versus not." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "code" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "true" ]; fhir:ElementDefinition.isModifierReason [ fhir:value "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "PublicationStatus" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding" ]; fhir:Extension.value [ fhir:value "true" ] ]; fhir:ElementDefinition.strength [ fhir:value "required" ]; fhir:ElementDefinition.description [ fhir:value "The lifecycle status of an artifact." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/publication-status" ] ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Definition.status" ] ], [ fhir:index 1; fhir:ElementDefinition.identity [ fhir:value "w5" ]; fhir:ElementDefinition.map [ fhir:value "FiveWs.status" ] ] ], [ fhir:index 7; fhir:Element.id [ fhir:value "TestScript.experimental" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.experimental" ]; fhir:ElementDefinition.short [ fhir:value "For testing purposes, not real usage" ]; fhir:ElementDefinition.definition [ fhir:value "A Boolean value to indicate that this test script is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage." ]; fhir:ElementDefinition.comment [ fhir:value "Allows filtering of test scripts that are appropriate for use versus not." ]; fhir:ElementDefinition.requirements [ fhir:value "Enables experimental content to be developed following the same lifecycle that would be used for a production-level test script." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "boolean" ] ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Definition.experimental" ] ], [ fhir:index 1; fhir:ElementDefinition.identity [ fhir:value "w5" ]; fhir:ElementDefinition.map [ fhir:value "FiveWs.class" ] ] ], [ fhir:index 8; fhir:Element.id [ fhir:value "TestScript.date" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.date" ]; fhir:ElementDefinition.short [ fhir:value "Date last changed" ]; fhir:ElementDefinition.definition [ fhir:value "The date (and optionally time) when the test script was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the test script changes." ]; fhir:ElementDefinition.comment [ fhir:value "Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the test script. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource." ]; fhir:ElementDefinition.alias [ fhir:value "Revision Date"; fhir:index 0 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "dateTime" ] ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Definition.date" ] ], [ fhir:index 1; fhir:ElementDefinition.identity [ fhir:value "w5" ]; fhir:ElementDefinition.map [ fhir:value "FiveWs.recorded" ] ] ], [ fhir:index 9; fhir:Element.id [ fhir:value "TestScript.publisher" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.publisher" ]; fhir:ElementDefinition.short [ fhir:value "Name of the publisher (organization or individual)" ]; fhir:ElementDefinition.definition [ fhir:value "The name of the organization or individual that published the test script." ]; fhir:ElementDefinition.comment [ fhir:value "Usually an organization but may be an individual. The publisher (or steward) of the test script is the organization or individual primarily responsible for the maintenance and upkeep of the test script. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the test script. This item SHOULD be populated unless the information is available from context." ]; fhir:ElementDefinition.requirements [ fhir:value "Helps establish the \"authority/credibility\" of the test script. May also allow for contact." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Definition.publisher" ] ], [ fhir:index 1; fhir:ElementDefinition.identity [ fhir:value "w5" ]; fhir:ElementDefinition.map [ fhir:value "FiveWs.witness" ] ] ], [ fhir:index 10; fhir:Element.id [ fhir:value "TestScript.contact" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.contact" ]; fhir:ElementDefinition.short [ fhir:value "Contact details for the publisher" ]; fhir:ElementDefinition.definition [ fhir:value "Contact details to assist a user in finding and communicating with the publisher." ]; fhir:ElementDefinition.comment [ fhir:value "May be a web site, an email address, a telephone number, etc." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "ContactDetail" ] ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Definition.contact" ] ] ], [ fhir:index 11; fhir:Element.id [ fhir:value "TestScript.description" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.description" ]; fhir:ElementDefinition.short [ fhir:value "Natural language description of the test script" ]; fhir:ElementDefinition.definition [ fhir:value "A free text natural language description of the test script from a consumer's perspective." ]; fhir:ElementDefinition.comment [ fhir:value "This description can be used to capture details such as why the test script was built, comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the test script as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the test script is presumed to be the predominant language in the place the test script was created)." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "markdown" ] ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Definition.description" ] ] ], [ fhir:index 12; fhir:Element.id [ fhir:value "TestScript.useContext" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.useContext" ]; fhir:ElementDefinition.short [ fhir:value "The context that the content is intended to support" ]; fhir:ElementDefinition.definition [ fhir:value "The content was developed with a focus and intent of supporting the contexts that are listed. These terms may be used to assist with indexing and searching for appropriate test script instances." ]; fhir:ElementDefinition.comment [ fhir:value "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply." ]; fhir:ElementDefinition.requirements [ fhir:value "Assist in searching for appropriate content." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "UsageContext" ] ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Definition.useContext" ] ] ], [ fhir:index 13; fhir:Element.id [ fhir:value "TestScript.jurisdiction" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.jurisdiction" ]; fhir:ElementDefinition.short [ fhir:value "Intended jurisdiction for test script (if applicable)" ]; fhir:ElementDefinition.definition [ fhir:value "A legal or geographic region in which the test script is intended to be used." ]; fhir:ElementDefinition.comment [ fhir:value "It may be possible for the test script to be used in jurisdictions other than those for which it was originally designed or intended." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "CodeableConcept" ] ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "Jurisdiction" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding" ]; fhir:Extension.value [ fhir:value "true" ] ]; fhir:ElementDefinition.strength [ fhir:value "extensible" ]; fhir:ElementDefinition.description [ fhir:value "Countries and regions within which this artifact is targeted for use." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/jurisdiction" ] ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Definition.jurisdiction" ] ] ], [ fhir:index 14; fhir:Element.id [ fhir:value "TestScript.purpose" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.purpose" ]; fhir:ElementDefinition.short [ fhir:value "Why this test script is defined" ]; fhir:ElementDefinition.definition [ fhir:value "Explanation of why this test script is needed and why it has been designed as it has." ]; fhir:ElementDefinition.comment [ fhir:value "This element does not describe the usage of the test script. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this test script." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "markdown" ] ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Definition.purpose" ] ], [ fhir:index 1; fhir:ElementDefinition.identity [ fhir:value "w5" ]; fhir:ElementDefinition.map [ fhir:value "FiveWs.why[x]" ] ], [ fhir:index 2; fhir:ElementDefinition.identity [ fhir:value "objimpl" ]; fhir:ElementDefinition.map [ fhir:value "no-gen-base" ] ] ], [ fhir:index 15; fhir:Element.id [ fhir:value "TestScript.copyright" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.copyright" ]; fhir:ElementDefinition.short [ fhir:value "Use and/or publishing restrictions" ]; fhir:ElementDefinition.definition [ fhir:value "A copyright statement relating to the test script and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the test script." ]; fhir:ElementDefinition.requirements [ fhir:value "Consumers must be able to determine any legal restrictions on the use of the test script and/or its content." ]; fhir:ElementDefinition.alias [ fhir:value "License"; fhir:index 0 ], [ fhir:value "Restrictions"; fhir:index 1 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "markdown" ] ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Definition.copyright" ] ], [ fhir:index 1; fhir:ElementDefinition.identity [ fhir:value "objimpl" ]; fhir:ElementDefinition.map [ fhir:value "no-gen-base" ] ] ], [ fhir:index 16; fhir:Element.id [ fhir:value "TestScript.origin" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.origin" ]; fhir:ElementDefinition.short [ fhir:value "An abstract server representing a client or sender in a message exchange" ]; fhir:ElementDefinition.definition [ fhir:value "An abstract server used in operations within this test script in the origin element." ]; fhir:ElementDefinition.comment [ fhir:value "The purpose of this element is to define the profile of an origin element used elsewhere in the script. Test engines could then use the origin-profile mapping to offer a filtered list of test systems that can serve as the sender for the interaction." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ] ], [ fhir:index 17; fhir:Element.id [ fhir:value "TestScript.origin.index" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.origin.index" ]; fhir:ElementDefinition.short [ fhir:value "The index of the abstract origin server starting at 1" ]; fhir:ElementDefinition.definition [ fhir:value "Abstract name given to an origin server in this test script. The name is provided as a number starting at 1." ]; fhir:ElementDefinition.comment [ fhir:value "A given origin index (e.g. 1) can appear only once in the list (e.g. Origin 1 cannot be specified twice ... once as FormFiller and again as FormProcessor within the same script as that could get confusing during test configuration). \n\nDifferent origin indices could play the same actor in the same test script (e.g. You could have two different test systems acting as Form-Filler).\n\nThe origin indices provided elsewhere in the test script must be one of these origin indices." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "integer" ] ] ], [ fhir:index 18; fhir:Element.id [ fhir:value "TestScript.origin.profile" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.origin.profile" ]; fhir:ElementDefinition.short [ fhir:value "FHIR-Client | FHIR-SDC-FormFiller" ]; fhir:ElementDefinition.definition [ fhir:value "The type of origin profile the test system supports." ]; fhir:ElementDefinition.comment [ fhir:value "Must be a \"sender\"/\"client\" profile." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Coding" ] ]; fhir:ElementDefinition.meaningWhenMissing [ fhir:value "FHIR-Client" ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "TestScriptProfileOriginType" ] ]; fhir:ElementDefinition.strength [ fhir:value "extensible" ]; fhir:ElementDefinition.description [ fhir:value "The type of origin profile the test system supports." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/testscript-profile-origin-types" ] ] ], [ fhir:index 19; fhir:Element.id [ fhir:value "TestScript.destination" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.destination" ]; fhir:ElementDefinition.short [ fhir:value "An abstract server representing a destination or receiver in a message exchange" ]; fhir:ElementDefinition.definition [ fhir:value "An abstract server used in operations within this test script in the destination element." ]; fhir:ElementDefinition.comment [ fhir:value "The purpose of this element is to define the profile of a destination element used elsewhere in the script. Test engines could then use the destination-profile mapping to offer a filtered list of test systems that can serve as the receiver for the interaction." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ] ], [ fhir:index 20; fhir:Element.id [ fhir:value "TestScript.destination.index" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.destination.index" ]; fhir:ElementDefinition.short [ fhir:value "The index of the abstract destination server starting at 1" ]; fhir:ElementDefinition.definition [ fhir:value "Abstract name given to a destination server in this test script. The name is provided as a number starting at 1." ]; fhir:ElementDefinition.comment [ fhir:value "A given destination index (e.g. 1) can appear only once in the list (e.g. Destination 1 cannot be specified twice ... once as Form-Manager and again as Form-Processor within the same script as that could get confusing during test configuration). \n\nDifferent destination indices could play the same actor in the same test script (e.g. You could have two different test systems acting as Form-Manager).\n\nThe destination indices provided elsewhere in the test script must be one of these destination indices." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "integer" ] ] ], [ fhir:index 21; fhir:Element.id [ fhir:value "TestScript.destination.profile" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.destination.profile" ]; fhir:ElementDefinition.short [ fhir:value "FHIR-Server | FHIR-SDC-FormManager | FHIR-SDC-FormReceiver | FHIR-SDC-FormProcessor" ]; fhir:ElementDefinition.definition [ fhir:value "The type of destination profile the test system supports." ]; fhir:ElementDefinition.comment [ fhir:value "Must be a \"receiver\"/\"server\" profile." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Coding" ] ]; fhir:ElementDefinition.meaningWhenMissing [ fhir:value "FHIR-Server" ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "TestScriptProfileDestinationType" ] ]; fhir:ElementDefinition.strength [ fhir:value "extensible" ]; fhir:ElementDefinition.description [ fhir:value "The type of destination profile the test system supports." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/testscript-profile-destination-types" ] ] ], [ fhir:index 22; fhir:Element.id [ fhir:value "TestScript.metadata" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.metadata" ]; fhir:ElementDefinition.short [ fhir:value "Required capability that is assumed to function correctly on the FHIR server being tested" ]; fhir:ElementDefinition.definition [ fhir:value "The required capability must exist and are assumed to function correctly on the FHIR server being tested." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ]; fhir:ElementDefinition.constraint [ fhir:index 0; fhir:ElementDefinition.key [ fhir:value "tst-4" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "TestScript metadata capability SHALL contain required or validated or both." ]; fhir:ElementDefinition.expression [ fhir:value "capability.required.exists() or capability.validated.exists()" ]; fhir:ElementDefinition.xpath [ fhir:value "f:capability/f:required or f:capability/f:validated or (f:capability/f:required and f:capability/f:validated)" ] ] ], [ fhir:index 23; fhir:Element.id [ fhir:value "TestScript.metadata.link" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.metadata.link" ]; fhir:ElementDefinition.short [ fhir:value "Links to the FHIR specification" ]; fhir:ElementDefinition.definition [ fhir:value "A link to the FHIR specification that this test is covering." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ] ], [ fhir:index 24; fhir:Element.id [ fhir:value "TestScript.metadata.link.url" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.metadata.link.url" ]; fhir:ElementDefinition.short [ fhir:value "URL to the specification" ]; fhir:ElementDefinition.definition [ fhir:value "URL to a particular requirement or feature within the FHIR specification." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "uri" ] ] ], [ fhir:index 25; fhir:Element.id [ fhir:value "TestScript.metadata.link.description" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.metadata.link.description" ]; fhir:ElementDefinition.short [ fhir:value "Short description" ]; fhir:ElementDefinition.definition [ fhir:value "Short description of the link." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ] ], [ fhir:index 26; fhir:Element.id [ fhir:value "TestScript.metadata.capability" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.metadata.capability" ]; fhir:ElementDefinition.short [ fhir:value "Capabilities that are assumed to function correctly on the FHIR server being tested" ]; fhir:ElementDefinition.definition [ fhir:value "Capabilities that must exist and are assumed to function correctly on the FHIR server being tested." ]; fhir:ElementDefinition.comment [ fhir:value "When the metadata capabilities section is defined at TestScript.metadata or at TestScript.setup.metadata, and the server's conformance statement does not contain the elements defined in the minimal conformance statement, then all the tests in the TestScript are skipped. When the metadata capabilities section is defined at TestScript.test.metadata and the server's conformance statement does not contain the elements defined in the minimal conformance statement, then only that test is skipped. The \"metadata.capabilities.required\" and \"metadata.capabilities.validated\" elements only indicate whether the capabilities are the primary focus of the test script or not. They do not impact the skipping logic. Capabilities whose \"metadata.capabilities.validated\" flag is true are the primary focus of the test script." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ] ], [ fhir:index 27; fhir:Element.id [ fhir:value "TestScript.metadata.capability.required" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.metadata.capability.required" ]; fhir:ElementDefinition.short [ fhir:value "Are the capabilities required?" ]; fhir:ElementDefinition.definition [ fhir:value "Whether or not the test execution will require the given capabilities of the server in order for this test script to execute." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "boolean" ] ] ], [ fhir:index 28; fhir:Element.id [ fhir:value "TestScript.metadata.capability.validated" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.metadata.capability.validated" ]; fhir:ElementDefinition.short [ fhir:value "Are the capabilities validated?" ]; fhir:ElementDefinition.definition [ fhir:value "Whether or not the test execution will validate the given capabilities of the server in order for this test script to execute." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "boolean" ] ] ], [ fhir:index 29; fhir:Element.id [ fhir:value "TestScript.metadata.capability.description" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.metadata.capability.description" ]; fhir:ElementDefinition.short [ fhir:value "The expected capabilities of the server" ]; fhir:ElementDefinition.definition [ fhir:value "Description of the capabilities that this test script is requiring the server to support." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ] ], [ fhir:index 30; fhir:Element.id [ fhir:value "TestScript.metadata.capability.origin" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.metadata.capability.origin" ]; fhir:ElementDefinition.short [ fhir:value "Which origin server these requirements apply to" ]; fhir:ElementDefinition.definition [ fhir:value "Which origin server these requirements apply to." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "integer" ] ] ], [ fhir:index 31; fhir:Element.id [ fhir:value "TestScript.metadata.capability.destination" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.metadata.capability.destination" ]; fhir:ElementDefinition.short [ fhir:value "Which server these requirements apply to" ]; fhir:ElementDefinition.definition [ fhir:value "Which server these requirements apply to." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "integer" ] ] ], [ fhir:index 32; fhir:Element.id [ fhir:value "TestScript.metadata.capability.link" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.metadata.capability.link" ]; fhir:ElementDefinition.short [ fhir:value "Links to the FHIR specification" ]; fhir:ElementDefinition.definition [ fhir:value "Links to the FHIR specification that describes this interaction and the resources involved in more detail." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "uri" ] ] ], [ fhir:index 33; fhir:Element.id [ fhir:value "TestScript.metadata.capability.capabilities" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.metadata.capability.capabilities" ]; fhir:ElementDefinition.short [ fhir:value "Required Capability Statement" ]; fhir:ElementDefinition.definition [ fhir:value "Minimum capabilities required of server for test script to execute successfully. If server does not meet at a minimum the referenced capability statement, then all tests in this script are skipped." ]; fhir:ElementDefinition.comment [ fhir:value "The conformance statement of the server has to contain at a minimum the contents of the reference pointed to by this element." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "canonical" ]; fhir:ElementDefinition.targetProfile [ fhir:value "http://hl7.org/fhir/StructureDefinition/CapabilityStatement"; fhir:index 0 ] ] ], [ fhir:index 34; fhir:Element.id [ fhir:value "TestScript.fixture" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.fixture" ]; fhir:ElementDefinition.short [ fhir:value "Fixture in the test script - by reference (uri)" ]; fhir:ElementDefinition.definition [ fhir:value "Fixture in the test script - by reference (uri). All fixtures are required for the test script to execute." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ] ], [ fhir:index 35; fhir:Element.id [ fhir:value "TestScript.fixture.autocreate" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.fixture.autocreate" ]; fhir:ElementDefinition.short [ fhir:value "Whether or not to implicitly create the fixture during setup" ]; fhir:ElementDefinition.definition [ fhir:value "Whether or not to implicitly create the fixture during setup. If true, the fixture is automatically created on each server being tested during setup, therefore no create operation is required for this fixture in the TestScript.setup section." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "boolean" ] ] ], [ fhir:index 36; fhir:Element.id [ fhir:value "TestScript.fixture.autodelete" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.fixture.autodelete" ]; fhir:ElementDefinition.short [ fhir:value "Whether or not to implicitly delete the fixture during teardown" ]; fhir:ElementDefinition.definition [ fhir:value "Whether or not to implicitly delete the fixture during teardown. If true, the fixture is automatically deleted on each server being tested during teardown, therefore no delete operation is required for this fixture in the TestScript.teardown section." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "boolean" ] ] ], [ fhir:index 37; fhir:Element.id [ fhir:value "TestScript.fixture.resource" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.fixture.resource" ]; fhir:ElementDefinition.short [ fhir:value "Reference of the resource" ]; fhir:ElementDefinition.definition [ fhir:value "Reference to the resource (containing the contents of the resource needed for operations)." ]; fhir:ElementDefinition.comment [ fhir:value "See http://build.fhir.org/resourcelist.html for complete list of resource types." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Reference" ]; fhir:ElementDefinition.targetProfile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Resource"; fhir:index 0 ] ] ], [ fhir:index 38; fhir:Element.id [ fhir:value "TestScript.profile" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.profile" ]; fhir:ElementDefinition.short [ fhir:value "Reference of the validation profile" ]; fhir:ElementDefinition.definition [ fhir:value "Reference to the profile to be used for validation." ]; fhir:ElementDefinition.comment [ fhir:value "See http://build.fhir.org/resourcelist.html for complete list of resource types." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Reference" ]; fhir:ElementDefinition.targetProfile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Resource"; fhir:index 0 ] ] ], [ fhir:index 39; fhir:Element.id [ fhir:value "TestScript.variable" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.variable" ]; fhir:ElementDefinition.short [ fhir:value "Placeholder for evaluated elements" ]; fhir:ElementDefinition.definition [ fhir:value "Variable is set based either on element value in response body or on header field value in the response headers." ]; fhir:ElementDefinition.comment [ fhir:value "Variables would be set based either on XPath/JSONPath expressions against fixtures (static and response), or headerField evaluations against response headers. If variable evaluates to nodelist or anything other than a primitive value, then test engine would report an error. Variables would be used to perform clean replacements in \"operation.params\", \"operation.requestHeader.value\", and \"operation.url\" element values during operation calls and in \"assert.value\" during assertion evaluations. This limits the places that test engines would need to look for placeholders \"${}\". Variables are scoped to the whole script. They are NOT evaluated at declaration. They are evaluated by test engine when used for substitutions in \"operation.params\", \"operation.requestHeader.value\", and \"operation.url\" element values during operation calls and in \"assert.value\" during assertion evaluations. See example testscript-search.xml." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ]; fhir:ElementDefinition.constraint [ fhir:index 0; fhir:ElementDefinition.key [ fhir:value "tst-3" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "Variable can only contain one of expression, headerField or path." ]; fhir:ElementDefinition.expression [ fhir:value "expression.empty() or headerField.empty() or path.empty()" ]; fhir:ElementDefinition.xpath [ fhir:value "not(f:expression and f:headerField and f:path)" ] ] ], [ fhir:index 40; fhir:Element.id [ fhir:value "TestScript.variable.name" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.variable.name" ]; fhir:ElementDefinition.short [ fhir:value "Descriptive name for this variable" ]; fhir:ElementDefinition.definition [ fhir:value "Descriptive name for this variable." ]; fhir:ElementDefinition.comment [ fhir:value "Placeholders would contain the variable name wrapped in ${} in \"operation.params\", \"operation.requestHeader.value\", and \"operation.url\" elements. These placeholders would need to be replaced by the variable value before the operation is executed." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ] ], [ fhir:index 41; fhir:Element.id [ fhir:value "TestScript.variable.defaultValue" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.variable.defaultValue" ]; fhir:ElementDefinition.short [ fhir:value "Default, hard-coded, or user-defined value for this variable" ]; fhir:ElementDefinition.definition [ fhir:value "A default, hard-coded, or user-defined value for this variable." ]; fhir:ElementDefinition.comment [ fhir:value "The purpose of this element is to allow for a pre-defined value that can be used as a default or as an override value. Test engines can optionally use this as a placeholder for user-defined execution time values." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ] ], [ fhir:index 42; fhir:Element.id [ fhir:value "TestScript.variable.description" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.variable.description" ]; fhir:ElementDefinition.short [ fhir:value "Natural language description of the variable" ]; fhir:ElementDefinition.definition [ fhir:value "A free text natural language description of the variable and its purpose." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ] ], [ fhir:index 43; fhir:Element.id [ fhir:value "TestScript.variable.expression" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.variable.expression" ]; fhir:ElementDefinition.short [ fhir:value "The FHIRPath expression against the fixture body" ]; fhir:ElementDefinition.definition [ fhir:value "The FHIRPath expression to evaluate against the fixture body. When variables are defined, only one of either expression, headerField or path must be specified." ]; fhir:ElementDefinition.comment [ fhir:value "If headerField is defined, then the variable will be evaluated against the headers that sourceId is pointing to. If expression or path is defined, then the variable will be evaluated against the fixture body that sourceId is pointing to. It is an error to define any combination of expression, headerField and path." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ] ], [ fhir:index 44; fhir:Element.id [ fhir:value "TestScript.variable.headerField" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.variable.headerField" ]; fhir:ElementDefinition.short [ fhir:value "HTTP header field name for source" ]; fhir:ElementDefinition.definition [ fhir:value "Will be used to grab the HTTP header field value from the headers that sourceId is pointing to." ]; fhir:ElementDefinition.comment [ fhir:value "If headerField is defined, then the variable will be evaluated against the headers that sourceId is pointing to. If path is defined, then the variable will be evaluated against the fixture body that sourceId is pointing to. It is an error to define both headerField and path." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ] ], [ fhir:index 45; fhir:Element.id [ fhir:value "TestScript.variable.hint" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.variable.hint" ]; fhir:ElementDefinition.short [ fhir:value "Hint help text for default value to enter" ]; fhir:ElementDefinition.definition [ fhir:value "Displayable text string with hint help information to the user when entering a default value." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ] ], [ fhir:index 46; fhir:Element.id [ fhir:value "TestScript.variable.path" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.variable.path" ]; fhir:ElementDefinition.short [ fhir:value "XPath or JSONPath against the fixture body" ]; fhir:ElementDefinition.definition [ fhir:value "XPath or JSONPath to evaluate against the fixture body. When variables are defined, only one of either expression, headerField or path must be specified." ]; fhir:ElementDefinition.comment [ fhir:value "If headerField is defined, then the variable will be evaluated against the headers that sourceId is pointing to. If expression or path is defined, then the variable will be evaluated against the fixture body that sourceId is pointing to. It is an error to define any combination of expression, headerField and path." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ] ], [ fhir:index 47; fhir:Element.id [ fhir:value "TestScript.variable.sourceId" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.variable.sourceId" ]; fhir:ElementDefinition.short [ fhir:value "Fixture Id of source expression or headerField within this variable" ]; fhir:ElementDefinition.definition [ fhir:value "Fixture to evaluate the XPath/JSONPath expression or the headerField against within this variable." ]; fhir:ElementDefinition.comment [ fhir:value "This can be a statically defined fixture (at the top of the TestScript) or a dynamically set fixture created by responseId of the `action.operation` element." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "id" ] ] ], [ fhir:index 48; fhir:Element.id [ fhir:value "TestScript.rule" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.rule" ]; fhir:ElementDefinition.short [ fhir:value "Assert rule used within the test script" ]; fhir:ElementDefinition.definition [ fhir:value "Assert rule to be used in one or more asserts within the test script." ]; fhir:ElementDefinition.comment [ fhir:value "Each rule should be treated by test engines as one assertion regardless of how many assertions are contained within the external rule template. The impact of negative rule evaluation on test script execution is the same as an assertion failure which is described elsewhere in the TestScript resource." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ] ], [ fhir:index 49; fhir:Element.id [ fhir:value "TestScript.rule.resource" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.rule.resource" ]; fhir:ElementDefinition.short [ fhir:value "Assert rule resource reference" ]; fhir:ElementDefinition.definition [ fhir:value "Reference to the resource (containing the contents of the rule needed for assertions)." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Reference" ]; fhir:ElementDefinition.targetProfile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Resource"; fhir:index 0 ] ] ], [ fhir:index 50; fhir:Element.id [ fhir:value "TestScript.rule.param" ]; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name" ]; fhir:Extension.value [ fhir:value "RuleParam" ] ]; fhir:ElementDefinition.path [ fhir:value "TestScript.rule.param" ]; fhir:ElementDefinition.short [ fhir:value "Rule parameter template" ]; fhir:ElementDefinition.definition [ fhir:value "Each rule template can take one or more parameters for rule evaluation." ]; fhir:ElementDefinition.comment [ fhir:value "The parameter value can be dynamic at runtime." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ] ], [ fhir:index 51; fhir:Element.id [ fhir:value "TestScript.rule.param.name" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.rule.param.name" ]; fhir:ElementDefinition.short [ fhir:value "Parameter name matching external assert rule parameter" ]; fhir:ElementDefinition.definition [ fhir:value "Descriptive name for this parameter that matches the external assert rule parameter name." ]; fhir:ElementDefinition.comment [ fhir:value "The external rule template would be looking for the parameter by this name." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ] ], [ fhir:index 52; fhir:Element.id [ fhir:value "TestScript.rule.param.value" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.rule.param.value" ]; fhir:ElementDefinition.short [ fhir:value "Parameter value defined either explicitly or dynamically" ]; fhir:ElementDefinition.definition [ fhir:value "The explicit or dynamic value for the parameter that will be passed on to the external rule template." ]; fhir:ElementDefinition.comment [ fhir:value "This value can be overwritten by the assert.rule.param.value i.e. TestScript.rule.param.value will be used if assert.rule.param.value is not specified. The param value can be a string-representation of a number, string, or boolean that is expected. Test engines do have to look for placeholders (${}) and replace the variable placeholders with the variable values at runtime before supplying this value to the external rule template." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ] ], [ fhir:index 53; fhir:Element.id [ fhir:value "TestScript.ruleset" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.ruleset" ]; fhir:ElementDefinition.short [ fhir:value "Assert ruleset used within the test script" ]; fhir:ElementDefinition.definition [ fhir:value "Contains one or more rules. Offers a way to group rules so assertions could reference the group of rules and have them all applied." ]; fhir:ElementDefinition.comment [ fhir:value "Each rule within a ruleset should be treated by test engines as one assertion regardless of how many assertions are contained within the external rule template. The impact of negative rule evaluation on test script execution is the same as an assertion failure which is described elsewhere in the TestScript resource." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ] ], [ fhir:index 54; fhir:Element.id [ fhir:value "TestScript.ruleset.resource" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.ruleset.resource" ]; fhir:ElementDefinition.short [ fhir:value "Assert ruleset resource reference" ]; fhir:ElementDefinition.definition [ fhir:value "Reference to the resource (containing the contents of the ruleset needed for assertions)." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Reference" ]; fhir:ElementDefinition.targetProfile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Resource"; fhir:index 0 ] ] ], [ fhir:index 55; fhir:Element.id [ fhir:value "TestScript.ruleset.rule" ]; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name" ]; fhir:Extension.value [ fhir:value "RulesetRule" ] ]; fhir:ElementDefinition.path [ fhir:value "TestScript.ruleset.rule" ]; fhir:ElementDefinition.short [ fhir:value "The referenced rule within the ruleset" ]; fhir:ElementDefinition.definition [ fhir:value "The referenced rule within the external ruleset template." ]; fhir:ElementDefinition.comment [ fhir:value "This qualifies each param name so that a parameter with the same name can be used differently by the different rules with the ruleset." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ] ], [ fhir:index 56; fhir:Element.id [ fhir:value "TestScript.ruleset.rule.ruleId" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.ruleset.rule.ruleId" ]; fhir:ElementDefinition.short [ fhir:value "Id of referenced rule within the ruleset" ]; fhir:ElementDefinition.definition [ fhir:value "Id of the referenced rule within the external ruleset template." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "id" ] ] ], [ fhir:index 57; fhir:Element.id [ fhir:value "TestScript.ruleset.rule.param" ]; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name" ]; fhir:Extension.value [ fhir:value "RulesetRuleParam" ] ]; fhir:ElementDefinition.path [ fhir:value "TestScript.ruleset.rule.param" ]; fhir:ElementDefinition.short [ fhir:value "Ruleset rule parameter template" ]; fhir:ElementDefinition.definition [ fhir:value "Each rule template can take one or more parameters for rule evaluation." ]; fhir:ElementDefinition.comment [ fhir:value "The parameter value can be dynamic at runtime." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ] ], [ fhir:index 58; fhir:Element.id [ fhir:value "TestScript.ruleset.rule.param.name" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.ruleset.rule.param.name" ]; fhir:ElementDefinition.short [ fhir:value "Parameter name matching external assert ruleset rule parameter" ]; fhir:ElementDefinition.definition [ fhir:value "Descriptive name for this parameter that matches the external assert ruleset rule parameter name." ]; fhir:ElementDefinition.comment [ fhir:value "The external rule template would be looking for the parameter by this name." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ] ], [ fhir:index 59; fhir:Element.id [ fhir:value "TestScript.ruleset.rule.param.value" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.ruleset.rule.param.value" ]; fhir:ElementDefinition.short [ fhir:value "Parameter value defined either explicitly or dynamically" ]; fhir:ElementDefinition.definition [ fhir:value "The value for the parameter that will be passed on to the external ruleset rule template." ]; fhir:ElementDefinition.comment [ fhir:value "This value can be overwritten by the assert.ruleset.rule.param.value i.e. TestScript.ruleset.rule.param.value will be used if assert.ruleset.rule.param.value is not specified. The param value can be a string-representation of a number, string, or boolean that is expected. Test engines do have to look for placeholders (${}) and replace the variable placeholders with the variable values at runtime before supplying this value to the external rule template." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ] ], [ fhir:index 60; fhir:Element.id [ fhir:value "TestScript.setup" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup" ]; fhir:ElementDefinition.short [ fhir:value "A series of required setup operations before tests are executed" ]; fhir:ElementDefinition.definition [ fhir:value "A series of required setup operations before tests are executed." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ] ], [ fhir:index 61; fhir:Element.id [ fhir:value "TestScript.setup.action" ]; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name" ]; fhir:Extension.value [ fhir:value "SetupAction" ] ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action" ]; fhir:ElementDefinition.short [ fhir:value "A setup operation or assert to perform" ]; fhir:ElementDefinition.definition [ fhir:value "Action would contain either an operation or an assertion." ]; fhir:ElementDefinition.comment [ fhir:value "An action should contain either an operation or an assertion but not both. It can contain any number of variables." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ]; fhir:ElementDefinition.constraint [ fhir:index 0; fhir:ElementDefinition.key [ fhir:value "tst-1" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "Setup action SHALL contain either an operation or assert but not both." ]; fhir:ElementDefinition.expression [ fhir:value "operation.exists() xor assert.exists()" ]; fhir:ElementDefinition.xpath [ fhir:value "(f:operation or f:assert) and not(f:operation and f:assert)" ] ] ], [ fhir:index 62; fhir:Element.id [ fhir:value "TestScript.setup.action.operation" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation" ]; fhir:ElementDefinition.short [ fhir:value "The setup operation to perform" ]; fhir:ElementDefinition.definition [ fhir:value "The operation to perform." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ]; fhir:ElementDefinition.constraint [ fhir:index 0; fhir:ElementDefinition.key [ fhir:value "tst-7" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "Setup operation SHALL contain either sourceId or targetId or params or url." ]; fhir:ElementDefinition.expression [ fhir:value "sourceId.exists() or (targetId.count() + url.count() + params.count() = 1) or (type.code in ('capabilities' |'search' | 'transaction' | 'history'))" ]; fhir:ElementDefinition.xpath [ fhir:value "f:sourceId or ((f:targetId or f:url or f:params) and (count(f:targetId) + count(f:url) + count(f:params) =1)) or (f:type/f:code/@value='capabilities' or f:type/f:code/@value='search' or f:type/f:code/@value='transaction' or f:type/f:code/@value='history')" ] ] ], [ fhir:index 63; fhir:Element.id [ fhir:value "TestScript.setup.action.operation.type" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.type" ]; fhir:ElementDefinition.short [ fhir:value "The operation code type that will be executed" ]; fhir:ElementDefinition.definition [ fhir:value "Server interaction or operation type." ]; fhir:ElementDefinition.comment [ fhir:value "See http://build.fhir.org/http.html for list of server interactions." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Coding" ] ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "TestScriptOperationCode" ] ]; fhir:ElementDefinition.strength [ fhir:value "extensible" ]; fhir:ElementDefinition.description [ fhir:value "The allowable operation code types." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/testscript-operation-codes" ] ] ], [ fhir:index 64; fhir:Element.id [ fhir:value "TestScript.setup.action.operation.resource" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.resource" ]; fhir:ElementDefinition.short [ fhir:value "Resource type" ]; fhir:ElementDefinition.definition [ fhir:value "The type of the resource. See http://build.fhir.org/resourcelist.html." ]; fhir:ElementDefinition.comment [ fhir:value "If \"url\" element is specified, then \"targetId\", \"params\", and \"resource\" elements will be ignored as \"url\" element will have everything needed for constructing the request url. If \"params\" element is specified, then \"targetId\" element is ignored. For FHIR operations that require a resource (e.g. \"read\" and \"vread\" operations), the \"resource\" element must be specified when \"params\" element is specified. If \"url\" and \"params\" elements are absent, then the request url will be constructed from \"targetId\" fixture if present. For \"read\" operation, the resource and id values will be extracted from \"targetId\" fixture and used to construct the url. For \"vread\" and \"history\" operations, the versionId value will also be used." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "code" ] ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "FHIRDefinedType" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding" ]; fhir:Extension.value [ fhir:value "true" ] ]; fhir:ElementDefinition.strength [ fhir:value "required" ]; fhir:ElementDefinition.description [ fhir:value "A list of all the concrete types defined in this version of the FHIR specification - Data Types and Resource Types." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/defined-types" ] ] ], [ fhir:index 65; fhir:Element.id [ fhir:value "TestScript.setup.action.operation.label" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.label" ]; fhir:ElementDefinition.short [ fhir:value "Tracking/logging operation label" ]; fhir:ElementDefinition.definition [ fhir:value "The label would be used for tracking/logging purposes by test engines." ]; fhir:ElementDefinition.comment [ fhir:value "This has no impact on the verification itself." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ] ], [ fhir:index 66; fhir:Element.id [ fhir:value "TestScript.setup.action.operation.description" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.description" ]; fhir:ElementDefinition.short [ fhir:value "Tracking/reporting operation description" ]; fhir:ElementDefinition.definition [ fhir:value "The description would be used by test engines for tracking and reporting purposes." ]; fhir:ElementDefinition.comment [ fhir:value "This has no impact on the verification itself." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ] ], [ fhir:index 67; fhir:Element.id [ fhir:value "TestScript.setup.action.operation.accept" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.accept" ]; fhir:ElementDefinition.short [ fhir:value "Mime type to accept in the payload of the response, with charset etc." ]; fhir:ElementDefinition.definition [ fhir:value "The mime-type to use for RESTful operation in the 'Accept' header." ]; fhir:ElementDefinition.comment [ fhir:value "If this is specified, then test engine shall set the 'Accept' header to the corresponding value. If you'd like to explicitly set the 'Accept' to some other value then use the 'requestHeader' element." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "code" ] ]; fhir:ElementDefinition.example [ fhir:index 0; fhir:ElementDefinition.label [ fhir:value "General" ]; fhir:ElementDefinition.value [ fhir:value "application/fhir+xml" ] ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "MimeType" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding" ]; fhir:Extension.value [ fhir:value "true" ] ]; fhir:ElementDefinition.strength [ fhir:value "required" ]; fhir:ElementDefinition.description [ fhir:value "The mime type of an attachment. Any valid mime type is allowed." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/mimetypes" ] ] ], [ fhir:index 68; fhir:Element.id [ fhir:value "TestScript.setup.action.operation.contentType" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.contentType" ]; fhir:ElementDefinition.short [ fhir:value "Mime type of the request payload contents, with charset etc." ]; fhir:ElementDefinition.definition [ fhir:value "The mime-type to use for RESTful operation in the 'Content-Type' header." ]; fhir:ElementDefinition.comment [ fhir:value "If this is specified, then test engine shall set the 'Content-Type' header to the corresponding value. If you'd like to explicitly set the 'Content-Type' to some other value then use the 'requestHeader' element." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "code" ] ]; fhir:ElementDefinition.example [ fhir:index 0; fhir:ElementDefinition.label [ fhir:value "General" ]; fhir:ElementDefinition.value [ fhir:value "application/fhir+xml" ] ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "MimeType" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding" ]; fhir:Extension.value [ fhir:value "true" ] ]; fhir:ElementDefinition.strength [ fhir:value "required" ]; fhir:ElementDefinition.description [ fhir:value "The mime type of an attachment. Any valid mime type is allowed." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/mimetypes" ] ] ], [ fhir:index 69; fhir:Element.id [ fhir:value "TestScript.setup.action.operation.destination" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.destination" ]; fhir:ElementDefinition.short [ fhir:value "Server responding to the request" ]; fhir:ElementDefinition.definition [ fhir:value "The server where the request message is destined for. Must be one of the server numbers listed in TestScript.destination section." ]; fhir:ElementDefinition.comment [ fhir:value "If multiple TestScript.destination elements are defined and operation.destination is undefined, test engine will report an error as it cannot determine what destination to use for the exchange." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "integer" ] ] ], [ fhir:index 70; fhir:Element.id [ fhir:value "TestScript.setup.action.operation.encodeRequestUrl" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.encodeRequestUrl" ]; fhir:ElementDefinition.short [ fhir:value "Whether or not to send the request url in encoded format" ]; fhir:ElementDefinition.definition [ fhir:value "Whether or not to implicitly send the request url in encoded format. The default is true to match the standard RESTful client behavior. Set to false when communicating with a server that does not support encoded url paths." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "boolean" ] ] ], [ fhir:index 71; fhir:Element.id [ fhir:value "TestScript.setup.action.operation.origin" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.origin" ]; fhir:ElementDefinition.short [ fhir:value "Server initiating the request" ]; fhir:ElementDefinition.definition [ fhir:value "The server where the request message originates from. Must be one of the server numbers listed in TestScript.origin section." ]; fhir:ElementDefinition.comment [ fhir:value "If absent, test engine will send the message. When present, test engine will not send the request message but will wait for the request message to be sent from this origin server." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "integer" ] ] ], [ fhir:index 72; fhir:Element.id [ fhir:value "TestScript.setup.action.operation.params" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.params" ]; fhir:ElementDefinition.short [ fhir:value "Explicitly defined path parameters" ]; fhir:ElementDefinition.definition [ fhir:value "Path plus parameters after [type]. Used to set parts of the request URL explicitly." ]; fhir:ElementDefinition.comment [ fhir:value "If \"url\" element is specified, then \"targetId\", \"params\", and \"resource\" elements will be ignored as \"url\" element will have everything needed for constructing the request url. If \"params\" element is specified, then \"targetId\" element is ignored. For FHIR operations that require a resource (e.g. \"read\" and \"vread\" operations), the \"resource\" element must be specified when \"params\" element is specified. If \"url\" and \"params\" elements are absent, then the request url will be constructed from \"targetId\" fixture if present. For \"read\" operation, the resource and id values will be extracted from \"targetId\" fixture and used to construct the url. For \"vread\" and \"history\" operations, the versionId value will also be used. Test engines would append whatever is specified for \"params\" to the URL after the resource type without tampering with the string (beyond encoding the URL for HTTP). The \"params\" element does not correspond exactly to \"search parameters\". Nor is it the \"path\". It corresponds to the part of the URL that comes after the [type] (when \"resource\" element is specified); e.g. It corresponds to \"/[id]/_history/[vid] {?_format=[mime-type]}\" in the following operation: GET [base]/[type]/[id]/_history/[vid] {?_format=[mime-type]} Test engines do have to look for placeholders (${}) and replace the variable placeholders with the variable values at runtime before sending the request." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ] ], [ fhir:index 73; fhir:Element.id [ fhir:value "TestScript.setup.action.operation.requestHeader" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.requestHeader" ]; fhir:ElementDefinition.short [ fhir:value "Each operation can have one or more header elements" ]; fhir:ElementDefinition.definition [ fhir:value "Header elements would be used to set HTTP headers." ]; fhir:ElementDefinition.comment [ fhir:value "This gives control to test-script writers to set headers explicitly based on test requirements. It will allow for testing using: - \"If-Modified-Since\" and \"If-None-Match\" headers. See http://build.fhir.org/http.html#2.1.0.5.1 - \"If-Match\" header. See http://build.fhir.org/http.html#2.1.0.11 - Conditional Create using \"If-None-Exist\". See http://build.fhir.org/http.html#2.1.0.13.1 - Invalid \"Content-Type\" header for negative testing. - etc." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ] ], [ fhir:index 74; fhir:Element.id [ fhir:value "TestScript.setup.action.operation.requestHeader.field" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.requestHeader.field" ]; fhir:ElementDefinition.short [ fhir:value "HTTP header field name" ]; fhir:ElementDefinition.definition [ fhir:value "The HTTP header field e.g. \"Accept\"." ]; fhir:ElementDefinition.comment [ fhir:value "If header element is specified, then field is required." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ] ], [ fhir:index 75; fhir:Element.id [ fhir:value "TestScript.setup.action.operation.requestHeader.value" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.requestHeader.value" ]; fhir:ElementDefinition.short [ fhir:value "HTTP headerfield value" ]; fhir:ElementDefinition.definition [ fhir:value "The value of the header e.g. \"application/fhir+xml\"." ]; fhir:ElementDefinition.comment [ fhir:value "If header element is specified, then value is required. No conversions will be done by the test engine e.g. \"xml\" to \"application/fhir+xml\". The values will be set in HTTP headers \"as-is\". Test engines do have to look for placeholders (${}) and replace the variable placeholders with the variable values at runtime before sending the request." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ] ], [ fhir:index 76; fhir:Element.id [ fhir:value "TestScript.setup.action.operation.requestId" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.requestId" ]; fhir:ElementDefinition.short [ fhir:value "Fixture Id of mapped request" ]; fhir:ElementDefinition.definition [ fhir:value "The fixture id (maybe new) to map to the request." ]; fhir:ElementDefinition.comment [ fhir:value "If a requestId is supplied, then the resulting request (both headers and body) is mapped to the fixture ID (which may be entirely new and previously undeclared) designated by \"requestId\". If requestId is not specified, it is the test engine's responsibility to store the request and use it as the requestId in subsequent assertions when assertion path and/or headerField is specified, direction is equal to request, and the requestId in not specified." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "id" ] ] ], [ fhir:index 77; fhir:Element.id [ fhir:value "TestScript.setup.action.operation.responseId" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.responseId" ]; fhir:ElementDefinition.short [ fhir:value "Fixture Id of mapped response" ]; fhir:ElementDefinition.definition [ fhir:value "The fixture id (maybe new) to map to the response." ]; fhir:ElementDefinition.comment [ fhir:value "If a responseId is supplied, and the server responds, then the resulting response (both headers and body) is mapped to the fixture ID (which may be entirely new and previously undeclared) designated by \"responseId\". If responseId is not specified, it is the test engine's responsibility to store the response and use it as the responseId in subsequent assertions when assertion path and/or headerField is specified and the responseId is not specified." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "id" ] ] ], [ fhir:index 78; fhir:Element.id [ fhir:value "TestScript.setup.action.operation.sourceId" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.sourceId" ]; fhir:ElementDefinition.short [ fhir:value "Fixture Id of body for PUT and POST requests" ]; fhir:ElementDefinition.definition [ fhir:value "The id of the fixture used as the body of a PUT or POST request." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "id" ] ] ], [ fhir:index 79; fhir:Element.id [ fhir:value "TestScript.setup.action.operation.targetId" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.targetId" ]; fhir:ElementDefinition.short [ fhir:value "Id of fixture used for extracting the [id], [type], and [vid] for GET requests" ]; fhir:ElementDefinition.definition [ fhir:value "Id of fixture used for extracting the [id], [type], and [vid] for GET requests." ]; fhir:ElementDefinition.comment [ fhir:value "If \"url\" element is specified, then \"targetId\", \"params\", and \"resource\" elements will be ignored as \"url\" element will have everything needed for constructing the request url. If \"params\" element is specified, then \"targetId\" element is ignored. For FHIR operations that require a resource (e.g. \"read\" and \"vread\" operations), the \"resource\" element must be specified when \"params\" element is specified. If \"url\" and \"params\" elements are absent, then the request url will be constructed from \"targetId\" fixture if present. For \"read\" operation, the resource and id values will be extracted from \"targetId\" fixture and used to construct the url. For \"vread\" and \"history\" operations, the versionId value will also be used." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "id" ] ] ], [ fhir:index 80; fhir:Element.id [ fhir:value "TestScript.setup.action.operation.url" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.operation.url" ]; fhir:ElementDefinition.short [ fhir:value "Request URL" ]; fhir:ElementDefinition.definition [ fhir:value "Complete request URL." ]; fhir:ElementDefinition.comment [ fhir:value "Used to set the request URL explicitly. If \"url\" element is defined, then \"targetId\", \"resource\", and \"params\" elements will be ignored. Test engines would use whatever is specified in \"url\" without tampering with the string (beyond encoding the URL for HTTP). Test engines do have to look for placeholders (${}) and replace the variable placeholders with the variable values at runtime before sending the request." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ] ], [ fhir:index 81; fhir:Element.id [ fhir:value "TestScript.setup.action.assert" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert" ]; fhir:ElementDefinition.short [ fhir:value "The assertion to perform" ]; fhir:ElementDefinition.definition [ fhir:value "Evaluates the results of previous operations to determine if the server under test behaves appropriately." ]; fhir:ElementDefinition.comment [ fhir:value "In order to evaluate an assertion, the request, response, and results of the most recently executed operation must always be maintained by the test engine." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ]; fhir:ElementDefinition.constraint [ fhir:index 0; fhir:ElementDefinition.key [ fhir:value "tst-12" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "Setup action assert response and responseCode SHALL be empty when direction equals request" ]; fhir:ElementDefinition.expression [ fhir:value "(response.empty() and responseCode.empty() and direction = 'request') or direction.empty() or direction = 'response'" ]; fhir:ElementDefinition.xpath [ fhir:value "((count(f:response) + count(f:responseCode)) = 0 and (f:direction/@value='request')) or (count(f:direction) = 0) or (f:direction/@value='response')" ] ], [ fhir:index 1; fhir:ElementDefinition.key [ fhir:value "tst-5" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "Only a single assertion SHALL be present within setup action assert element." ]; fhir:ElementDefinition.expression [ fhir:value "contentType.count() + expression.count() + headerField.count() + minimumId.count() + navigationLinks.count() + path.count() + requestMethod.count() + resource.count() + responseCode.count() + response.count() + rule.count() + ruleset.count() + validateProfileId.count() <=1" ]; fhir:ElementDefinition.xpath [ fhir:value "count(f:contentType) + count(f:expression) + count(f:headerField) + count(f:minimumId) + count(f:navigationLinks) + count(f:path) + count(f:requestMethod) + count(f:resource) + count(f:responseCode) + count(f:response) + count(f:rule) + count(f:ruleset) + count(f:validateProfileId) <=1" ] ], [ fhir:index 2; fhir:ElementDefinition.key [ fhir:value "tst-10" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "Setup action assert SHALL contain either compareToSourceId and compareToSourceExpression, compareToSourceId and compareToSourcePath or neither." ]; fhir:ElementDefinition.expression [ fhir:value "compareToSourceId.empty() xor (compareToSourceExpression.exists() or compareToSourcePath.exists())" ]; fhir:ElementDefinition.xpath [ fhir:value "(f:compareToSourceId and f:compareToSourceExpression) or (f:compareToSourceId and f:compareToSourcePath) or not(f:compareToSourceId or f:compareToSourceExpression or f:compareToSourcePath)" ] ] ], [ fhir:index 82; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.label" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.label" ]; fhir:ElementDefinition.short [ fhir:value "Tracking/logging assertion label" ]; fhir:ElementDefinition.definition [ fhir:value "The label would be used for tracking/logging purposes by test engines." ]; fhir:ElementDefinition.comment [ fhir:value "This has no impact on the verification itself." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ] ], [ fhir:index 83; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.description" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.description" ]; fhir:ElementDefinition.short [ fhir:value "Tracking/reporting assertion description" ]; fhir:ElementDefinition.definition [ fhir:value "The description would be used by test engines for tracking and reporting purposes." ]; fhir:ElementDefinition.comment [ fhir:value "This has no impact on the verification itself." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ] ], [ fhir:index 84; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.direction" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.direction" ]; fhir:ElementDefinition.short [ fhir:value "response | request" ]; fhir:ElementDefinition.definition [ fhir:value "The direction to use for the assertion." ]; fhir:ElementDefinition.comment [ fhir:value "If the direction is specified as \"response\" (the default), then the processing of this assert is against the received response message. If the direction is specified as \"request\", then the processing of this assert is against the sent request message." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "code" ] ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "AssertionDirectionType" ] ]; fhir:ElementDefinition.strength [ fhir:value "required" ]; fhir:ElementDefinition.description [ fhir:value "The type of direction to use for assertion." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/assert-direction-codes" ] ] ], [ fhir:index 85; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.compareToSourceId" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.compareToSourceId" ]; fhir:ElementDefinition.short [ fhir:value "Id of the source fixture to be evaluated" ]; fhir:ElementDefinition.definition [ fhir:value "Id of the source fixture used as the contents to be evaluated by either the \"source/expression\" or \"sourceId/path\" definition." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ] ], [ fhir:index 86; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.compareToSourceExpression" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.compareToSourceExpression" ]; fhir:ElementDefinition.short [ fhir:value "The FHIRPath expression to evaluate against the source fixture" ]; fhir:ElementDefinition.definition [ fhir:value "The FHIRPath expression to evaluate against the source fixture. When compareToSourceId is defined, either compareToSourceExpression or compareToSourcePath must be defined, but not both." ]; fhir:ElementDefinition.comment [ fhir:value "Thefhirpath expression to be evaluated against the expected fixture to compare to. Ignored if \"assert.value\" is used. The evaluation will be done before the assertion is evaluated." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ] ], [ fhir:index 87; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.compareToSourcePath" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.compareToSourcePath" ]; fhir:ElementDefinition.short [ fhir:value "XPath or JSONPath expression to evaluate against the source fixture" ]; fhir:ElementDefinition.definition [ fhir:value "XPath or JSONPath expression to evaluate against the source fixture. When compareToSourceId is defined, either compareToSourceExpression or compareToSourcePath must be defined, but not both." ]; fhir:ElementDefinition.comment [ fhir:value "The XPath or JSONPath expression to be evaluated against the expected fixture to compare to. Ignored if \"assert.value\" is used. The evaluation will be done before the assertion is evaluated." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ] ], [ fhir:index 88; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.contentType" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.contentType" ]; fhir:ElementDefinition.short [ fhir:value "Mime type to compare against the 'Content-Type' header" ]; fhir:ElementDefinition.definition [ fhir:value "The mime-type contents to compare against the request or response message 'Content-Type' header." ]; fhir:ElementDefinition.comment [ fhir:value "If this is specified, then test engine shall confirm that the content-type of the last operation's headers is set to this value. If \"assert.sourceId\" element is specified, then the evaluation will be done against the headers mapped to that sourceId (and not the last operation's headers). If you'd like to have more control over the string, then use 'assert.headerField' instead." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "code" ] ]; fhir:ElementDefinition.example [ fhir:index 0; fhir:ElementDefinition.label [ fhir:value "General" ]; fhir:ElementDefinition.value [ fhir:value "application/fhir+xml" ] ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "MimeType" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding" ]; fhir:Extension.value [ fhir:value "true" ] ]; fhir:ElementDefinition.strength [ fhir:value "required" ]; fhir:ElementDefinition.description [ fhir:value "The mime type of an attachment. Any valid mime type is allowed." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/mimetypes" ] ] ], [ fhir:index 89; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.expression" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.expression" ]; fhir:ElementDefinition.short [ fhir:value "The FHIRPath expression to be evaluated" ]; fhir:ElementDefinition.definition [ fhir:value "The FHIRPath expression to be evaluated against the request or response message contents - HTTP headers and payload." ]; fhir:ElementDefinition.comment [ fhir:value "If both \"expression\" and a \"fixtureId\" are specified, then the expression will be evaluated against the request or response body mapped to the fixtureId. If \"expression\" is specified and a \"fixtureId\" is not, then the expression will be evaluated against the response body of the last operation. Test engines are to store the request and response body and headers of the last operation at all times for subsequent assertions." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ] ], [ fhir:index 90; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.headerField" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.headerField" ]; fhir:ElementDefinition.short [ fhir:value "HTTP header field name" ]; fhir:ElementDefinition.definition [ fhir:value "The HTTP header field name e.g. 'Location'." ]; fhir:ElementDefinition.comment [ fhir:value "If \"headerField\" is specified then \"value\" must be specified. If \"sourceId\" is not specified, then \"headerField\" will be evaluated against the last operation's response headers. Test engines are to keep track of the last operation's response body and response headers." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ] ], [ fhir:index 91; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.minimumId" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.minimumId" ]; fhir:ElementDefinition.short [ fhir:value "Fixture Id of minimum content resource" ]; fhir:ElementDefinition.definition [ fhir:value "The ID of a fixture. Asserts that the response contains at a minimum the fixture specified by minimumId." ]; fhir:ElementDefinition.comment [ fhir:value "Asserts that the response contains all the element/content in another fixture pointed to by minimumId. This can be a statically defined fixture or one that is dynamically set via responseId." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ] ], [ fhir:index 92; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.navigationLinks" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.navigationLinks" ]; fhir:ElementDefinition.short [ fhir:value "Perform validation on navigation links?" ]; fhir:ElementDefinition.definition [ fhir:value "Whether or not the test execution performs validation on the bundle navigation links." ]; fhir:ElementDefinition.comment [ fhir:value "Asserts that the Bundle contains first, last, and next links." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "boolean" ] ] ], [ fhir:index 93; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.operator" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.operator" ]; fhir:ElementDefinition.short [ fhir:value "equals | notEquals | in | notIn | greaterThan | lessThan | empty | notEmpty | contains | notContains | eval" ]; fhir:ElementDefinition.definition [ fhir:value "The operator type defines the conditional behavior of the assert. If not defined, the default is equals." ]; fhir:ElementDefinition.comment [ fhir:value "Operators are useful especially for negative testing. If operator is not specified, then the \"equals\" operator is assumed; e.g. ```<code> <assert> <operator value=\"in\" /> <responseCode value=\"200,201,204\" /> </assert> <assert> <operator value=\"notEquals\" /> <response value=\"okay\"/> </assert> <assert> <operator value=\"greaterThan\" /> <responseHeader> <field value=\"Content-Length\" /> <value value=\"0\" /> </responseHeader/> </assert> </code> ```." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "code" ] ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "AssertionOperatorType" ] ]; fhir:ElementDefinition.strength [ fhir:value "required" ]; fhir:ElementDefinition.description [ fhir:value "The type of operator to use for assertion." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/assert-operator-codes" ] ] ], [ fhir:index 94; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.path" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.path" ]; fhir:ElementDefinition.short [ fhir:value "XPath or JSONPath expression" ]; fhir:ElementDefinition.definition [ fhir:value "The XPath or JSONPath expression to be evaluated against the fixture representing the response received from server." ]; fhir:ElementDefinition.comment [ fhir:value "If both \"path\" and a \"fixtureId\" are specified, then the path will be evaluated against the request or response body mapped to the fixtureId. If \"path\" is specified and a \"fixtureId\" is not, then the path will be evaluated against the response body of the last operation. Test engines are to store the request and response body and headers of the last operation at all times for subsequent assertions." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ] ], [ fhir:index 95; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.requestMethod" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.requestMethod" ]; fhir:ElementDefinition.short [ fhir:value "delete | get | options | patch | post | put" ]; fhir:ElementDefinition.definition [ fhir:value "The request method or HTTP operation code to compare against that used by the client system under test." ]; fhir:ElementDefinition.comment [ fhir:value "If \"requestMethod\" is specified then it will be used in place of \"value\". The \"requestMethod\" will evaluate against the last operation's request HTTP operation." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "code" ] ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "TestScriptRequestMethodCode" ] ]; fhir:ElementDefinition.strength [ fhir:value "required" ]; fhir:ElementDefinition.description [ fhir:value "The allowable request method or HTTP operation codes." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/http-operations" ] ] ], [ fhir:index 96; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.requestURL" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.requestURL" ]; fhir:ElementDefinition.short [ fhir:value "Request URL comparison value" ]; fhir:ElementDefinition.definition [ fhir:value "The value to use in a comparison against the request URL path string." ]; fhir:ElementDefinition.comment [ fhir:value "If \"requestURL\" is specified then it will be used in place of \"value\". The \"requestURL\" will evaluate against the last operation's full request URL path string." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ] ], [ fhir:index 97; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.resource" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.resource" ]; fhir:ElementDefinition.short [ fhir:value "Resource type" ]; fhir:ElementDefinition.definition [ fhir:value "The type of the resource. See http://build.fhir.org/resourcelist.html." ]; fhir:ElementDefinition.comment [ fhir:value "This will be expected resource type in response body e.g. in read, vread, search, etc. See http://build.fhir.org/resourcelist.html for complete list of resource types; e.g. <assert > <resourceType value=\"Patient\" </assert>." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "code" ] ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "FHIRDefinedType" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding" ]; fhir:Extension.value [ fhir:value "true" ] ]; fhir:ElementDefinition.strength [ fhir:value "required" ]; fhir:ElementDefinition.description [ fhir:value "A list of all the concrete types defined in this version of the FHIR specification - Data Types and Resource Types." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/defined-types" ] ] ], [ fhir:index 98; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.response" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.response" ]; fhir:ElementDefinition.short [ fhir:value "okay | created | noContent | notModified | bad | forbidden | notFound | methodNotAllowed | conflict | gone | preconditionFailed | unprocessable" ]; fhir:ElementDefinition.definition [ fhir:value "okay | created | noContent | notModified | bad | forbidden | notFound | methodNotAllowed | conflict | gone | preconditionFailed | unprocessable." ]; fhir:ElementDefinition.comment [ fhir:value "This is a shorter way of achieving similar verifications via \"assert.responseCode\". If you need more control, then use \"assert.responseCode\" e.g. <assert> <contentType value=\"json\" /> <response value=\"okay\"/> </assert>." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "code" ] ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "AssertionResponseTypes" ] ]; fhir:ElementDefinition.strength [ fhir:value "required" ]; fhir:ElementDefinition.description [ fhir:value "The type of response code to use for assertion." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/assert-response-code-types" ] ] ], [ fhir:index 99; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.responseCode" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.responseCode" ]; fhir:ElementDefinition.short [ fhir:value "HTTP response code to test" ]; fhir:ElementDefinition.definition [ fhir:value "The value of the HTTP response code to be tested." ]; fhir:ElementDefinition.comment [ fhir:value "To be used with \"operator\" attribute value. Asserts that the response code equals this value if \"operator\" is not specified. If the operator is \"in\" or \"notIn\" then the responseCode would be a comma-separated list of values e.g. \"200,201\". Otherwise, it's expected to be a numeric value. If \"fixture\" is not specified, then the \"responseBodyId\" value of the last operation is assumed." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ] ], [ fhir:index 100; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.rule" ]; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name" ]; fhir:Extension.value [ fhir:value "ActionAssertRule" ] ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.rule" ]; fhir:ElementDefinition.short [ fhir:value "The reference to a TestScript.rule" ]; fhir:ElementDefinition.definition [ fhir:value "The TestScript.rule this assert will evaluate." ]; fhir:ElementDefinition.comment [ fhir:value "Each rule should get evaluated by test engines as one assertion regardless of how many assertions are contained within the external rule template. The impact of negative rule evaluation on test script execution is the same as an assertion failure which is described elsewhere in the TestScript resource." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ] ], [ fhir:index 101; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.rule.ruleId" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.rule.ruleId" ]; fhir:ElementDefinition.short [ fhir:value "Id of the TestScript.rule" ]; fhir:ElementDefinition.definition [ fhir:value "The TestScript.rule id value this assert will evaluate." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "id" ] ] ], [ fhir:index 102; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.rule.param" ]; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name" ]; fhir:Extension.value [ fhir:value "ActionAssertRuleParam" ] ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.rule.param" ]; fhir:ElementDefinition.short [ fhir:value "Rule parameter template" ]; fhir:ElementDefinition.definition [ fhir:value "Each rule template can take one or more parameters for rule evaluation." ]; fhir:ElementDefinition.comment [ fhir:value "The parameter value can be dynamic at runtime." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ] ], [ fhir:index 103; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.rule.param.name" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.rule.param.name" ]; fhir:ElementDefinition.short [ fhir:value "Parameter name matching external assert rule parameter" ]; fhir:ElementDefinition.definition [ fhir:value "Descriptive name for this parameter that matches the external assert rule parameter name." ]; fhir:ElementDefinition.comment [ fhir:value "The external rule template would be looking for the parameter by this name." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ] ], [ fhir:index 104; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.rule.param.value" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.rule.param.value" ]; fhir:ElementDefinition.short [ fhir:value "Parameter value defined either explicitly or dynamically" ]; fhir:ElementDefinition.definition [ fhir:value "The value for the parameter that will be passed on to the external rule template." ]; fhir:ElementDefinition.comment [ fhir:value "This value overwrites the value (if any) specified in TestScript.rule.param.value. The param value can be a string-representation of a number, string, or boolean that is expected. Test engines do have to look for placeholders (${}) and replace the variable placeholders with the variable values at runtime before supplying this value to the external rule template." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ] ], [ fhir:index 105; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.ruleset" ]; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name" ]; fhir:Extension.value [ fhir:value "ActionAssertRuleset" ] ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.ruleset" ]; fhir:ElementDefinition.short [ fhir:value "The reference to a TestScript.ruleset" ]; fhir:ElementDefinition.definition [ fhir:value "The TestScript.ruleset this assert will evaluate." ]; fhir:ElementDefinition.comment [ fhir:value "Each rule within a ruleset should get evaluated by test engines as a separate assertion. The impact of negative rule evaluation on test script execution is the same as an assertion failure which is described elsewhere in the TestScript resource. If the first rule within the ruleset results in a failed assertion, then test engines do not have to evaluate the rest of the rules within the ruleset." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ] ], [ fhir:index 106; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.ruleset.rulesetId" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.ruleset.rulesetId" ]; fhir:ElementDefinition.short [ fhir:value "Id of the TestScript.ruleset" ]; fhir:ElementDefinition.definition [ fhir:value "The TestScript.ruleset id value this assert will evaluate." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "id" ] ] ], [ fhir:index 107; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.ruleset.rule" ]; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name" ]; fhir:Extension.value [ fhir:value "ActionAssertRulesetRule" ] ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.ruleset.rule" ]; fhir:ElementDefinition.short [ fhir:value "The referenced rule within the ruleset" ]; fhir:ElementDefinition.definition [ fhir:value "The referenced rule within the external ruleset template." ]; fhir:ElementDefinition.comment [ fhir:value "This qualifies each param name so that a parameter with the same name can be used differently by the different rules with the ruleset." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ] ], [ fhir:index 108; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.ruleset.rule.ruleId" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.ruleset.rule.ruleId" ]; fhir:ElementDefinition.short [ fhir:value "Id of referenced rule within the ruleset" ]; fhir:ElementDefinition.definition [ fhir:value "Id of the referenced rule within the external ruleset template." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "id" ] ] ], [ fhir:index 109; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.ruleset.rule.param" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.ruleset.rule.param" ]; fhir:ElementDefinition.short [ fhir:value "Rule parameter template" ]; fhir:ElementDefinition.definition [ fhir:value "Each rule template can take one or more parameters for rule evaluation." ]; fhir:ElementDefinition.comment [ fhir:value "The parameter value can be dynamic at runtime." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ] ], [ fhir:index 110; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.ruleset.rule.param.name" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.ruleset.rule.param.name" ]; fhir:ElementDefinition.short [ fhir:value "Parameter name matching external assert ruleset rule parameter" ]; fhir:ElementDefinition.definition [ fhir:value "Descriptive name for this parameter that matches the external assert ruleset rule parameter name." ]; fhir:ElementDefinition.comment [ fhir:value "The external rule template would be looking for the parameter by this name." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ] ], [ fhir:index 111; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.ruleset.rule.param.value" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.ruleset.rule.param.value" ]; fhir:ElementDefinition.short [ fhir:value "Parameter value defined either explicitly or dynamically" ]; fhir:ElementDefinition.definition [ fhir:value "The value for the parameter that will be passed on to the external ruleset rule template." ]; fhir:ElementDefinition.comment [ fhir:value "This value overwrites the value (if any) specified in TestScript.ruleset.rule.param.value. The param value can be a string-representation of a number, string, or boolean that is expected. Test engines do have to look for placeholders (${}) and replace the variable placeholders with the variable values at runtime before supplying this value to the external rule template." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ] ], [ fhir:index 112; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.sourceId" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.sourceId" ]; fhir:ElementDefinition.short [ fhir:value "Fixture Id of source expression or headerField" ]; fhir:ElementDefinition.definition [ fhir:value "Fixture to evaluate the XPath/JSONPath expression or the headerField against." ]; fhir:ElementDefinition.comment [ fhir:value "This can be a statically defined fixture (at the top of the testscript) or a dynamically set fixture created by responseId of the action.operation element." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "id" ] ] ], [ fhir:index 113; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.validateProfileId" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.validateProfileId" ]; fhir:ElementDefinition.short [ fhir:value "Profile Id of validation profile reference" ]; fhir:ElementDefinition.definition [ fhir:value "The ID of the Profile to validate against." ]; fhir:ElementDefinition.comment [ fhir:value "The ID of a Profile fixture. Asserts that the response is valid according to the Profile specified by validateProfileId." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "id" ] ] ], [ fhir:index 114; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.value" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.value" ]; fhir:ElementDefinition.short [ fhir:value "The value to compare to" ]; fhir:ElementDefinition.definition [ fhir:value "The value to compare to." ]; fhir:ElementDefinition.comment [ fhir:value "The string-representation of a number, string, or boolean that is expected. Test engines do have to look for placeholders (${}) and replace the variable placeholders with the variable values at runtime before comparing this value to the actual value." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ] ], [ fhir:index 115; fhir:Element.id [ fhir:value "TestScript.setup.action.assert.warningOnly" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.setup.action.assert.warningOnly" ]; fhir:ElementDefinition.short [ fhir:value "Will this assert produce a warning only on error?" ]; fhir:ElementDefinition.definition [ fhir:value "Whether or not the test execution will produce a warning only on error for this assert." ]; fhir:ElementDefinition.comment [ fhir:value "If this element is specified and it is true, then assertion failures can be logged by test engine but should not stop the test script execution from proceeding. There are likely cases where the spec is not clear on what should happen. If the spec says something is optional (maybe a response header for example), but a server doesn’t do it, we could choose to issue a warning." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "boolean" ] ] ], [ fhir:index 116; fhir:Element.id [ fhir:value "TestScript.test" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.test" ]; fhir:ElementDefinition.short [ fhir:value "A test in this script" ]; fhir:ElementDefinition.definition [ fhir:value "A test in this script." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ] ], [ fhir:index 117; fhir:Element.id [ fhir:value "TestScript.test.name" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.test.name" ]; fhir:ElementDefinition.short [ fhir:value "Tracking/logging name of this test" ]; fhir:ElementDefinition.definition [ fhir:value "The name of this test used for tracking/logging purposes by test engines." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ] ], [ fhir:index 118; fhir:Element.id [ fhir:value "TestScript.test.description" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.test.description" ]; fhir:ElementDefinition.short [ fhir:value "Tracking/reporting short description of the test" ]; fhir:ElementDefinition.definition [ fhir:value "A short description of the test used by test engines for tracking and reporting purposes." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ] ], [ fhir:index 119; fhir:Element.id [ fhir:value "TestScript.test.action" ]; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name" ]; fhir:Extension.value [ fhir:value "TestAction" ] ]; fhir:ElementDefinition.path [ fhir:value "TestScript.test.action" ]; fhir:ElementDefinition.short [ fhir:value "A test operation or assert to perform" ]; fhir:ElementDefinition.definition [ fhir:value "Action would contain either an operation or an assertion." ]; fhir:ElementDefinition.comment [ fhir:value "An action should contain either an operation or an assertion but not both. It can contain any number of variables." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ]; fhir:ElementDefinition.constraint [ fhir:index 0; fhir:ElementDefinition.key [ fhir:value "tst-2" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "Test action SHALL contain either an operation or assert but not both." ]; fhir:ElementDefinition.expression [ fhir:value "operation.exists() xor assert.exists()" ]; fhir:ElementDefinition.xpath [ fhir:value "(f:operation or f:assert) and not(f:operation and f:assert)" ] ] ], [ fhir:index 120; fhir:Element.id [ fhir:value "TestScript.test.action.operation" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.test.action.operation" ]; fhir:ElementDefinition.short [ fhir:value "The setup operation to perform" ]; fhir:ElementDefinition.definition [ fhir:value "An operation would involve a REST request to a server." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.contentReference [ fhir:value "#TestScript.setup.action.operation" ]; fhir:ElementDefinition.constraint [ fhir:index 0; fhir:ElementDefinition.key [ fhir:value "tst-8" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "Test operation SHALL contain either sourceId or targetId or params or url." ]; fhir:ElementDefinition.expression [ fhir:value "sourceId.exists() or (targetId.count() + url.count() + params.count() = 1) or (type.code in ('capabilities' | 'search' | 'transaction' | 'history'))" ]; fhir:ElementDefinition.xpath [ fhir:value "f:sourceId or (f:targetId or f:url or f:params) and (count(f:targetId) + count(f:url) + count(f:params) =1) or (f:type/f:code/@value='capabilities' or f:type/f:code/@value='search' or f:type/f:code/@value='transaction' or f:type/f:code/@value='history')" ] ] ], [ fhir:index 121; fhir:Element.id [ fhir:value "TestScript.test.action.assert" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.test.action.assert" ]; fhir:ElementDefinition.short [ fhir:value "The setup assertion to perform" ]; fhir:ElementDefinition.definition [ fhir:value "Evaluates the results of previous operations to determine if the server under test behaves appropriately." ]; fhir:ElementDefinition.comment [ fhir:value "In order to evaluate an assertion, the request, response, and results of the most recently executed operation must always be maintained by the test engine." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.contentReference [ fhir:value "#TestScript.setup.action.assert" ]; fhir:ElementDefinition.constraint [ fhir:index 0; fhir:ElementDefinition.key [ fhir:value "tst-11" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "Test action assert SHALL contain either compareToSourceId and compareToSourceExpression, compareToSourceId and compareToSourcePath or neither." ]; fhir:ElementDefinition.expression [ fhir:value "compareToSourceId.empty() xor (compareToSourceExpression.exists() or compareToSourcePath.exists())" ]; fhir:ElementDefinition.xpath [ fhir:value "(f:compareToSourceId and f:compareToSourceExpression) or (f:compareToSourceId and f:compareToSourcePath) or not(f:compareToSourceId or f:compareToSourceExpression or f:compareToSourcePath)" ] ], [ fhir:index 1; fhir:ElementDefinition.key [ fhir:value "tst-13" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "Test action assert response and response and responseCode SHALL be empty when direction equals request" ]; fhir:ElementDefinition.expression [ fhir:value "(response.empty() and responseCode.empty() and direction = 'request') or direction.empty() or direction = 'response'" ]; fhir:ElementDefinition.xpath [ fhir:value "((count(f:response) + count(f:responseCode)) = 0 and (f:direction/@value='request')) or (count(f:direction) = 0) or (f:direction/@value='response')" ] ], [ fhir:index 2; fhir:ElementDefinition.key [ fhir:value "tst-6" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "Only a single assertion SHALL be present within test action assert element." ]; fhir:ElementDefinition.expression [ fhir:value "contentType.count() + expression.count() + headerField.count() + minimumId.count() + navigationLinks.count() + path.count() + requestMethod.count() + resource.count() + responseCode.count() + response.count() + rule.count() + ruleset.count() + validateProfileId.count() <=1" ]; fhir:ElementDefinition.xpath [ fhir:value "count(f:contentType) + count(f:expression) + count(f:headerField) + count(f:minimumId) + count(f:navigationLinks) + count(f:path) + count(f:requestMethod) + count(f:resource) + count(f:responseCode) + count(f:response) + count(f:rule) + count(f:ruleset) + count(f:validateProfileId) <=1" ] ] ], [ fhir:index 122; fhir:Element.id [ fhir:value "TestScript.teardown" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.teardown" ]; fhir:ElementDefinition.short [ fhir:value "A series of required clean up steps" ]; fhir:ElementDefinition.definition [ fhir:value "A series of operations required to clean up after all the tests are executed (successfully or otherwise)." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ] ], [ fhir:index 123; fhir:Element.id [ fhir:value "TestScript.teardown.action" ]; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name" ]; fhir:Extension.value [ fhir:value "TeardownAction" ] ]; fhir:ElementDefinition.path [ fhir:value "TestScript.teardown.action" ]; fhir:ElementDefinition.short [ fhir:value "One or more teardown operations to perform" ]; fhir:ElementDefinition.definition [ fhir:value "The teardown action will only contain an operation." ]; fhir:ElementDefinition.comment [ fhir:value "An action should contain either an operation or an assertion but not both. It can contain any number of variables." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ] ], [ fhir:index 124; fhir:Element.id [ fhir:value "TestScript.teardown.action.operation" ]; fhir:ElementDefinition.path [ fhir:value "TestScript.teardown.action.operation" ]; fhir:ElementDefinition.short [ fhir:value "The teardown operation to perform" ]; fhir:ElementDefinition.definition [ fhir:value "An operation would involve a REST request to a server." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.contentReference [ fhir:value "#TestScript.setup.action.operation" ]; fhir:ElementDefinition.constraint [ fhir:index 0; fhir:ElementDefinition.key [ fhir:value "tst-9" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "Teardown operation SHALL contain either sourceId or targetId or params or url." ]; fhir:ElementDefinition.expression [ fhir:value "sourceId.exists() or (targetId.count() + url.count() + params.count() = 1) or (type.code in ('capabilities' | 'search' | 'transaction' | 'history'))" ]; fhir:ElementDefinition.xpath [ fhir:value "f:sourceId or (f:targetId or f:url or (f:params and f:resource)) and (count(f:targetId) + count(f:url) + count(f:params) =1) or (f:type/f:code/@value='capabilities' or f:type/f:code/@value='search' or f:type/f:code/@value='transaction' or f:type/f:code/@value='history')" ] ] ] ] . # -------------------------------------------------------------------------------------
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.