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 Appointment Example - XML Representation

Raw xml | Download


<Appointment xmlns="http://hl7.org/fhir">
  <id value="c9d4b123-8e7f-4c5d-b2a1-3f6e9d2c8b47"/>
  <meta>
    <profile
             value="http://nictiz.nl/fhir/StructureDefinition/eAfspraak-Appointment"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><table><caption>Appointment. Patient: Dhr. P. Patient-4.</caption><tbody><tr><th>Status</th><td>booked</td></tr><tr><th>Type</th><td><span title="e-consult (12 - https://referentiemodel.nhg.org/tabellen/nhg-tabel-14-contactwijze)">e-consult</span></td></tr><tr><th>Periode</th><td>15 juli 2026 10:00 - 15 juli 2026 10:15</td></tr><tr><th>Zorgverlener</th><td>Pharmeon acceptatie zorgverlener</td></tr></tbody></table></div>
  </text>
  <identifier>
    <system
            value="http://cgmhuisarts.cgm.nl/fhir/NamingSystem/appointmentID"/>
    <value value="cgm-appointment-001"/>
  </identifier>
  <status value="booked"/>
  <appointmentType>
    <coding>
      <system
              value="https://referentiemodel.nhg.org/tabellen/nhg-tabel-14-contactwijze"/>
      <code value="12"/>
      <display value="e-consult"/>
    </coding>
  </appointmentType>
  <start value="2026-07-15T10:00:00+02:00"/>
  <end value="2026-07-15T10:15:00+02:00"/>
  <participant>
    <actor>🔗 
      <reference value="Patient/40bbb218-2bcf-4851-a104-dfb910408587"/>
      <display value="Dhr. P. Patient-4"/>
    </actor>
    <status value="accepted"/>
  </participant>
  <participant>
    <actor>
      <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"/>
    </actor>
    <status value="accepted"/>
  </participant>
</Appointment>