FHIR IG analytics| Package | us.co.bha-ig |
| Resource Type | EpisodeOfCare |
| Id | EpisodeOfCare-BHAEpisodeOfCareExampleCentralBH.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: EpisodeOfCare BHAEpisodeOfCareExampleCentralBH
Last updated: 2025-03-03 09:30:00+0000
Profile: BHA EpisodeOfCare Profile
status: Finished
type: Mental Health
| Condition | Role |
| Mental Health Diagnosis | Admission diagnosis |
patient: Arjun Patel
managingOrganization: Community Health Clinic
period: 2023-01-15 --> 2025-03-03
{
"resourceType": "EpisodeOfCare",
"id": "BHAEpisodeOfCareExampleCentralBH",
"meta": {
"lastUpdated": "2025-03-03T09:30: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/BHAEpisodeDiagnosisExampleCentralBH",
"display": "Mental Health Diagnosis"
},
"role": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/diagnosis-role",
"code": "AD"
}
]
}
}
],
"patient": {
"reference": "Patient/BHAClientExampleCentral",
"display": "Arjun Patel"
},
"managingOrganization": {
"reference": "Organization/BHAOrganizationExample",
"identifier": {
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "1234567893"
},
"display": "Community Health Clinic"
},
"period": {
"start": "2023-01-15",
"end": "2025-03-03"
}
}