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

FHIR IG analytics

Packagefhir.r4.wales.test
Resource TypeCodeSystem
IdCodeSystem-FHIRStandardsWales-DocumentErrorAction.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=fhir.r4.wales.test@2.3.0&canonical=https://fhir.nhs.wales/CodeSystem/FHIRStandardsWales-DocumentErrorAction
URLhttps://fhir.nhs.wales/CodeSystem/FHIRStandardsWales-DocumentErrorAction
Version1.0.0
Statusactive
Date2025-09-24
NameFHIRStandardsWalesDocumentErrorAction
TitleFHIR Standards Wales Document Error Action
Realmus
Authorityhl7
DescriptionA set of codes used to record an action in the document error workflow in NHS Wales - relating to document misfile or revocation.
Copyright2025 NHS Wales.
Contentcomplete

Resources that use this resource

ValueSet
FHIRStandardsWales-DocumentErrorActionFHIR Standards Wales Document Error Status

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "CodeSystem",
  "id": "FHIRStandardsWales-DocumentErrorAction",
  "url": "https://fhir.nhs.wales/CodeSystem/FHIRStandardsWales-DocumentErrorAction",
  "version": "1.0.0",
  "name": "FHIRStandardsWalesDocumentErrorAction",
  "title": "FHIR Standards Wales Document Error Action",
  "status": "active",
  "date": "2025-09-24",
  "publisher": "NHS Wales",
  "contact": [
    {
      "name": "FHIR Standards",
      "telecom": [
        {
          "system": "email",
          "value": "fhir.standards@wales.nhs.uk",
          "use": "work",
          "rank": 1
        }
      ]
    }
  ],
  "description": "A set of codes used to record an action in the document error workflow in NHS Wales - relating to document misfile or revocation.",
  "copyright": "2025 NHS Wales.",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "misfile-proposed",
      "display": "Misfile proposed",
      "definition": "A user has proposed that the document content does not relate to the identified patient."
    },
    {
      "code": "misfile-accepted",
      "display": "Misfile accepted",
      "definition": "A user has confirmed that the document content does not relate to the identified patient."
    },
    {
      "code": "misfile-rejected",
      "display": "Misfile rejected",
      "definition": "A user has rejected the proposal that the document content does not relate to the identified patient."
    },
    {
      "code": "revoked",
      "display": "Revoked",
      "definition": "A user has indicated that the the document is erroneous or has been withdrawn e.g. revocation of a Do Not Attempt Resuscitation (DNAR) instruction by a patient."
    }
  ]
}