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

FHIR IG Statistics: CodeSystem/ADS-BundleType

Packageuk.adsv2.r4
Resource TypeCodeSystem
IdADS-BundleType
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=uk.adsv2.r4@1.6.1&canonical=https://fhir.nhs.uk/R4/CodeSystem/ADS-BundleType
URLhttps://fhir.nhs.uk/R4/CodeSystem/ADS-BundleType
Version1.0.0
Statusdraft
Date2020-12-09T00:00:00+00:00
NameADSBundleType
TitleADS Bundle Type
DescriptionA CodeSystem to identify the ADS Bundle Type.
CopyrightCopyright © 2020 NHS Digital
Contentcomplete

Resources that use this resource

ValueSet
ADS-BundleTypeADS Bundle Type

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "id": "ADS-BundleType",
  "url": "https://fhir.nhs.uk/R4/CodeSystem/ADS-BundleType",
  "version": "1.0.0",
  "name": "ADSBundleType",
  "title": "ADS Bundle 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 CodeSystem to identify the ADS Bundle Type.",
  "copyright": "Copyright © 2020 NHS Digital",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "mvp",
      "display": "ADS FHIR Bundle - MVP items"
    },
    {
      "code": "bundle-1",
      "display": "ADS FHIR Bundle - Stage 2 Bundle 1 items"
    },
    {
      "code": "bundle-2",
      "display": "ADS FHIR Bundle - Stage 2 Bundle 2 items"
    },
    {
      "code": "epr",
      "display": "ADS FHIR Bundle - EPR items"
    }
  ]
}