FHIR IG analytics| Package | uk.nhsdigital.r4 |
| Resource Type | CodeSystem |
| Id | CodeSystem-NHSApp-Communication-Status.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "CodeSystem",
"id": "0c4e6a23-67f2-4107-8e27-e293c12f7544",
"url": "https://fhir.nhs.uk/CodeSystem/NHSApp-Communication-Status",
"version": "1.0.0",
"name": "NHSAppCommunicationStatus",
"title": "NHSApp-Communication-Status",
"status": "active",
"date": "2022-08-03",
"publisher": "NHS Digital",
"contact": [
{
"name": "Interoperability Team",
"telecom": [
{
"system": "email",
"value": "interoperabilityteam@nhs.net",
"use": "work"
}
]
}
],
"description": "A Code System for NHSApp Communication Status",
"copyright": "Copyright © 2022 NHS Digital",
"caseSensitive": true,
"content": "complete",
"concept": [
{
"code": "Rejected"
},
{
"code": "Delivered"
},
{
"code": "Notified"
},
{
"code": "Unnotified"
},
{
"code": "Read"
}
]
}