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 service request - XML Representation

Raw xml | Download


<ServiceRequest xmlns="http://hl7.org/fhir">
  <id value="example-servicerequest"/>
  <meta>
    <profile
             value="https://kommune.conteir.no/StructureDefinition/kommune-servicerequest"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ServiceRequest example-servicerequest</b></p><a name="example-servicerequest"> </a><a name="hcexample-servicerequest"> </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-servicerequest.html">no-kommune-ServiceRequest</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title="Codes:">Municipal health and care services</span></p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title="Codes:">Home nursing with medication follow-up and ADL assistance after discharge</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>occurrence</b>: 2026-01-13 --&gt; 2026-03-31</p><p><b>authoredOn</b>: 2026-01-12</p><p><b>requester</b>: <a href="PractitionerRole-example-practitionerrole.html">PractitionerRole</a></p><p><b>performer</b>: <a href="Organization-example-organization.html">Organization Oslo municipality, Grünerløkka district, Home Care Service</a></p><p><b>reasonReference</b>: <a href="Condition-example-health-concern.html">Health concern after hip fracture</a></p></div>
  </text>
  <status value="active"/>
  <intent value="order"/>
  <category>
    <text value="Municipal health and care services"/>
  </category>
  <priority value="routine"/>
  <code>
    <text
          value="Home nursing with medication follow-up and ADL assistance after discharge"/>
  </code>
  <subject>🔗 
    <reference value="Patient/example-patient"/>
  </subject>
  <occurrencePeriod>
    <start value="2026-01-13"/>
    <end value="2026-03-31"/>
  </occurrencePeriod>
  <authoredOn value="2026-01-12"/>
  <requester>🔗 
    <reference value="PractitionerRole/example-practitionerrole"/>
  </requester>
  <performer>🔗 
    <reference value="Organization/example-organization"/>
  </performer>
  <reasonReference>🔗 
    <reference value="Condition/example-health-concern"/>
    <display value="Health concern after hip fracture"/>
  </reasonReference>
</ServiceRequest>