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

FHIR IG Statistics: CodeSystem/cs-actor-classification-codes

Packagebotswana.hie.fhir
Resource TypeCodeSystem
Idcs-actor-classification-codes
FHIR VersionR5
Sourcehttp://moh.bw.org/https://build.fhir.org/ig/jembi/botswana-hie-fhir-ig/CodeSystem-cs-actor-classification-codes.html
URLhttp://moh.bw.org/CodeSystem/cs-actor-classification-codes
Version1.0.0
Statusactive
Date2025-05-19T15:02:57+00:00
NameCSActorClassificationCodes
TitleActor Classification Codes
DescriptionA coded value that represents whether the actor is primary or secondary in the context of the requirements definition.
Contentcomplete

Resources that use this resource

ValueSet
vs-actor-classification-codesActor Classification Codes

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem cs-actor-classification-codes

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

CodeDisplayDefinition
primary Primary ActorA primary actor is the one who initiates the interaction with the system to achieve a specific goal. They are typically the main users of the system or those who directly benefit from the outcome of the use case.
secondary Secondary ActorA secondary actor is a system, person, or organization that the system needs help from to accomplish the goal of the use case. They support the process but don’t initiate the use case

Source

{
  "resourceType": "CodeSystem",
  "id": "cs-actor-classification-codes",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://moh.bw.org/CodeSystem/cs-actor-classification-codes",
  "version": "1.0.0",
  "name": "CSActorClassificationCodes",
  "title": "Actor Classification 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 whether the actor is primary or secondary in the context of the requirements definition.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "BW",
          "display": "Botswana"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 2,
  "concept": [
    {
      "code": "primary",
      "display": "Primary Actor",
      "definition": "A primary actor is the one who initiates the interaction with the system to achieve a specific goal. They are typically the main users of the system or those who directly benefit from the outcome of the use case."
    },
    {
      "code": "secondary",
      "display": "Secondary Actor",
      "definition": "A secondary actor is a system, person, or organization that the system needs help from to accomplish the goal of the use case. They support the process but don’t initiate the use case"
    }
  ]
}