KIOLA Implementation Guide
0.1.0 - STU1

KIOLA Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: KIOLA Standard Treatment Plan Timing Example - JSON Representation

Active as of 2024-04-27

Raw json | Download


{
  "resourceType" : "PlanDefinition",
  "id" : "kiola-standard-treatment-plan-timing-example",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.ehealth-systems.at/artifacts/StructureDefinition/kiola-standard-treatment-plan"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: PlanDefinition</b><a name=\"kiola-standard-treatment-plan-timing-example\"> </a><a name=\"hckiola-standard-treatment-plan-timing-example\"> </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 PlanDefinition &quot;kiola-standard-treatment-plan-timing-example&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-kiola-standard-treatment-plan.html\">KIOLA Standard Treatment Plan</a></p></div><p><b>url</b>: <code>https://fhir.ehealth-systems.at/artifacts/PlanDefinition/TimingExample</code></p><p><b>version</b>: 0.1.0</p><p><b>name</b>: TimingExample</p><p><b>title</b>: Timing Example</p><p><b>status</b>: active</p><p><b>date</b>: 2024-04-27 13:32:49+0000</p><p><b>contact</b>: AIT Austrian Institute of Technology: <a href=\"mailto:mailto:office@ait.ac.at\">mailto:office@ait.ac.at</a></p><h3>Actions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Title</b></td><td><b>Timing[x]</b></td><td><b>Definition[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>Measurement Blood Pressure</td><td>Once per 1 days</td><td><a href=\"ActivityDefinition-mdc-dev-spec-profile-bp.html\">Blood pressure measurement</a></td></tr></table></div>"
  },
  "url" : "https://fhir.ehealth-systems.at/artifacts/PlanDefinition/TimingExample",
  "version" : "0.1.0",
  "name" : "TimingExample",
  "title" : "Timing Example",
  "status" : "active",
  "date" : "2024-04-27T13:32:49+00:00",
  "contact" : [
    {
      "name" : "AIT Austrian Institute of Technology",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:office@ait.ac.at"
        }
      ]
    }
  ],
  "action" : [
    {
      "title" : "Measurement Blood Pressure",
      "timingTiming" : {
        "repeat" : {
          "frequency" : 1,
          "period" : 1,
          "periodUnit" : "d"
        }
      },
      "definitionCanonical" : "https://fhir.ehealth-systems.at/artifacts/ActivityDefinition/mdc-dev-spec-profile-bp"
    }
  ]
}