HL7 Norway
FHIR Implementation Guide for the Norwegian Municipal Sector
Shared starting point for understanding and consistent use of FHIR in municipal health and care services.
Norwegian

FHIR Implementation Guide for the Norwegian Municipal Sector
0.2.0 - ci-build NO

FHIR Implementation Guide for the Norwegian Municipal Sector - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example evaluation contact - XML Representation

Raw xml | Download


<Encounter xmlns="http://hl7.org/fhir">
  <id value="example-encounter-evaluation"/>
  <meta>
    <profile
             value="https://kommune.conteir.no/StructureDefinition/kommune-encounter"/>
  </meta>
  <text>
    <status value="generated"/>
    <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-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.2.0/CodeSystem-v3-ActCode.html#v3-ActCode-AMB">ActCode: AMB</a> (ambulatory)</p><p><b>type</b>: <span title="Codes:">Multidisciplinary evaluation meeting</span></p><p><b>serviceType</b>: <span title="Codes:">Intervention evaluation</span></p><p><b>subject</b>: <a href="Patient-example-patient.html">Kari Hansen  Female, DoB: 1948-09-12 ( urn:oid:2.16.578.1.12.4.1.4.1#Foedselsnummer#12094812345)</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-rehabilitation-servicerequest.html">ServiceRequest </a></p><blockquote><p><b>participant</b></p><p><b>type</b>: <span title="Codes:">Coordinator</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:">Physiotherapist</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:">Occupational therapist</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">Health concern after hip fracture</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 Grünerløkka Home Care Service, Sofienberg base</a></td></tr></table><p><b>serviceProvider</b>: <a href="Organization-example-organization.html">Organization Oslo municipality, Grünerløkka district, Home Care Service</a></p></div>
  </text>
  <status value="finished"/>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="AMB"/>
  </class>
  <type>
    <text value="Multidisciplinary evaluation meeting"/>
  </type>
  <serviceType>
    <text value="Intervention evaluation"/>
  </serviceType>
  <subject>🔗 
    <reference value="Patient/example-patient"/>
  </subject>
  <episodeOfCare>🔗 
    <reference value="EpisodeOfCare/example-episodeofcare"/>
  </episodeOfCare>
  <basedOn>🔗 
    <reference value="ServiceRequest/example-rehabilitation-servicerequest"/>
  </basedOn>
  <participant>
    <type>
      <text value="Coordinator"/>
    </type>
    <individual>🔗 
      <reference value="PractitionerRole/example-practitionerrole"/>
    </individual>
  </participant>
  <participant>
    <type>
      <text value="Physiotherapist"/>
    </type>
    <individual>🔗 
      <reference value="PractitionerRole/example-practitionerrole-physio"/>
    </individual>
  </participant>
  <participant>
    <type>
      <text value="Occupational therapist"/>
    </type>
    <individual>🔗 
      <reference value="PractitionerRole/example-practitionerrole-ergo"/>
    </individual>
  </participant>
  <period>
    <start value="2026-02-05T13:00:00+01:00"/>
    <end value="2026-02-05T13:40:00+01:00"/>
  </period>
  <reasonReference>🔗 
    <reference value="Condition/example-health-concern"/>
    <display value="Health concern after hip fracture"/>
  </reasonReference>
  <location>
    <location>🔗 
      <reference value="Location/example-location"/>
    </location>
  </location>
  <serviceProvider>🔗 
    <reference value="Organization/example-organization"/>
  </serviceProvider>
</Encounter>