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

FHIR IG Statistics: CodeSystem/SEIRActionTaken

Packageimmunizationfhirig
TypeCodeSystem
IdSEIRActionTaken
FHIR VersionR4
Sourceurn://example.com/seirfhirig/fhir/https://build.fhir.org/ig/UP-Manila-SILab/immunizationfhirig/CodeSystem-SEIRActionTaken.html
URLhttp://seir.dohnip.org/codesystem/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.
Contentcomplete

Resources that use this resource

ValueSet
action-takenSEIR Action Taken

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem SEIRActionTaken

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

This case-sensitive code system http://seir.dohnip.org/codesystem/action-taken defines the following codes:

CodeDefinition
Vaccinate Vaccinate
Defer Defer
Refuse Refuse

Source

{
  "resourceType": "CodeSystem",
  "id": "SEIRActionTaken",
  "meta": {
    "versionId": "2",
    "lastUpdated": "2025-06-12T07:16:16.948+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://seir.dohnip.org/codesystem/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"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://seir.dohnip.org/valueset/action-taken",
  "compositional": false,
  "versionNeeded": true,
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "Vaccinate",
      "display": "Vaccinate",
      "definition": "Vaccinate"
    },
    {
      "code": "Defer",
      "display": "Defer",
      "definition": "Defer"
    },
    {
      "code": "Refuse",
      "display": "Refuse",
      "definition": "Refuse"
    }
  ]
}