{
  "resourceType": "ValueSet",
  "id": "ValueSet-CDS-SocialCareTaskDetailCategory",
  "meta": {
    "lastUpdated": "2020-02-05T09:41:37.27+00:00"
  },
  "url": "https://fhir.nottinghamshire.gov.uk/STU3/valueset/CDS-SocialCareTaskDetailCategory",
  "version": "0.0.1",
  "name": "Social Care Task Detail Category",
  "status": "draft",
  "date": "2020-02-05T09:41:37.2296355+00:00",
  "description": "A ValueSet to categorise the different forms of detail that may define a Social Care Task",
  "copyright": "Copyright © Nottinghamshire County Council 2020",
  "compose": {
    "include": [
      {
        "system": "https://fhir.nottinghamshire.gov.uk/STU3/codesystem/CDS-SocialCareTaskDetailCategory",
        "concept": [
          {
            "code": "task-name",
            "display": "Task Name"
          },
          {
            "code": "task-type",
            "display": "Task Type"
          }
        ]
      }
    ]
  }
}