RIVO-Noord Zorgviewer Implementation Guide
1.15.0 - sprint58
RIVO-Noord Zorgviewer Implementation Guide - Local Development build (v1.15.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
<Appointment xmlns="http://hl7.org/fhir">
<id value="2.16.840.1.113883.2.4.3.124.7.46240.80000006680"/>
<meta>
<profile
value="http://nictiz.nl/fhir/StructureDefinition/eAfspraak-Appointment"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><h3>Appointment resource:</h3><ul><li><p><strong>Status:</strong> 'Pending'</p></li><li><table><thead><tr><th>Encounter resource</th><th>Class</th><th>Period</th><th>Reason</th><th>Service provider</th></tr></thead><tbody><tr><td>Encounter resource 1</td><td>Ambulatory</td><td>Period with lower bound 12-10-2022 11:30+0200 and upper bound 12-10-2022 11:40+0200.</td><td>Not available</td><td>Ziekenhuis Apotheek</td></tr></tbody></table></li><li><p><strong>Requested period:</strong> 'Period with lower bound 12-10-2022 11:30+0200 and upper bound 12-10-2022 11:40+0200.'</p></li><li><table><thead><tr><th>Location participant</th><th>Name</th><th>Address</th><th>Standard industry class code</th></tr></thead><tbody><tr><td>Location participant 1</td><td>Ziekenhuis Apotheek</td><td>TEST 1443DH Purmerend (Netherlands (the))</td><td>Openbare apotheek</td></tr></tbody></table></li><li><p><strong>Appointment type</strong> 'Ambulatory'</p></li></ul></div>
</text>
<identifier>
<system value="urn:oid:2.16.840.1.113883.2.4.3.124.7.46240.8"/>
<value value="0000006680"/>
</identifier>
<status value="pending">
<extension
url="http://nictiz.nl/fhir/StructureDefinition/code-specification">
<valueCodeableConcept>
<coding>
<system value="http://hl7.org/fhir/v3/ActStatus"/>
<code value="active"/>
<display value="Pending"/>
</coding>
<text value="In afwachting van uitvoering"/>
</valueCodeableConcept>
</extension>
</status>
<appointmentType>
<coding>
<system value="http://hl7.org/fhir/v3/ActCode"/>
<code value="AMB"/>
<display value="Ambulatory"/>
</coding>
<text value="Poliklinisch"/>
</appointmentType>
<reason>
<coding>
<system value="http://hl7.org/fhir/v3/NullFlavor"/>
<code value="NAVU"/>
<display value="not available"/>
</coding>
<text value="Niet beschikbaar"/>
</reason>
<start value="2022-10-12T11:30:00+02:00"/>
<end value="2022-10-12T11:40:00+02:00"/>
<participant>
<actor>🔗
<reference
value="Patient/9819C39260647B5DE61609CDF1FA1C434552D65014AFDEA2EB877A576B055DF1"/>
<display value="Johan XXX_Helleman_Afblijven"/>
</actor>
<status value="accepted"/>
</participant>
<participant>
<actor>
<reference value="Location/a33a6b66-0e1b-4147-8ddc-dc2fe848f565"/>
<display value="Ziekenhuis Apotheek"/>
</actor>
<status value="accepted"/>
</participant>
<requestedPeriod>
<start value="2022-10-12T11:30:00+02:00"/>
<end value="2022-10-12T11:40:00+02:00"/>
</requestedPeriod>
</Appointment>