| Package | hl7.terminology |
| Resource Type | CodeSystem |
| Id | software-system-type-codes |
| FHIR Version | R5 |
| Source | http://terminology.hl7.org/https://build.fhir.org/ig/HL7/UTG/CodeSystem-software-system-type-codes.html |
| URL | http://terminology.hl7.org/CodeSystem/software-system-type-codes |
| Version | 1.0.0 |
| Status | active |
| Date | 2024-02-16 |
| Name | SoftwareSystemTypeCodes |
| Title | Software System Type Codes |
| Realm | uv |
| Authority | hl7 |
| Description | Types of software systems that support knowledge artifact authoring and evaluation (authoring, testing, tooling, evaluation) |
| 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 |
| Content | complete |
| ValueSet | |
| software-system-type | Software System Type |
No resources found
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:
{
"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"
}
]
}