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

FHIR IG Statistics: CodeSystem/eRS-ProviderConversionAuthorisation-1

PackageNHSDigital.FHIR.STU3
Resource TypeCodeSystem
IdeRS-ProviderConversionAuthorisation-1
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=NHSDigital.FHIR.STU3@1.0.0&canonical=https://fhir.nhs.uk/STU3/CodeSystem/eRS-ProviderConversionAuthorisation-1
URLhttps://fhir.nhs.uk/STU3/CodeSystem/eRS-ProviderConversionAuthorisation-1
Version1.0.0
Statusdraft
Date2021-02-11T00:00:00+00:00
NameeRS Provider Conversion Authorisation
Authorityhl7
DescriptionA CodeSystem to identify whether the provider has authorised the conversion of advice and guidance to a referral.
CopyrightCopyright © 2020 NHS Digital
Contentcomplete

Resources that use this resource

ValueSet
eRS-ProviderConversionAuthorisation-1eRS Provider Conversion Authorisation

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "id": "eRS-ProviderConversionAuthorisation-1",
  "url": "https://fhir.nhs.uk/STU3/CodeSystem/eRS-ProviderConversionAuthorisation-1",
  "version": "1.0.0",
  "name": "eRS Provider Conversion Authorisation",
  "status": "draft",
  "date": "2021-02-11T00:00:00+00:00",
  "publisher": "NHS Digital",
  "contact": [
    {
      "name": "Interoperability Team",
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.net",
          "use": "work"
        }
      ]
    }
  ],
  "description": "A CodeSystem to identify whether the provider has authorised the conversion of advice and guidance to a referral.",
  "copyright": "Copyright © 2020 NHS Digital",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "AUTHORISED_TO_CONVERT",
      "display": "Referrer has allowed the Service Provider to convert the Advice and Guidance to a Referral"
    },
    {
      "code": "NOT_AUTHORISED_TO_CONVERT",
      "display": "Referrer has NOT allowed the Service Provider to convert the Advice and Guidance to a Referral"
    }
  ]
}