FHIR Implementation Guide for ABDM 3.1.0 - active
FHIR Implementation Guide for ABDM - Local Development build (v3.1.0). See the Directory of published versions
Raw xml | Download
<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>