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

FHIR IG Statistics: CodeSystem/message-reason-prescription

Packageuk.nhsdigital.r4.test
Resource TypeCodeSystem
Idmessage-reason-prescription
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=uk.nhsdigital.r4.test@2.17.0-prerelease&canonical=https://fhir.nhs.uk/CodeSystem/message-reason-prescription
URLhttps://fhir.nhs.uk/CodeSystem/message-reason-prescription
Version1.0.1
Statusdraft
Date2020-09-23
NameMessageReasonPrescription
TitleMessage Reason Prescription
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-prescription",
  "url": "https://fhir.nhs.uk/CodeSystem/message-reason-prescription",
  "identifier": [
    {
      "system": "https://fhir.nhs.uk/identifier/message-reason-code",
      "value": "message-reason-prescription"
    }
  ],
  "version": "1.0.1",
  "name": "MessageReasonPrescription",
  "title": "Message Reason Prescription",
  "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",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "cancel",
      "display": "Cancel",
      "definition": "Cancellation of prescription"
    },
    {
      "code": "notification",
      "display": "Notification",
      "definition": "Notification of prescription or dispense"
    },
    {
      "code": "claim",
      "display": "Claim",
      "definition": "Prescription claim"
    }
  ]
}