1.2.0 - release

This page is part of the KL Gateway (v1.2.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Dialyse - JSON Representation

Raw json | Download

{
  "resourceType" : "CarePlan",
  "id" : "Dialyse",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-planned-intervention"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CarePlan Dialyse</b></p><a name=\"Dialyse\"> </a><a name=\"hcDialyse\"> </a><a name=\"Dialyse-en-US\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>subject</b>: <a href=\"Patient-TestPerson.html\">Anonymous Patient (no stated gender), DoB Unknown ( urn:oid:1.2.208.176.1.2#0101010101\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>period</b>: 2020-08-14 --&gt; (ongoing)</p><blockquote><p><b>activity</b></p><h3>Details</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Status</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{urn:oid:1.2.208.176.2.21 G1.10}\">Dialyse</span></td><td>In Progress</td></tr></table></blockquote></div>"
  },
  "status" : "active",
  "intent" : "plan",
  "subject" : {
    🔗 "reference" : "Patient/TestPerson"
  },
  "period" : {
    "start" : "2020-08-14"
  },
  "activity" : [
    {
      "detail" : {
        "code" : {
          "coding" : [
            {
              "system" : "urn:oid:1.2.208.176.2.21",
              "code" : "G1.10"
            }
          ]
        },
        "status" : "in-progress"
      }
    }
  ]
}