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

FHIR IG analytics

Packagehl7.fhir.uv.cpg
Resource TypeEpisodeOfCare
IdEpisodeOfCare-ep-scenario4-eoc.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 ep-scenario4-eoc

CPG Enrolled In Extension: Activity Example Pathway PD

status: Active

Diagnoses

-Condition
*Condition Ischemic stroke (disorder)

patient: Example Patient Female, DoB: 1990-10-01


Source1

{
  "resourceType": "EpisodeOfCare",
  "id": "ep-scenario4-eoc",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-case"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-enrolledIn",
      "valueCanonical": "http://hl7.org/fhir/uv/cpg/PlanDefinition/activity-example-pathway-pd"
    }
  ],
  "status": "active",
  "diagnosis": [
    {
      "condition": {
        "reference": "Condition/ep-scenario4-condition"
      }
    }
  ],
  "patient": {
    "reference": "Patient/ep-scenario4-patient"
  }
}