FHIR IG analytics| Package | fhir.r4.wales |
| Resource Type | CodeSystem |
| Id | CodeSystem-MessageEvents.json |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=fhir.r4.wales@2.4.0&canonical=https://fhir.nhs.wales/CodeSystem/message-events |
| URL | https://fhir.nhs.wales/CodeSystem/message-events |
| Version | 0.0.1 |
| Status | draft |
| Date | 2025-10-15 |
| Name | MessageEvents |
| Title | Message Events |
| Realm | us |
| Authority | hl7 |
| 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. |
| Content | complete |
| ValueSet | |
| message-events | Message Events |
No resources found
No narrative content found in resource
{
"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"
}
]
}