description: Enforces the minimum information set for the test script metadata required by HL7 and other organizations that share and publish test scripts package_name: hl7.fhir.r5.examples derivation: constraint name: Shareable TestScript type: TestScript elements: url: {type: uri, index: 0} version: {type: string, index: 1} experimental: {type: boolean, index: 2} publisher: {type: string, index: 3} description: {type: markdown, index: 4} package_version: 5.0.0-snapshot1 class: profile kind: resource url: http://hl7.org/fhir/StructureDefinition/shareabletestscript base: http://hl7.org/fhir/StructureDefinition/TestScript version: 5.0.0-snapshot1 required: [url, experimental, publisher, version, description]