FHIR Implementation Guide for ABDM
6.0.0 - active
This page is part of the FHIR Implementation Guide for ABDM (v6.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
<Appointment xmlns="http://hl7.org/fhir">
<id value="example-01"/>
<meta>
<profile
value="https://nrces.in/ndhm/fhir/r4/StructureDefinition/Appointment"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml">Follow up for further consultation</div>
</text>
<status value="booked"/>
<serviceCategory>
<coding>
<system value="http://snomed.info/sct"/>
<code value="408443003"/>
<display value="General medical practice"/>
</coding>
</serviceCategory>
<serviceType>
<coding>
<system value="http://snomed.info/sct"/>
<code value="11429006"/>
<display value="Consultation"/>
</coding>
</serviceType>
<appointmentType>
<coding>
<system value="http://snomed.info/sct"/>
<code value="185389009"/>
<display value="Follow-up visit"/>
</coding>
</appointmentType>
<reasonReference>🔗
<reference value="Condition/example-01"/>
</reasonReference>
<description
value="Discussion on the results of your recent Lab Test and further consultation"/>
<start value="2020-07-12T09:00:00Z"/>
<end value="2020-07-12T09:30:00Z"/>
<created value="2020-07-09T14:58:58.181+05:30"/>
<participant>
<actor>🔗
<reference value="Patient/example-01"/>
</actor>
<status value="accepted"/>
</participant>
<participant>
<actor>🔗
<reference value="Practitioner/example-01"/>
</actor>
<status value="accepted"/>
</participant>
</Appointment>