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

FHIR IG analytics

Packagehl7.terminology.r3
Resource TypeCodeSystem
IdCodeSystem-software-system-type-codes.json
FHIR VersionR3

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem software-system-type-codes

Language: en

This case-sensitive code system http://terminology.hl7.org/CodeSystem/software-system-type-codes defines the following codes:

CodeDisplayDefinition
authoring AuthoringA knowledge authoring environment
testing TestingA testing environment
tooling ToolingTooling software
evaluation EvaluationA knowledge evaluation environment
reporting ReportingA quality reporting system
data-capture Data CaptureA system that performs data-capture as part of a reporting pipeline

Source1

{
  "resourceType": "CodeSystem",
  "id": "software-system-type-codes",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cds"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 3
    }
  ],
  "url": "http://terminology.hl7.org/CodeSystem/software-system-type-codes",
  "version": "1.0.0",
  "name": "SoftwareSystemTypeCodes",
  "title": "Software System Type Codes",
  "status": "active",
  "experimental": false,
  "date": "2024-02-16",
  "publisher": "Health Level Seven International",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        },
        {
          "system": "email",
          "value": "hq@HL7.org"
        }
      ]
    }
  ],
  "description": "Types of software systems that support knowledge artifact authoring and evaluation (authoring, testing, tooling, evaluation)",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "copyright": "This material derives from the HL7 Terminology THO. THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license.html",
  "caseSensitive": true,
  "valueSet": "http://terminology.hl7.org/ValueSet/software-system-type",
  "content": "complete",
  "concept": [
    {
      "code": "authoring",
      "display": "Authoring",
      "definition": "A knowledge authoring environment"
    },
    {
      "code": "testing",
      "display": "Testing",
      "definition": "A testing environment"
    },
    {
      "code": "tooling",
      "display": "Tooling",
      "definition": "Tooling software"
    },
    {
      "code": "evaluation",
      "display": "Evaluation",
      "definition": "A knowledge evaluation environment"
    },
    {
      "code": "reporting",
      "display": "Reporting",
      "definition": "A quality reporting system"
    },
    {
      "code": "data-capture",
      "display": "Data Capture",
      "definition": "A system that performs data-capture as part of a reporting pipeline"
    }
  ]
}