Draft Immunization FHIR Implementation Guide
0.1.0 - ci-build
Draft Immunization FHIR Implementation Guide, published by UP Manila SILab. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/UP-Manila-SILab/immunizationfhirig/ and changes regularly. See the Directory of published versions
Draft as of 2025-08-29 |
{
"resourceType" : "CodeSystem",
"id" : "SEIRActionTaken",
"meta" : {
"versionId" : "2",
"lastUpdated" : "2025-06-12T07:16:16.948+00:00"
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem SEIRActionTaken</b></p><a name=\"SEIRActionTaken\"> </a><a name=\"hcSEIRActionTaken\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 2; Last updated: 2025-06-12 07:16:16+0000</p></div><p>This case-sensitive code system <code>http://seir.dohnip.org/codesystem/action-taken</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">Vaccinate<a name=\"SEIRActionTaken-Vaccinate\"> </a></td><td>Vaccinate</td></tr><tr><td style=\"white-space:nowrap\">Defer<a name=\"SEIRActionTaken-Defer\"> </a></td><td>Defer</td></tr><tr><td style=\"white-space:nowrap\">Refuse<a name=\"SEIRActionTaken-Refuse\"> </a></td><td>Refuse</td></tr></table></div>"
},
"url" : "http://seir.dohnip.org/codesystem/action-taken",
"version" : "0.1.0",
"name" : "SEIR_Action_Taken",
"title" : "SEIR Action Taken",
"status" : "draft",
"date" : "2025-08-29T07:12:28+00:00",
"publisher" : "UP Manila SILab",
"contact" : [
{
"name" : "UP Manila SILab",
"telecom" : [
{
"system" : "url",
"value" : "https://github.com/UP-Manila-SILab"
}
]
}
],
"description" : "Synchronized Electronic Immunization Repository (SEIR)'s action taken by the vaccinee if the vaccine is received, deferred or refused.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "PH",
"display" : "Philippines"
}
]
}
],
"caseSensitive" : true,
"valueSet" : "http://seir.dohnip.org/valueset/action-taken",
"compositional" : false,
"versionNeeded" : true,
"content" : "complete",
"count" : 3,
"concept" : [
{
"code" : "Vaccinate",
"display" : "Vaccinate",
"definition" : "Vaccinate"
},
{
"code" : "Defer",
"display" : "Defer",
"definition" : "Defer"
},
{
"code" : "Refuse",
"display" : "Refuse",
"definition" : "Refuse"
}
]
}