
This Implementation guide is published and maintained by NRCeS for NHA.
This version is based on the ABDM Health Data Interchange Specifications 1.0 and updated periodically.
XML Format: Appointment-example-01
Download Raw xml
<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/1"/>
</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/1"/>
</actor>
<status value="accepted"/>
</participant>
<participant>
<actor>
<reference value="Practitioner/1"/>
</actor>
<status value="accepted"/>
</participant>
</Appointment>