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

FHIR IG Statistics: CodeSystem/ADS-ResponseCategoryType

Packageuk.adsv2.r4
Resource TypeCodeSystem
IdADS-ResponseCategoryType
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=uk.adsv2.r4@1.6.1&canonical=https://fhir.nhs.uk/R4/CodeSystem/ADS-ResponseCategoryType
URLhttps://fhir.nhs.uk/R4/CodeSystem/ADS-ResponseCategoryType
Version1.0.0
Statusdraft
Date2020-12-09T00:00:00+00:00
NameADSResponseCategoryType
TitleADS Response Category Type
DescriptionA code to indicate the initial or final acuity categorisation.
CopyrightCopyright © 2020 NHS Digital
Contentcomplete

Resources that use this resource

ValueSet
ADS-ResponseCategoryTypeADS Response Category Type

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "id": "ADS-ResponseCategoryType",
  "url": "https://fhir.nhs.uk/R4/CodeSystem/ADS-ResponseCategoryType",
  "version": "1.0.0",
  "name": "ADSResponseCategoryType",
  "title": "ADS Response Category Type",
  "status": "draft",
  "date": "2020-12-09T00:00:00+00:00",
  "publisher": "NHS Digital",
  "contact": [
    {
      "name": "NHS Digital",
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.net",
          "use": "work"
        }
      ]
    }
  ],
  "description": "A code to indicate the initial or final acuity categorisation.",
  "copyright": "Copyright © 2020 NHS Digital",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "initial",
      "display": "Initial Response Category"
    },
    {
      "code": "reporting",
      "display": "Reporting Response Category"
    }
  ]
}