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

FHIR IG analytics

Packagenictiz.fhir.nl.r4.nl-core
Resource TypeEpisodeOfCare
Idnl-core-EpisodeOfCare-03.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

Zorgepisode. Patiƫnt: Patient, Johanna Petronella Maria (Jo) van Putten-van der Giessen. Status: actief
PeriodeVanaf 5 april 2014
DiagnoseProblem, type: Interpretatie van diagnose

Source1

{
  "resourceType": "EpisodeOfCare",
  "id": "nl-core-EpisodeOfCare-03",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/nl-core-EpisodeOfCare"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://nictiz.nl/fhir/StructureDefinition/ext-EpisodeOfCare.EpisodeOfCareName",
      "valueString": "diabetes"
    }
  ],
  "status": "active",
  "diagnosis": [
    {
      "condition": {
        "reference": "Condition/nl-core-EpisodeOfCare-02-Condition-01",
        "type": "Condition",
        "display": "Problem, type: Interpretatie van diagnose"
      }
    }
  ],
  "patient": {
    "reference": "Patient/nl-core-Patient-01",
    "type": "Patient",
    "display": "Patient, Johanna Petronella Maria (Jo) van Putten-van der Giessen"
  },
  "period": {
    "start": "2014-04-05"
  }
}