Nictiz FHIR NL R4 Zib2020
0.9.0 - CI Build

Nictiz FHIR NL R4 Zib2020 - Local Development build (v0.9.0). See the Directory of published versions

: Example EpisodeOfCare - nl-core-EpisodeOfCare-02 - JSON Representation

Raw json | Download


{
  "resourceType" : "EpisodeOfCare",
  "id" : "nl-core-EpisodeOfCare-02",
  "meta" : {
    "profile" : [
      "http://nictiz.nl/fhir/StructureDefinition/nl-core-EpisodeOfCare"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: EpisodeOfCare</b><a name=\"nl-core-EpisodeOfCare-02\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource EpisodeOfCare &quot;nl-core-EpisodeOfCare-02&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-nl-core-EpisodeOfCare.html\">nl core EpisodeOfCare</a></p></div><p><b>ext EpisodeOfCare.EpisodeOfCareName</b>: de novo diabetes</p><p><b>status</b>: active</p><h3>Diagnoses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Condition</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Condition-nl-core-EpisodeOfCare-02-Condition-01.html\">Condition/nl-core-EpisodeOfCare-02-Condition-01: Problem, type: Interpretatie van diagnose</a></td></tr></table><p><b>patient</b>: <a href=\"Patient-nl-core-Patient-01.html\">Patient/nl-core-Patient-01: Patient, Johanna Petronella Maria (Jo) van Putten-van der Giessen</a> &quot; VAN PUTTEN-VAN DER GIESSEN&quot;</p><p><b>period</b>: 2014-04-05 --&gt; (ongoing)</p></div>"
  },
  "extension" : [
    {
      "url" : "http://nictiz.nl/fhir/StructureDefinition/ext-EpisodeOfCare.EpisodeOfCareName",
      "valueString" : "de novo 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"
  }
}