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

FHIR IG analytics

Packagehl7.fhir.us.pacio-rt
Resource TypeEpisodeOfCare
IdEpisodeOfCare-RT-HHA-EpisodeOfCare.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

Resource EpisodeOfCare "RT-HHA-EpisodeOfCare"

status: finished

type: Home and Community Care (Episode of care type#hacc)

Diagnoses

-Condition
*Condition/RT-HHA-Diagnosis-CISequelae

patient: Patient/RT-Patient-BSJ " SMITH-JOHNSON"

managingOrganization: Organization/RT-PractitionerOrg-SkyHarbor-HHA "Sky Harbor Home Health Services"

period: 2021-04-07 --> 2021-08-24

careManager: PractitionerRole/RT-PractitionerRole-RN-JacobHartwell


Source1

{
  "resourceType": "EpisodeOfCare",
  "id": "RT-HHA-EpisodeOfCare",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "finished",
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/episodeofcare-type",
          "code": "hacc"
        }
      ]
    }
  ],
  "diagnosis": [
    {
      "condition": {
        "reference": "Condition/RT-HHA-Diagnosis-CISequelae"
      }
    }
  ],
  "patient": {
    "reference": "Patient/RT-Patient-BSJ"
  },
  "managingOrganization": {
    "reference": "Organization/RT-PractitionerOrg-SkyHarbor-HHA"
  },
  "period": {
    "start": "2021-04-07",
    "end": "2021-08-24"
  },
  "careManager": {
    "reference": "PractitionerRole/RT-PractitionerRole-RN-JacobHartwell"
  }
}