HL7 Norway
FHIR implementasjonsguide for norsk kommunesektor
Felles startpunkt for forståelse og omforent bruk av FHIR i kommunal helse- og omsorgstjeneste.

FHIR implementasjonsguide for norsk kommunesektor
0.1.0 - ci-build NO

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 observasjon - 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</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>