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

FHIR IG analytics

Packagefhir.kenyaPSIG
Resource TypeValueSet
IdValueSet-immunization-status-vs.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/IntelliSOFT-Consulting/Kenya-Patient-Summary-FHIR-IG/ValueSet-immunization-status-vs.html
URLhttps://nshr-uat.sha.go.ke/fhir/ValueSet/immunization-status-vs
Version0.1.0
Statusdraft
Date2026-06-19T10:10:16+00:00
NameImmunizationStatusVS
TitleStatus ValueSet
Realmus
Authorityhl7
DescriptionValueSet binding for Immunization.status in Immunization.
CopyrightCopyright © 2024+ Digital Health Agency of Kenya. This content is licensed under Creative Commons Zero v1.0 Universal (CC0 1.0). No rights reserved.

Resources that use this resource

StructureDefinition
fhir.kenyaPSIG#currentke-kps-immunizationImmunization Profile - KPS

Resources that this resource uses

CodeSystem
hl7.fhir.uv.xver-r4.r4b#0.1.0event-statusEventStatus

Narrative

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

Generated Narrative: ValueSet immunization-status-vs

  • Include these codes as defined in http://hl7.org/fhir/event-status version 📦4.0.1
    CodeDisplayDefinition
    completedCompletedThe event has now concluded.
    entered-in-errorEntered in ErrorThis electronic record should never have existed, though it is possible that real-world decisions were based on it. (If real-world activity has occurred, the status should be "stopped" rather than "entered-in-error".).
    not-doneNot DoneThe event was terminated prior to any activity beyond preparation. I.e. The 'main' activity has not yet begun. The boundary between preparatory and the 'main' activity is context-specific.

Source1

{
  "resourceType": "ValueSet",
  "id": "immunization-status-vs",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://nshr-uat.sha.go.ke/fhir/ValueSet/immunization-status-vs",
  "version": "0.1.0",
  "name": "ImmunizationStatusVS",
  "title": "Status ValueSet",
  "status": "draft",
  "experimental": false,
  "date": "2026-06-19T10:10:16+00:00",
  "publisher": "Digital Health Agency of Kenya",
  "contact": [
    {
      "name": "Digital Health Agency of Kenya",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.dha.go.ke"
        },
        {
          "system": "email",
          "value": "interoperability@dha.go.ke"
        }
      ]
    },
    {
      "name": "Digital Health Agency of Kenya – Interoperability Team",
      "telecom": [
        {
          "system": "email",
          "value": "interoperability@dha.go.ke",
          "use": "work"
        },
        {
          "system": "url",
          "value": "https://www.dha.go.ke",
          "use": "work"
        }
      ]
    }
  ],
  "description": "ValueSet binding for Immunization.status in Immunization.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "KE",
          "display": "Kenya"
        }
      ]
    }
  ],
  "copyright": "Copyright © 2024+ Digital Health Agency of Kenya. This content is licensed under Creative Commons Zero v1.0 Universal (CC0 1.0). No rights reserved.\n",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/event-status",
        "concept": [
          {
            "code": "completed",
            "display": "Completed"
          },
          {
            "code": "entered-in-error",
            "display": "Entered in Error"
          },
          {
            "code": "not-done",
            "display": "Not Done"
          }
        ]
      }
    ]
  }
}