FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/CodeSystem-eRS-AttachmentStatus

PackageNHSDigital.FHIR.STU3
Resource TypeCodeSystem
IdCodeSystem-eRS-AttachmentStatus
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=NHSDigital.FHIR.STU3@1.0.0&canonical=https://fhir.nhs.uk/STU3/CodeSystem/eRS-AttachmentStatus-1
URLhttps://fhir.nhs.uk/STU3/CodeSystem/eRS-AttachmentStatus-1
Version1.0.0
Statusactive
NameeRS Attachment Status
Authorityhl7
PurposeCode system used to indicate the status of attachment
Copyright2017 NHS Digital
Contentcomplete

Resources that use this resource

ValueSet
eRS-AttachmentStatus-1eRS Attachment Status

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "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"
    }
  ]
}