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

FHIR IG analytics

Packagefhir.r4.wales
Resource TypeCodeSystem
IdCodeSystem-MessageEvents.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=fhir.r4.wales@2.4.0&canonical=https://fhir.nhs.wales/CodeSystem/message-events
URLhttps://fhir.nhs.wales/CodeSystem/message-events
Version0.0.1
Statusdraft
Date2025-10-15
NameMessageEvents
TitleMessage Events
Realmus
Authorityhl7
DescriptionMessage Events CodeSystem is owned and managed by the NHS Wales App. These are not a data standard and this snapshot is for example use only.
Copyright2025 NHS Wales.
Contentcomplete

Resources that use this resource

ValueSet
message-eventsMessage Events

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "CodeSystem",
  "id": "MessageEvents",
  "url": "https://fhir.nhs.wales/CodeSystem/message-events",
  "version": "0.0.1",
  "name": "MessageEvents",
  "title": "Message Events",
  "status": "draft",
  "experimental": true,
  "date": "2025-10-15",
  "publisher": "NHS Wales",
  "contact": [
    {
      "name": "FHIR Standards",
      "telecom": [
        {
          "system": "email",
          "value": "fhir.standards@wales.nhs.uk",
          "use": "work",
          "rank": 1
        }
      ]
    }
  ],
  "description": "Message Events CodeSystem is owned and managed by the NHS Wales App. These are not a data standard and this snapshot is for example use only.",
  "copyright": "2025 NHS Wales.",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "appointment-new",
      "display": "Appointment New"
    },
    {
      "code": "appointment-update",
      "display": "Appointment Update"
    },
    {
      "code": "appointment-cancel",
      "display": "Appointment Cancel"
    },
    {
      "code": "servicerequest-new",
      "display": "ServiceRequest New"
    },
    {
      "code": "servicerequest-update",
      "display": "ServiceRequest Update"
    },
    {
      "code": "servicerequest-cancel",
      "display": "ServiceRequest Cancel"
    }
  ]
}