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

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

PackageNHSDigital.FHIR.STU3
Resource TypeCodeSystem
IdCodeSystem-eRS-ClinicalInformationStatus-1
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=NHSDigital.FHIR.STU3@1.0.0&canonical=https://fhir.nhs.uk/STU3/CodeSystem/eRS-ClinicalInformationStatus-1
URLhttps://fhir.nhs.uk/STU3/CodeSystem/eRS-ClinicalInformationStatus-1
Version1.0.0
Statusactive
NameeRS Clinical Information Status
Authorityhl7
PurposeA category to support the clinical information status.
Copyright© 2021 NHS Digital
Contentcomplete

Resources that use this resource

ValueSet
eRS-ClinicalInformationStatus-1eRS Clinical Information 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-ClinicalInformationStatus-1",
  "version": "1.0.0",
  "name": "eRS Clinical Information Status",
  "status": "active",
  "publisher": "NHS Digital",
  "contact": [
    {
      "name": "Interoperability Team",
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.net",
          "use": "work"
        }
      ]
    }
  ],
  "purpose": "A category to support the clinical information status.",
  "copyright": "© 2021 NHS Digital",
  "content": "complete",
  "concept": [
    {
      "code": "PRESENT",
      "display": "There is clinical information associated with the Appointment Request's Pathway"
    },
    {
      "code": "NOT_APPLICABLE",
      "display": "There is no indicated intention to add clinical information AND the 'deferred-to' service does NOT require a referral letter AND there is no clinical information in the Pathway"
    },
    {
      "code": "NOT_DUE",
      "display": "There is an indicated intention to add clinical information BUT the due date for it is in the future"
    },
    {
      "code": "OVERDUE",
      "display": "There is an indicated intention to add clinical information AND the due date for it is the current date or in the past"
    }
  ]
}