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

FHIR IG analytics

Packagehl7.fhir.dk.hackathons
Resource TypeEpisodeOfCare
IdEpisodeOfCare-EpisodeOfCareExample.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 EpisodeOfCareExample

status: Active

patient: Nancy Ann Berggren (official) Unknown, DoB Unknown ( urn:oid:1.2.208.176.1.2#DK Central Person Registry (CPR)#2512489996 (use: official, ))

period: 2022-09-01 00:00:00+0200 --> (ongoing)


Source1

{
  "resourceType": "EpisodeOfCare",
  "id": "EpisodeOfCareExample",
  "meta": {
    "profile": [
      "http://hl7.dk/fhir/hackathons/StructureDefinition/TelemedicineEpisodeOfCare"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "patient": {
    "reference": "Patient/PatientExample"
  },
  "period": {
    "start": "2022-09-01T00:00:00+02:00"
  }
}