FHIR IG analytics
Resources that use this resource
Resources that this resource uses
| CodeSystem |
| hl7.fhir.uv.xver-r4.r4b#0.1.0 | event-status | EventStatus |
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://hl7.org/fhir/event-status version 📦4.0.1| Code | Display | Definition |
| completed | Completed | The event has now concluded. |
| entered-in-error | Entered in Error | This 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-done | Not Done | The 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"
}
]
}
]
}
}