RIVO-Noord Zorgviewer Implementation Guide
1.25.0 - CI build Netherlands flag

RIVO-Noord Zorgviewer Implementation Guide - Local Development build (v1.25.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: CGM Encounter Example - XML Representation

Raw xml | Download


<Encounter xmlns="http://hl7.org/fhir">
  <id value="7e705c5d-d0a3-4af7-993a-12fdc77d9f67"/>
  <meta>
    <profile value="http://nictiz.nl/fhir/StructureDefinition/gp-Encounter"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><table><caption>Contact.<br/>Patiënt: Dhr. P. Patient-4<br/>Status: beëindigd</caption><tbody><tr><th>Type contact</th><td><div><span title="Ambulatory (AMB - http://hl7.org/fhir/v3/ActCode)">Ambulatory</span></div><span title="e-consult (12 - https://referentiemodel.nhg.org/tabellen/nhg-tabel-14-contactwijze)">e-consult</span></td></tr><tr><th>Periode</th><td>Vanaf 30 september 2025 t/m 30 september 2025</td></tr><tr><th>Participant</th><td><div>Uitvoerende: Pharmeon acceptatie zorgverlener<div>Zorgverlenerrol: Huisartsen, niet apotheekhoudend</div></div></td></tr></tbody></table></div>
  </text>
  <status value="finished"/>
  <class>
    <system value="http://hl7.org/fhir/v3/ActCode"/>
    <code value="AMB"/>
    <display value="Ambulatory"/>
  </class>
  <type>
    <coding>
      <system
              value="https://referentiemodel.nhg.org/tabellen/nhg-tabel-14-contactwijze"/>
      <code value="12"/>
      <display value="e-consult"/>
    </coding>
  </type>
  <subject>🔗 
    <reference value="Patient/40bbb218-2bcf-4851-a104-dfb910408587"/>
    <display value="Dhr. P. Patient-4"/>
  </subject>
  <participant>
    <individual>
      <extension
                 url="http://nictiz.nl/fhir/StructureDefinition/practitionerrole-reference">
        <valueReference>
          <reference
                     value="PractitionerRole/173d48ff-5af6-46fb-9914-75708b83b410"/>
          <display value="Huisartsen, niet apotheekhoudend"/>
        </valueReference>
      </extension>
      <reference value="Practitioner/be0d6489-a9fd-4b65-a1ba-e412cdcd7767"/>
      <display value="Pharmeon acceptatie zorgverlener"/>
    </individual>
  </participant>
  <period>
    <start value="2025-09-30"/>
    <end value="2025-09-30"/>
  </period>
</Encounter>