This page is part of the KLGatewayRehab (v1.0.0: Release) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: RuddiTræningsforløb - JSON Representation
Raw json | Download
{
"resourceType" : "CarePlan",
"id" : "RuddiTraeningsforloeb",
"meta" : {
"profile" : [
"http://fhir.kl.dk/rehab/StructureDefinition/klgateway-140-care-plan"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: CarePlan</b><a name=\"RuddiTraeningsforloeb\"> </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 CarePlan "RuddiTraeningsforloeb" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-klgateway-140-care-plan.html\">KLGateway140care-plan</a></p></div><p><b>basedOnServiceRequestExtension</b>: <a href=\"ServiceRequest-RuddiGGOPInformation.html\">ServiceRequest/RuddiGGOPInformation</a></p><p><b>status</b>: active</p><p><b>intent</b>: plan</p><p><b>category</b>: Interventionsforløb efter §140 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://fhir.kl.dk/term/1.1.0/CodeSystem-CareSocialCodes.html\">CareSocialCodes</a>#f15b2663-94d9-4d0c-a5de-d8bd8e1e4ebb)</span></p><p><b>subject</b>: <a href=\"Patient-RuddiTestBerggren.html\">Patient/RuddiTestBerggren</a></p><p><b>period</b>: 2022-05-30 --> (ongoing)</p><blockquote><p><b>activity</b></p><h3>Details</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Status</b></td><td><b>Performer</b></td></tr><tr><td style=\"display: none\">*</td><td>in-progress</td><td><a href=\"Organization-UdfoererAfRuddisRehab.html\">Organization/UdfoererAfRuddisRehab</a></td></tr></table></blockquote></div>"
},
"extension" : [
{
"url" : "http://fhir.kl.dk/rehab/StructureDefinition/BasedOnServiceRequestExtension",
"valueReference" : {
"reference" : "ServiceRequest/RuddiGGOPInformation"
}
}
],
"status" : "active",
"intent" : "plan",
"category" : [
{
"coding" : [
{
"system" : "http://fhir.kl.dk/term/CodeSystem/CareSocialCodes",
"code" : "f15b2663-94d9-4d0c-a5de-d8bd8e1e4ebb"
}
]
}
],
"subject" : {
"reference" : "Patient/RuddiTestBerggren"
},
"period" : {
"start" : "2022-05-30"
},
"activity" : [
{
"detail" : {
"status" : "in-progress",
"performer" : [
{
"reference" : "Organization/UdfoererAfRuddisRehab"
}
]
}
}
]
}