@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/Encounter/example-encounter-evaluation> a fhir:Encounter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-encounter-evaluation"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://hl7.no/fhir/kommune/StructureDefinition/no-kommune-Encounter"^^xsd:anyURI ;
       fhir:l <https://hl7.no/fhir/kommune/StructureDefinition/no-kommune-Encounter>
     ] )
  ] ; # 
  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: Encounter example-encounter-evaluation</b></p><a name=\"example-encounter-evaluation\"> </a><a name=\"hcexample-encounter-evaluation\"> </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-Encounter.html\">no-kommune-Encounter</a></p></div><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode: AMB</a> (ambulatory)</p><p><b>type</b>: <span title=\"Codes:\">Tverrfaglig evalueringsmøte</span></p><p><b>serviceType</b>: <span title=\"Codes:\">Evaluering av tiltak</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Kari Hansen  Female, DoB: 1948-09-12</a></p><p><b>episodeOfCare</b>: <a href=\"EpisodeOfCare-example-episodeofcare.html\">EpisodeOfCare: status = active; type = ; period = 2026-01-13 --&gt; (ongoing)</a></p><p><b>basedOn</b>: <a href=\"ServiceRequest-example-servicerequest.html\">ServiceRequest </a></p><blockquote><p><b>participant</b></p><p><b>type</b>: <span title=\"Codes:\">Koordinator</span></p><p><b>individual</b>: <a href=\"PractitionerRole-example-practitionerrole.html\">PractitionerRole</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>type</b>: <span title=\"Codes:\">Fysioterapeut</span></p><p><b>individual</b>: <a href=\"PractitionerRole-example-practitionerrole-physio.html\">PractitionerRole</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>type</b>: <span title=\"Codes:\">Ergoterapeut</span></p><p><b>individual</b>: <a href=\"PractitionerRole-example-practitionerrole-ergo.html\">PractitionerRole</a></p></blockquote><p><b>period</b>: 2026-02-05 13:00:00+0100 --&gt; 2026-02-05 13:40:00+0100</p><p><b>reasonReference</b>: <a href=\"Condition-example-health-concern.html\">Helseutfordring etter hoftebrudd</a></p><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Location-example-location.html\">Location Hjemmetjenesten Grünerløkka, base Sofienberg</a></td></tr></table><p><b>serviceProvider</b>: <a href=\"Organization-example-organization.html\">Organization Oslo kommune, Bydel Grünerløkka, Hjemmetjenesten</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "finished"] ; # 
  fhir:class [
     fhir:system [
       fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ;
       fhir:l <http://terminology.hl7.org/CodeSystem/v3-ActCode>
     ] ;
     fhir:code [ fhir:v "AMB" ]
  ] ; # 
  fhir:type ( [
     fhir:text [ fhir:v "Tverrfaglig evalueringsmøte" ]
  ] ) ; # 
  fhir:serviceType [
     fhir:text [ fhir:v "Evaluering av tiltak" ]
  ] ; # 
  fhir:subject [
     fhir:l <https://hl7.no/fhir/kommune/Patient/example-patient> ;
     fhir:reference [ fhir:v "Patient/example-patient" ]
  ] ; # 
  fhir:episodeOfCare ( [
     fhir:l <https://hl7.no/fhir/kommune/EpisodeOfCare/example-episodeofcare> ;
     fhir:reference [ fhir:v "EpisodeOfCare/example-episodeofcare" ]
  ] ) ; # 
  fhir:basedOn ( [
     fhir:l <https://hl7.no/fhir/kommune/ServiceRequest/example-servicerequest> ;
     fhir:reference [ fhir:v "ServiceRequest/example-servicerequest" ]
  ] ) ; # 
  fhir:participant ( [
     fhir:type ( [
       fhir:text [ fhir:v "Koordinator" ]
     ] ) ;
     fhir:individual [
       fhir:l <https://hl7.no/fhir/kommune/PractitionerRole/example-practitionerrole> ;
       fhir:reference [ fhir:v "PractitionerRole/example-practitionerrole" ]
     ]
  ] [
     fhir:type ( [
       fhir:text [ fhir:v "Fysioterapeut" ]
     ] ) ;
     fhir:individual [
       fhir:l <https://hl7.no/fhir/kommune/PractitionerRole/example-practitionerrole-physio> ;
       fhir:reference [ fhir:v "PractitionerRole/example-practitionerrole-physio" ]
     ]
  ] [
     fhir:type ( [
       fhir:text [ fhir:v "Ergoterapeut" ]
     ] ) ;
     fhir:individual [
       fhir:l <https://hl7.no/fhir/kommune/PractitionerRole/example-practitionerrole-ergo> ;
       fhir:reference [ fhir:v "PractitionerRole/example-practitionerrole-ergo" ]
     ]
  ] ) ; # 
  fhir:period [
     fhir:start [ fhir:v "2026-02-05T13:00:00+01:00"^^xsd:dateTime ] ;
     fhir:end [ fhir:v "2026-02-05T13:40:00+01:00"^^xsd:dateTime ]
  ] ; # 
  fhir:reasonReference ( [
     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:location ( [
     fhir:location [
       fhir:l <https://hl7.no/fhir/kommune/Location/example-location> ;
       fhir:reference [ fhir:v "Location/example-location" ]
     ]
  ] ) ; # 
  fhir:serviceProvider [
     fhir:l <https://hl7.no/fhir/kommune/Organization/example-organization> ;
     fhir:reference [ fhir:v "Organization/example-organization" ]
  ] . # 

# -------------------------------------------------------------------------------------

