{
  "resourceType" : "EpisodeOfCare",
  "id" : "BHAEpisodeOfCareExampleNorthSUD",
  "meta" : {
    "lastUpdated" : "2025-02-18T10:15:00Z",
    "profile" : ["http://bha.colorado.gov/fhir/bha-ig/StructureDefinition/bha-episodeOfCare"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: EpisodeOfCare BHAEpisodeOfCareExampleNorthSUD</b></p><a name=\"BHAEpisodeOfCareExampleNorthSUD\"> </a><a name=\"hcBHAEpisodeOfCareExampleNorthSUD\"> </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\">Last updated: 2025-02-18 10:15:00+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-bha-episodeOfCare.html\">BHA EpisodeOfCare Profile</a></p></div><p><b>status</b>: Finished</p><p><b>type</b>: <span title=\"Codes:{http://bha.colorado.gov/fhir/bha-ig/CodeSystem/bha-diagnosis-type-cs SUD}\">Substance Use Disorder</span></p><h3>Diagnoses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Condition</b></td><td><b>Role</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Condition-BHAEpisodeDiagnosisExampleNorthSUD.html\">Substance Use Disorder Diagnosis</a></td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/diagnosis-role AD}\">Admission diagnosis</span></td></tr></table><p><b>patient</b>: <a href=\"Patient-BHAClientExampleNorth.html\">Sofia Martinez</a></p><p><b>managingOrganization</b>: <a href=\"Organization-BHAOrganizationExample.html\">Community Health Clinic</a></p><p><b>period</b>: 2023-06-01 --&gt; 2025-02-18</p></div>"
  },
  "status" : "finished",
  "type" : [{
    "coding" : [{
      "system" : "http://bha.colorado.gov/fhir/bha-ig/CodeSystem/bha-diagnosis-type-cs",
      "code" : "SUD"
    }]
  }],
  "diagnosis" : [{
    "condition" : {
      "reference" : "Condition/BHAEpisodeDiagnosisExampleNorthSUD",
      "display" : "Substance Use Disorder Diagnosis"
    },
    "role" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/diagnosis-role",
        "code" : "AD"
      }]
    }
  }],
  "patient" : {
    "reference" : "Patient/BHAClientExampleNorth",
    "display" : "Sofia Martinez"
  },
  "managingOrganization" : {
    "reference" : "Organization/BHAOrganizationExample",
    "identifier" : {
      "system" : "http://hl7.org/fhir/sid/us-npi",
      "value" : "1234567893"
    },
    "display" : "Community Health Clinic"
  },
  "period" : {
    "start" : "2023-06-01",
    "end" : "2025-02-18"
  }
}