FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/SEIRActionTaken

Packageimmunizationfhirig
TypeValueSet
IdSEIRActionTaken
FHIR VersionR4
Sourceurn://example.com/seirfhirig/fhir/https://build.fhir.org/ig/UP-Manila-SILab/immunizationfhirig/ValueSet-SEIRActionTaken.html
URLhttp://seir.dohnip.org/valueset/action-taken
Version0.1.0
Statusdraft
Date2025-06-16T13:41: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


Source

{
  "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": "2025-06-16T13:41: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"
          }
        ]
      }
    ]
  }
}