{
  "resourceType" : "EpisodeOfCare",
  "id" : "BHAEpisodeExample",
  "meta" : {
    "profile" : ["http://bha.colorado.gov/fhir/bha-test-ig/StructureDefinition/bha-episode"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: EpisodeOfCare BHAEpisodeExample</b></p><a name=\"BHAEpisodeExample\"> </a><a name=\"hcBHAEpisodeExample\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-bha-episode.html\">Colorado BHA Episode Profile</a></p></div><p><b>status</b>: Finished</p><p><b>type</b>: <span title=\"Codes:{http://bha.colorado.gov/fhir/bha-test-ig/CodeSystem/bha-episode-identifier-cs 01}\">Ambulatory Medical Withdrawal Management</span></p><p><b>patient</b>: <a href=\"Patient-BHAClientExample.html\">Emma Jones</a></p><p><b>managingOrganization</b>: <a href=\"Organization-BHAOrganizationExample.html\">Community Health Clinic</a></p></div>"
  },
  "status" : "finished",
  "type" : [{
    "coding" : [{
      "system" : "http://bha.colorado.gov/fhir/bha-test-ig/CodeSystem/bha-episode-identifier-cs",
      "code" : "01",
      "display" : "Ambulatory Medical Withdrawal Management"
    }]
  }],
  "patient" : {
    "reference" : "Patient/BHAClientExample",
    "display" : "Emma Jones"
  },
  "managingOrganization" : {
    "reference" : "Organization/BHAOrganizationExample",
    "display" : "Community Health Clinic"
  }
}