FHIR IG analytics| Package | fhir.r4.wales |
| Resource Type | CodeSystem |
| Id | CodeSystem-DataStandardsWales-RecordingSetting.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "CodeSystem",
"id": "DataStandardsWales-RecordingSetting",
"url": "https://fhir.nhs.wales/CodeSystem/DataStandardsWales-RecordingSetting",
"version": "1.0.0",
"name": "DataStandardsWalesRecordingSetting",
"title": "Data Standards Wales CodeSystem Recording Setting",
"status": "active",
"date": "2025-01-01",
"publisher": "NHS Wales",
"contact": [
{
"name": "NHS Wales",
"telecom": [
{
"system": "email",
"value": "fhir.standards@wales.nhs.uk",
"use": "work",
"rank": 1
}
]
}
],
"description": "Resource structure is based on UKCore-RecordingSetting v1.0.0 which is not yet included in a balloted release. Added manually to prevent structure deviation and to support NHS Wales projects. Once available, the resource will be updated and derived from UK Core. A CodeSystem to record if an observation was recorded at home or in a clinical setting.",
"copyright": "2025 NHS Wales",
"caseSensitive": true,
"content": "complete",
"concept": [
{
"code": "residential",
"display": "Residential"
},
{
"code": "clinical",
"display": "Clinical"
}
]
}