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

FHIR IG Statistics: CodeSystem/cs-requirements-type-codes

Packagebotswana.hie.fhir
Resource TypeCodeSystem
Idcs-requirements-type-codes
FHIR VersionR5
Sourcehttp://moh.bw.org/https://build.fhir.org/ig/jembi/botswana-hie-fhir-ig/CodeSystem-cs-requirements-type-codes.html
URLhttp://moh.bw.org/CodeSystem/cs-requirements-type-codes
Version1.0.0
Statusactive
Date2025-05-19T15:02:57+00:00
NameCSRequirementsTypeCodes
TitleRequirements Type Codes
DescriptionA coded value that represents the type of requirements contained in the Resource.
Contentcomplete

Resources that use this resource

ValueSet
vs-requirements-type-codesRequirements Type Codes

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem cs-requirements-type-codes

This case-sensitive code system http://moh.bw.org/CodeSystem/cs-requirements-type-codes defines the following codes:

CodeDisplayDefinition
functional Functional RequirementsFunctional requirements define the specific behaviors, features, and functions a system or product must perform. They describe what the system should do, including tasks, processes, and interactions.
non-functional Non-Functional RequirementsNon-functional requirements specify the quality attributes, performance, and constraints of a system, such as reliability, scalability, security, and usability, rather than specific behaviors or functions.

Source

{
  "resourceType": "CodeSystem",
  "id": "cs-requirements-type-codes",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://moh.bw.org/CodeSystem/cs-requirements-type-codes",
  "version": "1.0.0",
  "name": "CSRequirementsTypeCodes",
  "title": "Requirements Type Codes",
  "status": "active",
  "experimental": false,
  "date": "2025-05-19T15:02:57+00:00",
  "publisher": "Jembi Health Systems",
  "contact": [
    {
      "name": "Jembi Health Systems",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.jembi.org"
        },
        {
          "system": "email",
          "value": "info@jembi.org"
        }
      ]
    },
    {
      "name": "Jembi Health Systems",
      "telecom": [
        {
          "system": "email",
          "value": "info@jembi.org",
          "use": "work"
        }
      ]
    }
  ],
  "description": "A coded value that represents the type of requirements contained in the Resource.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "BW",
          "display": "Botswana"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 2,
  "concept": [
    {
      "code": "functional",
      "display": "Functional Requirements",
      "definition": "Functional requirements define the specific behaviors, features, and functions a system or product must perform. They describe what the system should do, including tasks, processes, and interactions."
    },
    {
      "code": "non-functional",
      "display": "Non-Functional Requirements",
      "definition": "Non-functional requirements specify the quality attributes, performance, and constraints of a system, such as reliability, scalability, security, and usability, rather than specific behaviors or functions."
    }
  ]
}