FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageup-manila-silab.immunizationfhirig
Resource TypeValueSet
IdValueSet-SEIRActionTaken.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/UP-Manila-SILab/immunizationfhirig/ValueSet-SEIRActionTaken.html
URLhttp://seir.dohnip.org/valueset/action-taken
Version0.1.0
Statusdraft
Date2026-02-03T13:49:39+00:00
NameSEIR___Action_Taken
TitleSEIR Action Taken
DescriptionSynchronized Electronic Immunization Repository (SEIR)'s action taken by the vaccinee if the vaccine is received, deferred or refused.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
action-takenSEIR Action Taken

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet SEIRActionTaken

version: 2; Last updated: 2025-06-12 07:16:31+0000


Source1

{
  "resourceType": "ValueSet",
  "id": "SEIRActionTaken",
  "meta": {
    "versionId": "2",
    "lastUpdated": "2025-06-12T07:16:31.723+00:00"
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://seir.dohnip.org/valueset/action-taken",
  "version": "0.1.0",
  "name": "SEIR___Action_Taken",
  "title": "SEIR Action Taken",
  "status": "draft",
  "date": "2026-02-03T13:49:39+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"
          }
        ]
      }
    ]
  }
}