Open Health Hub FHIR Implementation Guide
0.1.0 - v0.1.0
Open Health Hub FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Active as of 2025-12-03 |
{
"resourceType" : "CodeSystem",
"id" : "action-type",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem action-type</b></p><a name=\"action-type\"> </a><a name=\"hcaction-type\"> </a><p>This case-sensitive code system <code>https://api.openhealthhub.com/OpenHealthhub/fhir/4/CodeSystem/action-type</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\">PUSH_NOTIFICATION<a name=\"action-type-PUSH_NOTIFICATION\"> </a></td><td>send notification to user</td><td>The PUSH_NOTIFICATION represents sending a notification (push/email) to the participant</td></tr><tr><td style=\"white-space:nowrap\">CALL_PATIENT<a name=\"action-type-CALL_PATIENT\"> </a></td><td>patient should be called by practitioner</td><td>The CALL_PATIENT task represents a task for the practitioner to call the patient to remind him to fill out the questionnaire</td></tr></table></div>"
},
"url" : "https://api.openhealthhub.com/OpenHealthhub/fhir/4/CodeSystem/action-type",
"version" : "0.1.0",
"name" : "ActionType",
"title" : "Action Type",
"status" : "active",
"experimental" : false,
"date" : "2025-12-03T12:00:57+00:00",
"publisher" : "Open Health Hub",
"contact" : [
{
"name" : "Open Health Hub",
"telecom" : [
{
"system" : "url",
"value" : "https://www.openhealthhub.com"
},
{
"system" : "email",
"value" : "support@openhealthhub.com"
}
]
}
],
"description" : "Type of action for the Plan Definition tasks",
"caseSensitive" : true,
"content" : "complete",
"count" : 2,
"concept" : [
{
"code" : "PUSH_NOTIFICATION",
"display" : "send notification to user",
"definition" : "The PUSH_NOTIFICATION represents sending a notification (push/email) to the participant"
},
{
"code" : "CALL_PATIENT",
"display" : "patient should be called by practitioner",
"definition" : "The CALL_PATIENT task represents a task for the practitioner to call the patient to remind him to fill out the questionnaire"
}
]
}