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

FHIR IG analytics

Packagedk.ehealth.sundhed.fhir.ig.core
Resource TypeEpisodeOfCare
IdEpisodeOfCare-42.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


Source1

{
  "resourceType": "EpisodeOfCare",
  "id": "42",
  "meta": {
    "versionId": "2",
    "profile": [
      "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare-caremanagerOrganization",
      "valueReference": {
        "reference": "Organization/108752"
      }
    }
  ],
  "status": "planned",
  "diagnosis": [
    {
      "condition": {
        "reference": "Condition/42"
      }
    }
  ],
  "patient": {
    "reference": "Patient/102"
  },
  "managingOrganization": {
    "reference": "Organization/108752"
  },
  "period": {
    "start": "2023-01-01T00:00:00Z"
  }
}