FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/software-system-type-codes

Packagehl7.terminology
TypeCodeSystem
Idsoftware-system-type-codes
FHIR VersionR5
Sourcehttp://terminology.hl7.org/https://build.fhir.org/ig/HL7/UTG/CodeSystem-software-system-type-codes.html
URLhttp://terminology.hl7.org/CodeSystem/software-system-type-codes
Version1.0.0
Statusactive
Date2024-02-16
NameSoftwareSystemTypeCodes
TitleSoftware System Type Codes
Realmuv
Authorityhl7
DescriptionTypes of software systems that support knowledge artifact authoring and evaluation (authoring, testing, tooling, evaluation)
CopyrightThis 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
Contentcomplete

Resources that use this resource

ValueSet
software-system-typeSoftware System Type
software-system-typeSoftware System Type

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

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

Source

{
  "resourceType": "CodeSystem",
  "id": "software-system-type-codes",
  "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"
    }
  ]
}