LTT Implementation Guide
1.0.0 - ci-build

LTT Implementation Guide, published by Kommunernes Landsforening. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7dk/kl-ltt/ and changes regularly. See the Directory of published versions

: Henvisning - JSON Representation

Raw json | Download

{
  "resourceType" : "CarePlan",
  "id" : "Henvisning",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.kl.dk/ltt/StructureDefinition/klgateway-ltt-referral"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CarePlan Henvisning</b></p><a name=\"Henvisning\"> </a><a name=\"hcHenvisning\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-klgateway-ltt-referral.html\">KLGatewayLTTReferral</a></p></div><p><b>basedOn</b>: <a href=\"CarePlan-Forloeb.html\">CarePlan: status = active; intent = plan; period = 2025-05-14 08:17:00+0000 --&gt; (ongoing)</a></p><p><b>status</b>: Completed</p><p><b>intent</b>: Plan</p><p><b>subject</b>: <a href=\"Patient-Josefine.html\">Anonymous Patient (no stated gender), DoB Unknown ( urn:oid:1.2.208.176.1.2#0505149996\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>period</b>: 2025-07-07 14:28:17+0000 --&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:{http://fhir.kl.dk/term/CodeSystem/LTT 59721d6a-71c7-4cae-954c-5997cbebd387}\">Andet tilbud i hjemkommune</span></td><td>Completed</td></tr></table></blockquote></div>"
  },
  "basedOn" : [
    {
      🔗 "reference" : "CarePlan/Forloeb"
    }
  ],
  "status" : "completed",
  "intent" : "plan",
  "subject" : {
    🔗 "reference" : "Patient/Josefine"
  },
  "period" : {
    "start" : "2025-07-07T14:28:17Z"
  },
  "activity" : [
    {
      "detail" : {
        "code" : {
          "coding" : [
            {
              "system" : "http://fhir.kl.dk/term/CodeSystem/LTT",
              "code" : "59721d6a-71c7-4cae-954c-5997cbebd387",
              "display" : "Andet tilbud i hjemkommune"
            }
          ]
        },
        "status" : "completed"
      }
    }
  ]
}