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

FHIR IG Statistics: CodeSystem/message-reason-encounter

Packageuk.nhsdigital.r4.test
Resource TypeCodeSystem
Idmessage-reason-encounter
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=uk.nhsdigital.r4.test@2.17.0-prerelease&canonical=https://fhir.nhs.uk/CodeSystem/message-reason-encounter
URLhttps://fhir.nhs.uk/CodeSystem/message-reason-encounter
Version1.0.0
Statusdraft
Date2020-09-23
NameMessageReasonEncounter
TitleMessage Reason Codes Encounter
Authorityhl7
DescriptionMessage reason Prescription codes.
CopyrightCopyright © 2019 NHS Digital
Contentcomplete

Resources that use this resource

ValueSet
message-reason-codeMessageReasonCodes

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "id": "message-reason-encounter",
  "url": "https://fhir.nhs.uk/CodeSystem/message-reason-encounter",
  "identifier": [
    {
      "system": "https://fhir.nhs.uk/identifier/message-reason-code",
      "value": "message-reason-encounter"
    }
  ],
  "version": "1.0.0",
  "name": "MessageReasonEncounter",
  "title": "Message Reason Codes Encounter",
  "status": "draft",
  "date": "2020-09-23",
  "publisher": "NHS Digital",
  "contact": [
    {
      "name": "NHS Digital",
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.net",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Message reason Prescription codes.",
  "copyright": "Copyright © 2019 NHS Digital",
  "content": "complete",
  "concept": [
    {
      "code": "admit",
      "display": "Admit",
      "definition": "The patient has been admitted."
    },
    {
      "code": "discharge",
      "display": "Discharge",
      "definition": "The patient has been discharged."
    },
    {
      "code": "absent",
      "display": "Absent",
      "definition": "The patient has temporarily left the institution."
    },
    {
      "code": "return",
      "display": "Returned",
      "definition": "The patient has returned from a temporary absence."
    },
    {
      "code": "moved",
      "display": "Moved",
      "definition": "The patient has been moved to a new location."
    },
    {
      "code": "edit",
      "display": "Edit",
      "definition": "Encounter details have been updated (e.g. to correct a coding error)."
    }
  ]
}