Package | botswana.hie.fhir |
Resource Type | CodeSystem |
Id | cs-actor-classification-codes |
FHIR Version | R5 |
Source | http://moh.bw.org/https://build.fhir.org/ig/jembi/botswana-hie-fhir-ig/CodeSystem-cs-actor-classification-codes.html |
URL | http://moh.bw.org/CodeSystem/cs-actor-classification-codes |
Version | 1.0.0 |
Status | active |
Date | 2025-05-19T15:02:57+00:00 |
Name | CSActorClassificationCodes |
Title | Actor Classification Codes |
Description | A coded value that represents whether the actor is primary or secondary in the context of the requirements definition. |
Content | complete |
ValueSet | |
vs-actor-classification-codes | Actor Classification Codes |
No resources found
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:
{ "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" } ] }