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

FHIR IG analytics

Packagefhir.iptpig
Resource TypeValueSet
IdValueSet-iptp-messaging-status-vs.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/daviemukungi/IPTp-FHIR-implementationIG/ValueSet-iptp-messaging-status-vs.html
URLhttp://iptp.kemri.go.ke/fhir/ValueSet/iptp-messaging-status-vs
Version0.1.0
Statusdraft
Date2026-06-30T18:47:18+00:00
NameIPTpMessagingStatusVS
TitleIPTp Messaging Status Value Set
Realmus
Authorityhl7
DescriptionWhether SMS reminders are currently active or have been stopped (STOP handling)

Resources that use this resource

StructureDefinition
fhir.iptpig#currentiptp-messaging-statusIPTp Messaging Status

Resources that this resource uses

CodeSystem
fhir.iptpig#currentiptp-code-systemIPTp-SP Code System

Narrative

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

Generated Narrative: ValueSet iptp-messaging-status-vs


Source1

{
  "resourceType": "ValueSet",
  "id": "iptp-messaging-status-vs",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://iptp.kemri.go.ke/fhir/ValueSet/iptp-messaging-status-vs",
  "version": "0.1.0",
  "name": "IPTpMessagingStatusVS",
  "title": "IPTp Messaging Status Value Set",
  "status": "draft",
  "date": "2026-06-30T18:47:18+00:00",
  "publisher": "IPTp-SP Digital Support System Implementation Team",
  "contact": [
    {
      "name": "IPTp-SP Digital Support System Implementation Team",
      "telecom": [
        {
          "system": "url",
          "value": "http://iptp.kemri.go.ke"
        }
      ]
    }
  ],
  "description": "Whether SMS reminders are currently active or have been stopped (STOP handling)",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "KE",
          "display": "Kenya"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://iptp.kemri.go.ke/fhir/CodeSystem/iptp-code-system",
        "concept": [
          {
            "code": "messaging-active"
          },
          {
            "code": "messaging-stopped"
          }
        ]
      }
    ]
  }
}