@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 -------------------------------------------------------------------

<https://hl7.no/fhir/kommune/CarePlan/example-careplan> a fhir:CarePlan ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-careplan"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://hl7.no/fhir/kommune/StructureDefinition/no-kommune-CarePlan"^^xsd:anyURI ;
       fhir:l <https://hl7.no/fhir/kommune/StructureDefinition/no-kommune-CarePlan>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CarePlan example-careplan</b></p><a name=\"example-careplan\"> </a><a name=\"hcexample-careplan\"> </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-no-kommune-CarePlan.html\">no-kommune-CarePlan</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>category</b>: <span title=\"Codes:\">Kommunal oppfølging</span></p><p><b>title</b>: Oppfølgingsplan etter utskrivning - Bydel Grünerløkka</p><p><b>description</b>: Planen samler kommunens oppfølging etter utskrivning: praktisk bistand, hjemmesykepleie, funksjonsvurdering, digital hjemmeoppfølging og evalueringskontakt.</p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Kari Hansen  Female, DoB: 1948-09-12</a></p><p><b>period</b>: 2026-01-13 --&gt; 2026-03-31</p><p><b>author</b>: <a href=\"PractitionerRole-example-practitionerrole.html\">PractitionerRole</a></p><p><b>careTeam</b>: <a href=\"CareTeam-example-careteam.html\">CareTeam Tverrfaglig oppfølgingsteam Bydel Grünerløkka</a></p><p><b>addresses</b>: <a href=\"Condition-example-health-concern.html\">Helseutfordring etter hoftebrudd</a></p><p><b>supportingInfo</b>: </p><ul><li><a href=\"EpisodeOfCare-example-episodeofcare.html\">Kommunal oppfølging etter utskrivning</a></li><li><a href=\"Condition-example-health-concern.html\">Helseutfordring etter hoftebrudd</a></li><li><a href=\"Observation-example-observation.html\">Observation </a></li><li><a href=\"Observation-example-observation-oxygen-saturation.html\">Observation </a></li><li><a href=\"DocumentReference-example-documentreference.html\">DocumentReference: status = current; type = Journalnotat; date = 2026-01-12 09:00:00+0100; description = Vedtak om hjemmesykepleie og praktisk bistand etter utskrivning</a></li><li><a href=\"Goal-example-goal.html\">Goal: lifecycleStatus = active; description = ; start[x] = 2026-01-20</a></li></ul><p><b>goal</b>: <a href=\"Goal-example-goal.html\">Goal: lifecycleStatus = active; description = ; start[x] = 2026-01-20</a></p><blockquote><p><b>activity</b></p><p><b>outcomeReference</b>: </p><ul><li><a href=\"Encounter-example-encounter.html\">Encounter: status = finished; class = ambulatory (ActCode#AMB); type = ; serviceType = ; period = 2026-01-15 10:00:00+0100 --&gt; 2026-01-15 10:45:00+0100</a></li><li><a href=\"Encounter-example-encounter-followup.html\">Encounter: status = finished; class = virtual (ActCode#VR); type = ; serviceType = ; period = 2026-01-22 11:00:00+0100 --&gt; 2026-01-22 11:20:00+0100</a></li><li><a href=\"Encounter-example-encounter-phone.html\">Encounter: status = finished; class = virtual (ActCode#VR); type = ; serviceType = ; period = 2026-01-29 09:00:00+0100 --&gt; 2026-01-29 09:10:00+0100</a></li><li><a href=\"Encounter-example-encounter-evaluation.html\">Encounter: status = finished; class = ambulatory (ActCode#AMB); type = ; serviceType = ; period = 2026-02-05 13:00:00+0100 --&gt; 2026-02-05 13:40:00+0100</a></li></ul><p><b>reference</b>: <a href=\"ServiceRequest-example-servicerequest.html\">ServiceRequest </a></p></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "plan"] ; # 
  fhir:category ( [
     fhir:text [ fhir:v "Kommunal oppfølging" ]
  ] ) ; # 
  fhir:title [ fhir:v "Oppfølgingsplan etter utskrivning - Bydel Grünerløkka"] ; # 
  fhir:description [ fhir:v "Planen samler kommunens oppfølging etter utskrivning: praktisk bistand, hjemmesykepleie, funksjonsvurdering, digital hjemmeoppfølging og evalueringskontakt."] ; # 
  fhir:subject [
     fhir:l <https://hl7.no/fhir/kommune/Patient/example-patient> ;
     fhir:reference [ fhir:v "Patient/example-patient" ]
  ] ; # 
  fhir:period [
     fhir:start [ fhir:v "2026-01-13"^^xsd:date ] ;
     fhir:end [ fhir:v "2026-03-31"^^xsd:date ]
  ] ; # 
  fhir:author [
     fhir:l <https://hl7.no/fhir/kommune/PractitionerRole/example-practitionerrole> ;
     fhir:reference [ fhir:v "PractitionerRole/example-practitionerrole" ]
  ] ; # 
  fhir:careTeam ( [
     fhir:l <https://hl7.no/fhir/kommune/CareTeam/example-careteam> ;
     fhir:reference [ fhir:v "CareTeam/example-careteam" ]
  ] ) ; # 
  fhir:addresses ( [
     fhir:l <https://hl7.no/fhir/kommune/Condition/example-health-concern> ;
     fhir:reference [ fhir:v "Condition/example-health-concern" ] ;
     fhir:display [ fhir:v "Helseutfordring etter hoftebrudd" ]
  ] ) ; # 
  fhir:supportingInfo ( [
     fhir:l <https://hl7.no/fhir/kommune/EpisodeOfCare/example-episodeofcare> ;
     fhir:reference [ fhir:v "EpisodeOfCare/example-episodeofcare" ] ;
     fhir:display [ fhir:v "Kommunal oppfølging etter utskrivning" ]
  ] [
     fhir:l <https://hl7.no/fhir/kommune/Condition/example-health-concern> ;
     fhir:reference [ fhir:v "Condition/example-health-concern" ] ;
     fhir:display [ fhir:v "Helseutfordring etter hoftebrudd" ]
  ] [
     fhir:l <https://hl7.no/fhir/kommune/Observation/example-observation> ;
     fhir:reference [ fhir:v "Observation/example-observation" ]
  ] [
     fhir:l <https://hl7.no/fhir/kommune/Observation/example-observation-oxygen-saturation> ;
     fhir:reference [ fhir:v "Observation/example-observation-oxygen-saturation" ]
  ] [
     fhir:l <https://hl7.no/fhir/kommune/DocumentReference/example-documentreference> ;
     fhir:reference [ fhir:v "DocumentReference/example-documentreference" ]
  ] [
     fhir:l <https://hl7.no/fhir/kommune/Goal/example-goal> ;
     fhir:reference [ fhir:v "Goal/example-goal" ]
  ] ) ; # 
  fhir:goal ( [
     fhir:l <https://hl7.no/fhir/kommune/Goal/example-goal> ;
     fhir:reference [ fhir:v "Goal/example-goal" ]
  ] ) ; # 
  fhir:activity ( [
     fhir:outcomeReference ( [
       fhir:l <https://hl7.no/fhir/kommune/Encounter/example-encounter> ;
       fhir:reference [ fhir:v "Encounter/example-encounter" ]
     ] [
       fhir:l <https://hl7.no/fhir/kommune/Encounter/example-encounter-followup> ;
       fhir:reference [ fhir:v "Encounter/example-encounter-followup" ]
     ] [
       fhir:l <https://hl7.no/fhir/kommune/Encounter/example-encounter-phone> ;
       fhir:reference [ fhir:v "Encounter/example-encounter-phone" ]
     ] [
       fhir:l <https://hl7.no/fhir/kommune/Encounter/example-encounter-evaluation> ;
       fhir:reference [ fhir:v "Encounter/example-encounter-evaluation" ]
     ] ) ;
     fhir:reference [
       fhir:l <https://hl7.no/fhir/kommune/ServiceRequest/example-servicerequest> ;
       fhir:reference [ fhir:v "ServiceRequest/example-servicerequest" ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

