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

FHIR IG analytics

Packageus.co.bha-ig
Resource TypeEpisodeOfCare
IdEpisodeOfCare-BHAEpisodeOfCareExampleSouthBH.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 BHAEpisodeOfCareExampleSouthBH

Last updated: 2025-01-10 09:00:00+0000

Profile: BHA EpisodeOfCare Profile

status: Finished

type: Mental Health

Diagnoses

-ConditionRole
*Mental Health DiagnosisAdmission diagnosis

patient: Gabriela Torres

managingOrganization: Community Health Clinic

period: 2025-01-10 --> 2025-12-15


Source1

{
  "resourceType": "EpisodeOfCare",
  "id": "BHAEpisodeOfCareExampleSouthBH",
  "meta": {
    "lastUpdated": "2025-01-10T09:00: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": "MH"
        }
      ]
    }
  ],
  "diagnosis": [
    {
      "condition": {
        "reference": "Condition/BHAEpisodeDiagnosisExampleSouthBH",
        "display": "Mental Health Diagnosis"
      },
      "role": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/diagnosis-role",
            "code": "AD"
          }
        ]
      }
    }
  ],
  "patient": {
    "reference": "Patient/BHAClientExampleSouth",
    "display": "Gabriela Torres"
  },
  "managingOrganization": {
    "reference": "Organization/BHAOrganizationExample",
    "identifier": {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "1234567893"
    },
    "display": "Community Health Clinic"
  },
  "period": {
    "start": "2025-01-10",
    "end": "2025-12-15"
  }
}