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 observation - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="example-observation"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation example-observation</b></p><a name="example-observation"> </a><a name="hcexample-observation"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title="Codes:">Timed Up and Go-test</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>effective</b>: 2026-01-18</p><p><b>performer</b>: <a href="PractitionerRole-example-practitionerrole-physio.html">PractitionerRole</a></p><p><b>value</b>: 23 s</p></div>
  </text>
  <status value="final"/>
  <code>
    <text value="Timed Up and Go-test"/>
  </code>
  <subject>🔗 
    <reference value="Patient/example-patient"/>
  </subject>
  <effectiveDateTime value="2026-01-18"/>
  <performer>🔗 
    <reference value="PractitionerRole/example-practitionerrole-physio"/>
  </performer>
  <valueQuantity>
    <value value="23"/>
    <unit value="s"/>
  </valueQuantity>
</Observation>