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
: SEIR Action Taken - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "SEIRActionTaken"] ; #
fhir:meta [
fhir:versionId [ fhir:v "2" ] ;
fhir:lastUpdated [ fhir:v "2025-06-12T07:16:31.723+00:00"^^xsd:dateTime ]
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir: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>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "http://seir.dohnip.org/valueset/action-taken"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "SEIR___Action_Taken"] ; #
fhir:title [ fhir:v "SEIR Action Taken"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:date [ fhir:v "2025-08-29T07:12:28+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "UP Manila SILab"] ; #
fhir:contact ( [
fhir:name [ fhir:v "UP Manila SILab" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://github.com/UP-Manila-SILab" ] ] )
] ) ; #
fhir:description [ fhir:v "Synchronized Electronic Immunization Repository (SEIR)'s action taken by the vaccinee if the vaccine is received, deferred or refused."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PH" ] ;
fhir:display [ fhir:v "Philippines" ] ] )
] ) ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://seir.dohnip.org/codesystem/action-taken"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "Vaccinate" ] ;
fhir:display [ fhir:v "Vaccinate" ] ] [
fhir:code [ fhir:v "Defer" ] ;
fhir:display [ fhir:v "Defer" ] ] [
fhir:code [ fhir:v "Refuse" ] ;
fhir:display [ fhir:v "Refuse" ] ] ) ] )
] . #