{
  "resourceType": "CodeSystem",
  "id": "OutpatientEncounterOutcome",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>OutpatientEncounterOutcome.</h2><div><p>List of outcomes for outpatient encounters.</p>\n</div><p>This code system http://fhir.mn/CodeSystem/OutpatientEncounterOutcome 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=\"OutpatientEncounterOutcome-1\"> </a></td><td>Final visit</td><td/></tr><tr><td style=\"white-space:nowrap\">2<a name=\"OutpatientEncounterOutcome-2\"> </a></td><td>Subsequent visit scheduled</td><td/></tr><tr><td style=\"white-space:nowrap\">3<a name=\"OutpatientEncounterOutcome-3\"> </a></td><td>Transferred to next level</td><td/></tr><tr><td style=\"white-space:nowrap\">4<a name=\"OutpatientEncounterOutcome-4\"> </a></td><td>Planned for hospitalization</td><td/></tr><tr><td style=\"white-space:nowrap\">5<a name=\"OutpatientEncounterOutcome-5\"> </a></td><td>Other</td><td/></tr></table></div>"
  },
  "url": "http://fhir.mn/CodeSystem/OutpatientEncounterOutcome",
  "version": "1.0.0",
  "name": "OutpatientEncounterOutcome",
  "title": "OutpatientEncounterOutcome.",
  "status": "active",
  "date": "2021-10-12T23:24:32+02:00",
  "publisher": "http://fhir.mn",
  "contact": [
    {
      "name": "Pétur Þór Valdimarsson",
      "telecom": [
        {
          "system": "url",
          "value": "http://fhir.mn"
        },
        {
          "system": "email",
          "value": "petur.valdimarsson@chorus.se"
        }
      ]
    }
  ],
  "description": "List of outcomes for outpatient encounters.",
  "content": "complete",
  "concept": [
    {
      "code": "1",
      "display": "Final visit"
    },
    {
      "code": "2",
      "display": "Subsequent visit scheduled"
    },
    {
      "code": "3",
      "display": "Transferred to next level"
    },
    {
      "code": "4",
      "display": "Planned for hospitalization"
    },
    {
      "code": "5",
      "display": "Other"
    }
  ]
}