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

FHIR IG Statistics: CodeSystem/CodeSystem-eRS-RejectionReason-1

Packagenhsd.assets.stu3
Resource TypeCodeSystem
IdCodeSystem-eRS-RejectionReason-1
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=nhsd.assets.stu3@1.7.0&canonical=https://fhir.nhs.uk/STU3/CodeSystem/eRS-RejectionReason-1
URLhttps://fhir.nhs.uk/STU3/CodeSystem/eRS-RejectionReason-1
Version1.0.0
Statusdraft
Date2019-03-14
NameeRS Rejection Reason
Authorityhl7
DescriptionCodeSystem for rejecting a referral.
CopyrightCopyright © 2018 NHS Digital
Contentcomplete

Resources that use this resource

ValueSet
eRS-RejectionReason-1eRS Rejection Reason

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-RejectionReason-1",
  "version": "1.0.0",
  "name": "eRS Rejection Reason",
  "status": "draft",
  "date": "2019-03-14",
  "publisher": "NHS Digital",
  "contact": [
    {
      "name": "Interoperability Team",
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.net",
          "use": "work"
        }
      ]
    }
  ],
  "description": "CodeSystem for rejecting a referral.",
  "copyright": "Copyright © 2018 NHS Digital",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "FURTHER_INFORMATION_REQUIRED",
      "display": "Further Information Required"
    },
    {
      "code": "SERVICE_INAPPROPRIATE",
      "display": "Service Inappropriate"
    },
    {
      "code": "OTHER",
      "display": "Other"
    },
    {
      "code": "OUTPATIENT_APPT_NOT_REQUIRED",
      "display": "Outpatient Appointment Not Required"
    },
    {
      "code": "SERVICE_PREREQUISITES_NOT_COMPLETE",
      "display": "Service Pre-requisites Not Complete"
    }
  ]
}