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
: Forloeb - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CarePlan ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Forloeb"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.kl.dk/ltt/StructureDefinition/klgateway-ltt-care-plan"^^xsd:anyURI ;
fhir:link <http://fhir.kl.dk/ltt/StructureDefinition/klgateway-ltt-care-plan> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CarePlan Forloeb</b></p><a name=\"Forloeb\"> </a><a name=\"hcForloeb\"> </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-care-plan.html\">KLGatewayLTTCarePlan</a></p></div><p><b>status</b>: Active</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 (use: official, ))</a></p><p><b>period</b>: 2025-05-14 08:17:00+0000 --> (ongoing)</p><blockquote><p><b>activity</b></p><blockquote><p><b>detail</b></p><p><b>code</b>: <span title=\"Codes:{http://fhir.kl.dk/term/CodeSystem/CareSocialCodes 01302bcb-c7f3-42c4-8ded-68e33da064eb}\">Lettilgængelige tilbud til børn og unge i psykisk mistrivsel</span></p><p><b>reasonCode</b>: <span title=\"Codes:{http://fhir.kl.dk/term/CodeSystem/LTT bf4df811-805a-4309-8394-7d9ea31b8af7}\">Krop og mad</span>, <span title=\"Codes:{http://fhir.kl.dk/term/CodeSystem/LTT 5cea8eb2-5374-45f7-a985-cef1f577f0a1}\">Selvskade</span></p><p><b>status</b>: In Progress</p></blockquote></blockquote></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "plan"] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/Josefine" ]
] ; #
fhir:period [
fhir:start [ fhir:v "2025-05-14T08:17:00Z"^^xsd:dateTime ]
] ; #
fhir:activity ( [
fhir:detail [
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://fhir.kl.dk/term/CodeSystem/CareSocialCodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "01302bcb-c7f3-42c4-8ded-68e33da064eb" ] ;
fhir:display [ fhir:v "Lettilgængelige tilbud til børn og unge i psykisk mistrivsel" ] ] ) ] ;
( fhir:reasonCode [
( fhir:coding [
fhir:system [ fhir:v "http://fhir.kl.dk/term/CodeSystem/LTT"^^xsd:anyURI ] ;
fhir:code [ fhir:v "bf4df811-805a-4309-8394-7d9ea31b8af7" ] ;
fhir:display [ fhir:v "Krop og mad" ] ] ) ] [
( fhir:coding [
fhir:system [ fhir:v "http://fhir.kl.dk/term/CodeSystem/LTT"^^xsd:anyURI ] ;
fhir:code [ fhir:v "5cea8eb2-5374-45f7-a985-cef1f577f0a1" ] ;
fhir:display [ fhir:v "Selvskade" ] ] ) ] ) ;
fhir:status [ fhir:v "in-progress" ] ]
] ) . #