Botswana FHIR Implementation Guide
1.0.0 - ci-build
Botswana FHIR Implementation Guide, published by Jembi Health Systems. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jembi/botswana-hie-fhir-ig/ and changes regularly. See the Directory of published versions
Active as of 2025-08-20 |
{
"resourceType" : "CodeSystem",
"id" : "cs-actor-classification-codes",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem cs-actor-classification-codes</b></p><a name=\"cs-actor-classification-codes\"> </a><a name=\"hccs-actor-classification-codes\"> </a><p>This case-sensitive code system <code>http://moh.bw.org/CodeSystem/cs-actor-classification-codes</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">primary<a name=\"cs-actor-classification-codes-primary\"> </a></td><td>Primary Actor</td><td>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.</td></tr><tr><td style=\"white-space:nowrap\">secondary<a name=\"cs-actor-classification-codes-secondary\"> </a></td><td>Secondary Actor</td><td>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</td></tr></table></div>"
},
"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-08-20T07:21:53+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"
}
]
}