HL7 Norway
FHIR implementasjonsguide for norsk kommunesektor
Normerende startpunkt for felles forståelse og omforent bruk av FHIR i kommunal helse- og omsorgstjeneste.
NO | EN

FHIR implementasjonsguide for norsk kommunesektor
0.1.0 - ci-build Norway flag

FHIR implementasjonsguide for norsk kommunesektor - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Eksempel kommunal kontakt - XML Representation

Raw xml | Download


<Encounter xmlns="http://hl7.org/fhir">
  <id value="example-encounter"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Encounter example-encounter</b></p><a name="example-encounter"> </a><a name="hcexample-encounter"> </a><p><b>status</b>: Finished</p><p><b>class</b>: <a href="http://terminology.hl7.org/7.0.1/CodeSystem-v3-ActCode.html#v3-ActCode-AMB">ActCode: AMB</a> (ambulatory)</p><p><b>type</b>: <span title="Codes:">Hjemmebesok</span></p><p><b>subject</b>: <a href="Patient-example-patient.html">Ola Nordmann  Male, DoB: 1970-01-01</a></p><p><b>period</b>: 2026-01-15 10:00:00+0100 --&gt; 2026-01-15 10:45:00+0100</p></div>
  </text>
  <status value="finished"/>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="AMB"/>
    <display value="ambulatory"/>
  </class>
  <type>
    <text value="Hjemmebesok"/>
  </type>
  <subject>🔗 
    <reference value="Patient/example-patient"/>
  </subject>
  <period>
    <start value="2026-01-15T10:00:00+01:00"/>
    <end value="2026-01-15T10:45:00+01:00"/>
  </period>
</Encounter>