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

FHIR IG Statistics: ValueSet/ValueSet-Notts-SCR-DataProvider

Packagenotts.scr.poc
Resource TypeValueSet
IdValueSet-Notts-SCR-DataProvider
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=notts.scr.poc@0.1.0&canonical=https://fhir.nottinghamshire.gov.uk/STU3/valueset/Notts-SCR-DataProvider
URLhttps://fhir.nottinghamshire.gov.uk/STU3/valueset/Notts-SCR-DataProvider
Version0.0.1
Statusdraft
Date2021-01-26T13:00:00+00:00
NameNotts-SCR-DataProvider
DescriptionThe Data Provider Code will consist of 3 parts: 1. Org code - eg. NCOC 2. Numeric id - in case the org had more than 1 provider 3. Org type identifier - allowing you to programmatically exclude social care or health etc. a. S=Social b. H=Health c. I=Infrastructure Ecosystem elements will have separate codes, e.g.: • R-AGG-I, for the Resource Aggregator, and • D-AGG-I. for the Document Aggregator
PurposeA CodeSystem to identify the provenance of a FHIR resource within the Nottinghamshire Shared Care Record
CopyrightCopyright © Nottinghamshire County Council 2020

Resources that use this resource

StructureDefinition
Notts-SCR-MetaNotts-SCR-Meta

Resources that this resource uses

CodeSystem
data-providerNotts-SCR-DataProvider

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "ValueSet-Notts-SCR-DataProvider",
  "meta": {
    "lastUpdated": "2021-03-30T09:30:00+00:00"
  },
  "url": "https://fhir.nottinghamshire.gov.uk/STU3/valueset/Notts-SCR-DataProvider",
  "version": "0.0.1",
  "name": "Notts-SCR-DataProvider",
  "status": "draft",
  "date": "2021-01-26T13:00:00+00:00",
  "description": "The Data Provider Code will consist of 3 parts:\n1. Org code - eg. NCOC\n2. Numeric id - in case the org had more than 1 provider\n3. Org type identifier - allowing you to programmatically exclude social care or health etc.\n     a. S=Social\n     b. H=Health\n     c. I=Infrastructure \n\nEcosystem elements will have separate codes, e.g.:\n• R-AGG-I,  for the Resource Aggregator, and \n• D-AGG-I. for the Document Aggregator",
  "purpose": "A CodeSystem to identify the provenance of a FHIR resource within the Nottinghamshire Shared Care Record",
  "copyright": "Copyright © Nottinghamshire County Council 2020",
  "compose": {
    "include": [
      {
        "system": "http://fhir.nottinghamshire.gov.uk/data-provider",
        "concept": [
          {
            "code": "NCOC-01-S",
            "display": "Nottinghamshire County Council"
          },
          {
            "code": "NCIC-01-S",
            "display": "Nottingham City Council"
          },
          {
            "code": "SFHT-01-H",
            "display": "Sherwood Forest Hospitals Trust"
          },
          {
            "code": "NUHT-01-H",
            "display": "Nottingham University Hospitals Trust"
          },
          {
            "code": "NHT-01-H",
            "display": "Nottinghamshire Healthcare Trust"
          },
          {
            "code": "GPRCC-01-H",
            "display": "General Practice Repository for Clinical Care"
          },
          {
            "code": "R-AGG-I",
            "display": "Resource Aggregator"
          },
          {
            "code": "D-AGG-I",
            "display": "Document Aggregator"
          }
        ]
      }
    ]
  }
}