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 planned follow-up visit - XML Representation

Raw xml | Download


<Appointment xmlns="http://hl7.org/fhir">
  <id value="example-appointment"/>
  <meta>
    <profile
             value="http://hl7.no/fhir/StructureDefinition/no-basis-Appointment"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Appointment example-appointment</b></p><a name="example-appointment"> </a><a name="hcexample-appointment"> </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="https://simplifier.net/[email protected]&amp;canonical=http://hl7.no/fhir/StructureDefinition/no-basis-Appointment">no-basis-Appointment</a></p></div><p><b>status</b>: Booked</p><p><b>serviceType</b>: <span title="Codes:">Home nursing</span></p><p><b>appointmentType</b>: <span title="Codes:">Planned municipal home visit</span></p><p><b>description</b>: Planned home visit for medication follow-up and function assessment</p><p><b>supportingInformation</b>: <a href="DocumentReference-example-documentreference.html">DocumentReference: status = current; type = Clinical note; date = 2026-01-12 09:00:00+0100; description = Decision on home nursing and practical assistance after discharge</a></p><p><b>start</b>: 2026-01-22 11:00:00+0100</p><p><b>end</b>: 2026-01-22 11:30:00+0100</p><p><b>created</b>: 2026-01-13 12:00:00+0100</p><p><b>basedOn</b>: <a href="ServiceRequest-example-servicerequest.html">ServiceRequest </a></p><blockquote><p><b>participant</b></p><p><b>actor</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>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href="PractitionerRole-example-practitionerrole.html">PractitionerRole</a></p><p><b>status</b>: Accepted</p></blockquote></div>
  </text>
  <status value="booked"/>
  <serviceType>
    <text value="Home nursing"/>
  </serviceType>
  <appointmentType>
    <text value="Planned municipal home visit"/>
  </appointmentType>
  <description
               value="Planned home visit for medication follow-up and function assessment"/>
  <supportingInformation>🔗 
    <reference value="DocumentReference/example-documentreference"/>
  </supportingInformation>
  <start value="2026-01-22T11:00:00+01:00"/>
  <end value="2026-01-22T11:30:00+01:00"/>
  <created value="2026-01-13T12:00:00+01:00"/>
  <basedOn>🔗 
    <reference value="ServiceRequest/example-servicerequest"/>
  </basedOn>
  <participant>
    <actor>🔗 
      <reference value="Patient/example-patient"/>
    </actor>
    <status value="accepted"/>
  </participant>
  <participant>
    <actor>🔗 
      <reference value="PractitionerRole/example-practitionerrole"/>
    </actor>
    <status value="accepted"/>
  </participant>
</Appointment>