FHIR IG Statistics: StructureDefinition/DataStandardsWales-PSOM-MessageDefinition
Package | fhir.r4.wales.psom |
Resource Type | StructureDefinition |
Id | DataStandardsWales-PSOM-MessageDefinition |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=fhir.r4.wales.psom@1.0.0-rc3&canonical=https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-PSOM-MessageDefinition |
URL | https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-PSOM-MessageDefinition |
Status | draft |
Name | DataStandardsWalesPSOMMessageDefinition |
Title | Data Standards Wales PSOM MessageDefinition |
Realm | us |
Authority | hl7 |
Description | A profile that defines the characteristics of a PSOM message that can be shared between systems, including the type of event that initiates the message. Instances of this resource provide information on the content to be transmitted and what response(s), if any, are permitted. |
Purpose | This profile defines the base MessageDefinition structure for PSOM messages. Inspiration is taken from the [NHSDigital-MessageDefinition profile](https://simplifier.net/packages/uk.nhsdigital.r4/2.8.0/files/1953649) (url = https://fhir.nhs.uk/StructureDefinition/NHSDigital-MessageDefinition). |
Copyright | © 2023 NHS Wales. |
Type | MessageDefinition |
Kind | resource |
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "DataStandardsWales-PSOM-MessageDefinition",
"url": "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-PSOM-MessageDefinition",
"name": "DataStandardsWalesPSOMMessageDefinition",
"title": "Data Standards Wales PSOM MessageDefinition",
"status": "draft",
"publisher": "NHS Wales",
"contact": [
{
"name": "Data Standards",
"telecom": [
{
"system": "email",
"value": "data.standards@wales.nhs.uk",
"use": "work"
}
]
}
],
"description": "A profile that defines the characteristics of a PSOM message that can be shared between systems, including the type of event that initiates the message. Instances of this resource provide information on the content to be transmitted and what response(s), if any, are permitted.",
"purpose": "This profile defines the base MessageDefinition structure for PSOM messages. Inspiration is taken from the [NHSDigital-MessageDefinition profile](https://simplifier.net/packages/uk.nhsdigital.r4/2.8.0/files/1953649) (url = https://fhir.nhs.uk/StructureDefinition/NHSDigital-MessageDefinition).",
"copyright": "© 2023 NHS Wales.",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "MessageDefinition",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/MessageDefinition",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "MessageDefinition.url",
"path": "MessageDefinition.url",
"min": 1,
"constraint": [
{
"key": "PSOM-MessageDefinition-01",
"severity": "error",
"human": "The url needs to start with the NHS Wales base.",
"expression": "startsWith('https://fhir.nhs.wales/MessageDefinition/')"
}
]
},
{
"id": "MessageDefinition.description",
"path": "MessageDefinition.description",
"min": 1
},
{
"id": "MessageDefinition.event[x]",
"path": "MessageDefinition.event[x]",
"type": [
{
"code": "Coding"
}
],
"binding": {
"strength": "required",
"description": "NHS Wales Message Events",
"valueSet": "https://fhir.nhs.wales/ValueSet/DataStandardsWales-PSOM-MessageEvent"
}
}
]
}
}