| Package | NHSDigital.FHIR.STU3 |
| Resource Type | CodeSystem |
| Id | CodeSystem-eRS-AttachmentStatus |
| FHIR Version | R3 |
| Source | https://simplifier.net/resolve?scope=NHSDigital.FHIR.STU3@1.0.0&canonical=https://fhir.nhs.uk/STU3/CodeSystem/eRS-AttachmentStatus-1 |
| URL | https://fhir.nhs.uk/STU3/CodeSystem/eRS-AttachmentStatus-1 |
| Version | 1.0.0 |
| Status | active |
| Name | eRS Attachment Status |
| Authority | hl7 |
| Purpose | Code system used to indicate the status of attachment |
| Copyright | 2017 NHS Digital |
| Content | complete |
| ValueSet | |
| eRS-AttachmentStatus-1 | eRS Attachment Status |
No resources found
No narrative content found in resource
{
"resourceType": "CodeSystem",
"url": "https://fhir.nhs.uk/STU3/CodeSystem/eRS-AttachmentStatus-1",
"version": "1.0.0",
"name": "eRS Attachment Status",
"status": "active",
"publisher": "NHS Digital",
"contact": [
{
"name": "Interoperability Team",
"telecom": [
{
"system": "email",
"value": "interoperabilityteam@nhs.net",
"use": "work"
}
]
}
],
"purpose": "Code system used to indicate the status of attachment",
"copyright": "2017 NHS Digital",
"content": "complete",
"concept": [
{
"code": "AVAILABLE",
"display": "Available"
},
{
"code": "PENDING",
"display": "Pending"
},
{
"code": "UNAVAILABLE_VIRUS_DETECTED",
"display": "Unavailable Virus Detected"
},
{
"code": "UNAVAILABLE_VALIDATION_FAILED",
"display": "Unavailable Validation Failed"
}
]
}