HL7 FHIR® UK Core
4.0.0 - CI Build

HL7 FHIR® UK Core - Local Development build (v4.0.0). See the Directory of published versions

NHSDataModelandDictionaryOutcomeofAttendance - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "CodeSystem",
  "id" : "UKCore-OutcomeOfAttendance",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>NHS Data Model and Dictionary Outcome of Attendance</h2><div><p>This records the outcome of an Out-Patient Attendance Consultant.</p>\n</div><p><b>Copyright Statement:</b> Copyright © 2019 NHS Digital</p><p>This code system https://fhir.nhs.uk/R4/CodeSystem/UKCore-OutcomeOfAttendance defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"UKCore-OutcomeOfAttendance-1\"> </a></td><td>Discharged from Consultant's care (last attendance)</td><td/></tr><tr><td style=\"white-space:nowrap\">2<a name=\"UKCore-OutcomeOfAttendance-2\"> </a></td><td>Another Appointment given</td><td/></tr><tr><td style=\"white-space:nowrap\">3<a name=\"UKCore-OutcomeOfAttendance-3\"> </a></td><td>Appointment to be made at a later date</td><td/></tr></table></div>"
  },
  "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.nhs.uk/R4/CodeSystem/UKCore-OutcomeOfAttendance",
  "version" : "4.0.0",
  "name" : "NHSDataModelandDictionaryOutcomeofAttendance",
  "title" : "NHS Data Model and Dictionary Outcome of Attendance",
  "status" : "draft",
  "date" : "2019-11-05T00:00:00+00:00",
  "publisher" : "Project Wildfyre",
  "contact" : [
    {
      "name" : "Project Wildfyre",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:dunno@dummy.net",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "This records the outcome of an Out-Patient Attendance Consultant.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "GB"
        }
      ]
    }
  ],
  "copyright" : "Copyright © 2019 NHS Digital",
  "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"
    }
  ]
}