FHIR IG Statistics: ValueSet/ValueSet-Notts-SCR-DataProvider
Package | notts.scr.poc |
Resource Type | ValueSet |
Id | ValueSet-Notts-SCR-DataProvider |
FHIR Version | R3 |
Source | https://simplifier.net/resolve?scope=notts.scr.poc@0.1.0&canonical=https://fhir.nottinghamshire.gov.uk/STU3/valueset/Notts-SCR-DataProvider |
URL | https://fhir.nottinghamshire.gov.uk/STU3/valueset/Notts-SCR-DataProvider |
Version | 0.0.1 |
Status | draft |
Date | 2021-01-26T13:00:00+00:00 |
Name | Notts-SCR-DataProvider |
Description | The 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 |
Purpose | A CodeSystem to identify the provenance of a FHIR resource within the Nottinghamshire Shared Care Record |
Copyright | Copyright © Nottinghamshire County Council 2020 |
Resources that use this resource
Resources that this resource uses
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"
}
]
}
]
}
}