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" : "ValueSet",
"id" : "SEIRActionTaken",
"meta" : {
"versionId" : "2",
"lastUpdated" : "2025-06-12T07:16:31.723+00:00"
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet 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:31+0000</p></div><ul><li>Include these codes as defined in <a href=\"CodeSystem-SEIRActionTaken.html\"><code>http://seir.dohnip.org/codesystem/action-taken</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-SEIRActionTaken.html#SEIRActionTaken-Vaccinate\">Vaccinate</a></td><td>Vaccinate</td><td>Vaccinate</td></tr><tr><td><a href=\"CodeSystem-SEIRActionTaken.html#SEIRActionTaken-Defer\">Defer</a></td><td>Defer</td><td>Defer</td></tr><tr><td><a href=\"CodeSystem-SEIRActionTaken.html#SEIRActionTaken-Refuse\">Refuse</a></td><td>Refuse</td><td>Refuse</td></tr></table></li></ul></div>"
},
"url" : "http://seir.dohnip.org/valueset/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"
}
]
}
],
"compose" : {
"include" : [
{
"system" : "http://seir.dohnip.org/codesystem/action-taken",
"concept" : [
{
"code" : "Vaccinate",
"display" : "Vaccinate"
},
{
"code" : "Defer",
"display" : "Defer"
},
{
"code" : "Refuse",
"display" : "Refuse"
}
]
}
]
}
}