NHS England FHIR Implementation Guide (deprecated)

Important Announcement regarding this Implementation Guide
  • As of 04/10/2023, this implementation guide has been deprecated and all development on the legacy NHS England FHIR Implementation Guide assets has ceased.
  • Therefore, vendors looking to start new implementations or looking to update existing implementations should use the new NHS England Implementation Guide. Vendors continuing to implement legacy NHS England FHIR Implementation Guide based solutions do so at their own risk and on the understanding that no maintenance or support will be available.

NHSDigital-Message-Events

Url
https://fhir.nhs.uk/ValueSet/NHSDigital-message-events

ValueSet 'NHSMessageEvents'

Version1.0.12
StatusActive

A ValueSet to identify the type of FHIR Message

This value set includes codes from the following code systems:

{
    "resourceType": "ValueSet",
    "id": "nhsdigital-message-events",
    "url": "https://fhir.nhs.uk/ValueSet/NHSDigital-message-events",
    "version": "1.0.12",
    "name": "NHSMessageEvents",
    "status": "active",
    "description": "A ValueSet to identify the type of FHIR Message",
    "compose": {
        "include":  [
            {
                "system": "https://fhir.nhs.uk/CodeSystem/message-event",
                "version": "1.0.19"
            },
            {
                "system": "https://fhir.nhs.uk/CodeSystem/message-events-bars",
                "version": "1.0.0"
            }
        ]
    }
}
<ValueSet xmlns="http://hl7.org/fhir">
    <id value="nhsdigital-message-events" />
    <url value="https://fhir.nhs.uk/ValueSet/NHSDigital-message-events" />
    <version value="1.0.12" />
    <name value="NHSMessageEvents" />
    <status value="active" />
    <description value="A ValueSet to identify the type of FHIR Message" />
    <compose>
        <include>
            <system value="https://fhir.nhs.uk/CodeSystem/message-event" />
            <version value="1.0.19" />
        </include>
        <include>
            <system value="https://fhir.nhs.uk/CodeSystem/message-events-bars" />
            <version value="1.0.0" />
        </include>
    </compose>
</ValueSet>
back to top