{
  "resourceType": "CodeSystem",
  "id": "CareConnect-OutcomeOfAttendance-1",
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/codesystem-sourceReference",
      "valueUri": "http://www.datadictionary.nhs.uk/data_dictionary/attributes/o/out/outcome_of_attendance_de.asp?shownav=1"
    }
  ],
  "url": "https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-OutcomeOfAttendance-1",
  "version": "1.1.0",
  "name": "NHS Data Model and Dictionary Outcome of Attendance",
  "status": "draft",
  "date": "2018-11-14T00:00:00+00:00",
  "publisher": "HL7 UK",
  "description": "This records the outcome of an Out-Patient Attendance Consultant.",
  "copyright": "Copyright © 2016 HL7 UK",
  "content": "complete",
  "concept": [
    {
      "code": "1",
      "display": "Discharged from Consultant's care (last attendance)"
    },
    {
      "code": "2",
      "display": "Another Appointment given"
    },
    {
      "code": "3",
      "display": "Appointment to be made at a later date"
    }
  ]
}