FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.testing
Resource TypeCodeSystem
IdCodeSystem-testplan-script-language.json
FHIR VersionR6
Sourcehttps://build.fhir.org/ig/HL7/fhir-testing-ig/CodeSystem-testplan-script-language.html
URLhttp://hl7.org/fhir/testplan-script-language
Version0.1.0-SNAPSHOT
Statusdraft
Date2025-02-24T10:56:24+04:00
NameTestPlanScriptLanguage
TitleTest Plan Script Language
Realmuv
Authorityhl7
DescriptionThe TestPlan test run script language.
Contentcomplete

Resources that use this resource

ValueSet
testplan-script-languageTest Plan Script Language Value Set

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem testplan-script-language

This case-sensitive code system http://hl7.org/fhir/testplan-script-language defines the following codes:

CodeDisplayDefinition
gherkin GherkinThe Gherkin test script language.
postman PostmanThe Postman test script language.
testscript FHIR TestScriptThe FHIR TestScript resource.

Source1

{
  "resourceType": "CodeSystem",
  "id": "testplan-script-language",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "draft"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    }
  ],
  "url": "http://hl7.org/fhir/testplan-script-language",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.62.16.2"
    }
  ],
  "version": "0.1.0-SNAPSHOT",
  "name": "TestPlanScriptLanguage",
  "title": "Test Plan Script Language",
  "status": "draft",
  "experimental": false,
  "date": "2025-02-24T10:56:24+04:00",
  "publisher": "HL7 International / FHIR Infrastructure",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "The TestPlan test run script language.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/testplan-script-language|0.1.0-SNAPSHOT",
  "content": "complete",
  "concept": [
    {
      "code": "gherkin",
      "display": "Gherkin",
      "definition": "The Gherkin test script language."
    },
    {
      "code": "postman",
      "display": "Postman",
      "definition": "The Postman test script language."
    },
    {
      "code": "testscript",
      "display": "FHIR TestScript",
      "definition": "The FHIR TestScript resource."
    }
  ]
}