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

: Behandlingskontakt - JSON Representation

Raw json | Download

{
  "resourceType" : "Encounter",
  "id" : "Behandlingskontakt",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.kl.dk/ltt/StructureDefinition/klgateway-ltt-encounter"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter Behandlingskontakt</b></p><a name=\"Behandlingskontakt\"> </a><a name=\"hcBehandlingskontakt\"> </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-encounter.html\">KLGatewayLTTEncounter</a></p></div><p><b>BasedOnCarePlan</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>DeliveryType</b>: <span title=\"Codes:{http://fhir.kl.dk/term/CodeSystem/CareSocialCodes 8d12d74c-17da-47a7-a4fe-e69dbaec0a8c}\">Individuel indsats</span></p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode AMB</a>: ambulatory</p><p><b>type</b>: <span title=\"Codes:{http://fhir.kl.dk/term/CodeSystem/LTT b7f9217c-2315-4d6f-bba5-5117e202302c}\">Behandling</span></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><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://fhir.kl.dk/term/CodeSystem/CareSocialCodes ca228a58-bd0e-4b0e-81ce-3866adc26535}\">Barn/ung deltager</span></td></tr></table><p><b>period</b>: 2025-07-07 13:28:17+0000 --&gt; (ongoing)</p></div>"
  },
  "extension" : [
    {
      "url" : "http://fhir.kl.dk/ltt/StructureDefinition/klgateway-ltt-encounter-based-on-care-plan",
      "valueReference" : {
        🔗 "reference" : "CarePlan/Forloeb"
      }
    },
    {
      "url" : "http://fhir.kl.dk/ltt/StructureDefinition/klgateway-ltt-encounter-delivery-type",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://fhir.kl.dk/term/CodeSystem/CareSocialCodes",
            "code" : "8d12d74c-17da-47a7-a4fe-e69dbaec0a8c",
            "display" : "Individuel indsats"
          }
        ]
      }
    }
  ],
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "AMB",
    "display" : "ambulatory"
  },
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://fhir.kl.dk/term/CodeSystem/LTT",
          "code" : "b7f9217c-2315-4d6f-bba5-5117e202302c",
          "display" : "Behandling"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/Josefine"
  },
  "participant" : [
    {
      "type" : [
        {
          "coding" : [
            {
              "system" : "http://fhir.kl.dk/term/CodeSystem/CareSocialCodes",
              "code" : "ca228a58-bd0e-4b0e-81ce-3866adc26535",
              "display" : "Barn/ung deltager"
            }
          ]
        }
      ]
    }
  ],
  "period" : {
    "start" : "2025-07-07T13:28:17Z"
  }
}