FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageus.co.bha-ig
Resource TypeEpisodeOfCare
IdEpisodeOfCare-BHAEpisodeOfCareExampleNorthSUD.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: EpisodeOfCare BHAEpisodeOfCareExampleNorthSUD

Last updated: 2025-02-18 10:15:00+0000

Profile: BHA EpisodeOfCare Profile

status: Finished

type: Substance Use Disorder

Diagnoses

-ConditionRole
*Substance Use Disorder DiagnosisAdmission diagnosis

patient: Sofia Martinez

managingOrganization: Community Health Clinic

period: 2023-06-01 --> 2025-02-18


Source1

{
  "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": "<!-- snip (see above) -->"
  },
  "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"
  }
}