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

FHIR IG analytics

Packagebha-ig
Resource TypeEpisodeOfCare
IdEpisodeOfCare-BHAEpisodeExample.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 BHAEpisodeExample

status: Finished

type: Ambulatory Medical Withdrawal Management

patient: Emma Jones

managingOrganization: Community Health Clinic


Source1

{
  "resourceType": "EpisodeOfCare",
  "id": "BHAEpisodeExample",
  "meta": {
    "profile": [
      "http://bha.colorado.gov/fhir/bha-ig/StructureDefinition/bha-episode"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "finished",
  "type": [
    {
      "coding": [
        {
          "system": "http://bha.colorado.gov/fhir/bha-ig/CodeSystem/bha-episode-identifier-cs",
          "code": "01",
          "display": "Ambulatory Medical Withdrawal Management"
        }
      ]
    }
  ],
  "patient": {
    "reference": "Patient/BHAClientExample",
    "display": "Emma Jones"
  },
  "managingOrganization": {
    "reference": "Organization/BHAOrganizationExample",
    "display": "Community Health Clinic"
  }
}