Draft Immunization FHIR Implementation Guide
0.1.0 - ci-build Philippines flag

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

Draft as of 2025-08-29

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "SEIRActionTaken"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "2" ] ;
fhir:lastUpdated [ fhir:v "2025-06-12T07:16:16.948+00:00"^^xsd:dateTime ]
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://seir.dohnip.org/codesystem/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:caseSensitive [ fhir:v true] ; # 
  fhir:valueSet [
fhir:v "http://seir.dohnip.org/valueset/action-taken"^^xsd:anyURI ;
fhir:link <http://seir.dohnip.org/valueset/action-taken>
  ] ; # 
  fhir:compositional [ fhir:v false] ; # 
  fhir:versionNeeded [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "Vaccinate" ] ;
fhir:display [ fhir:v "Vaccinate" ] ;
fhir:definition [ fhir:v "Vaccinate" ]
  ] [
fhir:code [ fhir:v "Defer" ] ;
fhir:display [ fhir:v "Defer" ] ;
fhir:definition [ fhir:v "Defer" ]
  ] [
fhir:code [ fhir:v "Refuse" ] ;
fhir:display [ fhir:v "Refuse" ] ;
fhir:definition [ fhir:v "Refuse" ]
  ] ) . #