FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.nhs.uk.stu3.assets
Resource TypeCodeSystem
IdCodeSystem-eRS-AvailabilityStatus.json
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=fhir.nhs.uk.stu3.assets@1.0.0&canonical=https://fhir.nhs.uk/STU3/CodeSystem/eRS-AvailabilityStatus-1
URLhttps://fhir.nhs.uk/STU3/CodeSystem/eRS-AvailabilityStatus-1
Version1.1.0
Statusactive
NameeRS Availability Status
Realmus
Authorityhl7
PurposeCode system used to indicate the availability of an attachment
Copyright2017 NHS Digital
Contentcomplete

Resources that use this resource

ValueSet
fhir.nhs.uk.stu3.assets#1.0.0eRS-AvailabilityStatus-1eRS Availability Status

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "CodeSystem",
  "url": "https://fhir.nhs.uk/STU3/CodeSystem/eRS-AvailabilityStatus-1",
  "version": "1.1.0",
  "name": "eRS Availability 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 availability of an attachment",
  "copyright": "2017 NHS Digital",
  "content": "complete",
  "concept": [
    {
      "code": "AVAILABLE",
      "display": "Available"
    },
    {
      "code": "PENDING",
      "display": "Pending"
    },
    {
      "code": "THREATS_FOUND",
      "display": "Unavailable Threats Found"
    },
    {
      "code": "VALIDATION_FAILED",
      "display": "Unavailable Validation Failed"
    }
  ]
}