FHIR IG analytics
Resources that use this resource
Resources that this resource uses
| CodeSystem |
| sct | SNOMED codes used in this IG |
Narrative
No narrative content found in resource
Source1
{
"resourceType": "ValueSet",
"id": "a6876ad9-6ac5-431a-980d-b093a07e84d6",
"url": "https://fhir.nhs.uk/ValueSet/NHSDigital-ServiceRequest-category",
"version": "0.0.2",
"name": "ServiceRequestCategory",
"title": "ServiceRequestCategory",
"status": "draft",
"date": "2022-03-01T06:00:00+00:00",
"publisher": "NHS Digital",
"contact": [
{
"name": "Interoperability Team",
"telecom": [
{
"system": "email",
"value": "interoperabilityteam@nhs.net",
"use": "work"
}
]
}
],
"description": "Value set of SNOMED CT concepts that can classify a requested service",
"compose": {
"include": [
{
"system": "http://snomed.info/sct",
"concept": [
{
"code": "108252007",
"display": "Laboratory procedure"
},
{
"code": "363679005",
"display": "Imaging"
},
{
"code": "409063005",
"display": "Counselling"
},
{
"code": "409073007",
"display": "Education"
},
{
"code": "387713003",
"display": "Surgical procedure"
},
{
"code": "3457005",
"display": "Patient referral"
},
{
"code": "820641000000100",
"display": "Choose and book advice and guidance request"
}
]
}
]
}
}