{
  "resourceType": "CodeSystem",
  "id": "CareConnect-PrescribedElsewhere-1",
  "url": "https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-PrescribedElsewhere-1",
  "version": "1.0.0",
  "name": "Care Connect Prescribed Elsewhere",
  "status": "draft",
  "date": "2018-05-14T00:00:00+00:00",
  "publisher": "HL7 UK",
  "description": "A CodeSystem to identify the type of organisation/setting responsible for authorising and issuing medication outside of a GP system.",
  "copyright": "Copyright © 2016 HL7 UK",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "out-of-hours",
      "display": "Out of Hours"
    },
    {
      "code": "hospital",
      "display": "Hospital"
    },
    {
      "code": "dental",
      "display": "Dental"
    },
    {
      "code": "other-organisation",
      "display": "Other Organisation"
    },
    {
      "code": "hand-written",
      "display": "Hand Written"
    },
    {
      "code": "self-prescribed",
      "display": "Self Prescribed"
    },
    {
      "code": "private",
      "display": "Private"
    }
  ]
}