{
  "resourceType" : "PlanDefinition",
  "id" : "np-eov-plandefinition",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<div>\n    <table class=\"grid dict\">\n        \n        <tr>\n            <th scope=\"row\"><b>Id: </b></th>\n            <td style=\"padding-left: 4px;\">np-eov-plandefinition</td>\n        </tr>\n        \n\n        \n        <tr>\n            <th scope=\"row\"><b>Url: </b></th>\n            <td style=\"padding-left: 4px;\"><a href=\"PlanDefinition-np-eov-plandefinition.html\">eOverdracht — transfer of care dataset</a></td>\n        </tr>\n        \n\n        \n        <tr>\n            <th scope=\"row\"><b>Version: </b></th>\n            <td style=\"padding-left: 4px;\">0.3.0</td>\n        </tr>\n        \n\n        \n\n        \n        <tr>\n            <th scope=\"row\"><b>Title: </b></th>\n            <td style=\"padding-left: 4px;\">eOverdracht — transfer of care dataset</td>\n        </tr>\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n        <tr>\n            <th scope=\"row\"><b>Date: </b></th>\n            <td style=\"padding-left: 4px;\">2026-01-01</td>\n        </tr>\n        \n\n        \n        <tr>\n            <th scope=\"row\"><b>Publisher: </b></th>\n            <td style=\"padding-left: 4px;\">Stichting Nuts</td>\n        </tr>\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n        <tr>\n            <th scope=\"row\"><b>Jurisdiction: </b></th>\n            <td style=\"padding-left: 4px;\">NL</td>\n        </tr>\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n        <tr>\n            <th scope=\"row\"><b>Actions: </b></th>\n            <td style=\"padding-left: 4px;\">\n                <table class=\"grid-dict\">\n                    \n                    <tr>\n                        <td>\n                            \n                            <b> Patient demographics:</b> \n                            \n                            <br/>\n                            \n                            \n                            \n                            \n                            \n                        </td>\n                    </tr>\n                    \n                    <tr>\n                        <td>\n                            \n                            <b> Nursing handoff composition:</b> \n                            \n                            <br/>\n                            \n                            \n                            \n                            \n                            \n                        </td>\n                    </tr>\n                    \n                    <tr>\n                        <td>\n                            \n                            <b> Care plan:</b> \n                            \n                            <br/>\n                            \n                            \n                            \n                            \n                            \n                        </td>\n                    </tr>\n                    \n                    <tr>\n                        <td>\n                            \n                            <b> Current nursing observations:</b> \n                            \n                            <br/>\n                            \n                            \n                            \n                            \n                            \n                        </td>\n                    </tr>\n                    \n                </table>\n            </td>\n        </tr>\n        \n    </table>\n</div>\n</div>"
  },
  "url" : "http://nictiz.nl/fhir/PlanDefinition/eoverdracht",
  "version" : "0.3.0",
  "name" : "EOverdrachtDataset",
  "title" : "eOverdracht — transfer of care dataset",
  "status" : "active",
  "date" : "2026-01-01",
  "publisher" : "Stichting Nuts",
  "contact" : [{
    "name" : "Stichting Nuts",
    "telecom" : [{
      "system" : "url",
      "value" : "https://www.nuts.nl"
    }]
  }],
  "jurisdiction" : [{
    "coding" : [{
      "system" : "urn:iso:std:iso:3166",
      "code" : "NL",
      "display" : "Netherlands"
    }]
  }],
  "action" : [{
    "title" : "Patient demographics",
    "input" : [{
      "type" : "Patient"
    }]
  },
  {
    "title" : "Nursing handoff composition",
    "input" : [{
      "extension" : [{
        "url" : "http://example.org/fhir/StructureDefinition/fhir-query-string",
        "valueString" : "Composition?type=http://snomed.info/sct|371535009&status=final"
      }],
      "type" : "Composition"
    }]
  },
  {
    "title" : "Care plan",
    "input" : [{
      "type" : "CarePlan"
    }]
  },
  {
    "title" : "Current nursing observations",
    "input" : [{
      "extension" : [{
        "url" : "http://example.org/fhir/StructureDefinition/fhir-query-string",
        "valueString" : "Observation?category=http://terminology.hl7.org/CodeSystem/observation-category|activity&date=ge2026-01-01"
      }],
      "type" : "Observation"
    }]
  }]
}