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

FHIR IG analytics

Packagesilfhirprofileig
Resource TypeEpisodeOfCare
IdEpisodeOfCare-ExampleSGHIEpisodeOfCare.json
FHIR VersionR5

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 ExampleSGHIEpisodeOfCare

identifier: Visit Number/EOC1234567890 (use: official, )

status: Active

StatusHistories

-StatusPeriod
*Planned2025-01-01 --> 2025-01-31

reason

Values

-Reference
*Condition Hypertension

diagnosis

Conditions

-Reference
*Condition Hypertension

patient: James Pond(official) Male, DoB: 1990-07-15 ( Medical Record Number: 12345)

managingOrganization: Organization SGHI Healthcare Organization

period: 2025-01-01 --> 2025-01-31

referralRequest: ServiceRequest Procedure


Source1

{
  "resourceType": "EpisodeOfCare",
  "id": "ExampleSGHIEpisodeOfCare",
  "meta": {
    "profile": [
      "https://fhir.slade360.co.ke/fhir/StructureDefinition/episodeofcare"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "VN",
            "display": "Visit Number"
          }
        ]
      },
      "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
      "value": "EOC1234567890",
      "assigner": {
        "reference": "Organization/ExampleSGHIOrganization"
      }
    }
  ],
  "status": "active",
  "statusHistory": [
    {
      "status": "planned",
      "period": {
        "start": "2025-01-01",
        "end": "2025-01-31"
      }
    }
  ],
  "reason": [
    {
      "value": [
        {
          "reference": {
            "reference": "Condition/ExampleSGHICondition"
          }
        }
      ]
    }
  ],
  "diagnosis": [
    {
      "condition": [
        {
          "reference": {
            "reference": "Condition/ExampleSGHICondition"
          }
        }
      ]
    }
  ],
  "patient": {
    "reference": "Patient/ExampleSGHIPatient"
  },
  "managingOrganization": {
    "reference": "Organization/ExampleSGHIOrganization"
  },
  "period": {
    "start": "2025-01-01",
    "end": "2025-01-31"
  },
  "referralRequest": [
    {
      "reference": "ServiceRequest/ExampleSGHIServiceRequest"
    }
  ]
}