This page is part of the Argonaut Scheduling Implementation Guide (v1.0.0: Release) based on FHIR R3. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
XML Format: Appointment-proposed-appt1
Raw xml
<Appointment xmlns="http://hl7.org/fhir"> <id value="proposed-appt1"/> <meta> <profile value="http://fhir.org/guides/argonaut-scheduling/StructureDefinition/argo-appt"/> </meta> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: proposed-appt1</p><p><b>meta</b>: </p><p><b>status</b>: proposed</p><p><b>serviceType</b>: Office Call <span style="background: LightGoldenRodYellow">(Details : {http://fhir.org/guides/argonaut-scheduling/CodeSystem/visit-type code 'consult' = 'CONSULTATION', given as 'CONSULTATION'})</span></p><p><b>specialty</b>: Dermatology <span style="background: LightGoldenRodYellow">(Details : {SNOMED CT code '394582007' = 'Dermatology (qualifier value)', given as 'Dermatology'})</span></p><p><b>appointmentType</b>: Routine <span style="background: LightGoldenRodYellow">(Details : {http://hl7.org/fhir/v2/0276 code 'ROUTINE' = 'Routine appointment - default if not valued)</span></p><p><b>start</b>: 17/07/2017 12:45:00 AM</p><p><b>end</b>: 17/07/2017 1:00:00 AM</p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href="Practitioner-dr-y.html">Dr Y. Generated Summary: id: dr-y; 9941339108, 25456; Y </a></p><p><b>required</b>: required</p><p><b>status</b>: needs-action</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: Napa Office</p><p><b>required</b>: required</p><p><b>status</b>: needs-action</p></blockquote><p><b>requestedPeriod</b>: 16/07/2017 6:00:00 AM --> 18/07/2017 6:00:00 AM</p></div> </text> <status value="proposed"/> <serviceType> <coding> <system value="http://fhir.org/guides/argonaut-scheduling/CodeSystem/visit-type"/> <code value="consult"/> <display value="CONSULTATION"/> </coding> <text value="Office Call"/> </serviceType> <specialty> <coding> <system value="http://snomed.info/sct"/> <code value="394582007"/> <display value="Dermatology"/> </coding> <text value="Dermatology"/> </specialty> <appointmentType> <coding> <system value="http://hl7.org/fhir/v2/0276"/> <code value="ROUTINE"/> </coding> <text value="Routine"/> </appointmentType> <start value="2017-07-17T00:45:00Z"/> <end value="2017-07-17T01:00:00Z"/> <participant> <actor> <reference value="Practitioner/dr-y"/> <display value="Dr Y"/> </actor> <required value="required"/> <status value="needs-action"/> </participant> <participant> <actor> <display value="Napa Office"/> </actor> <required value="required"/> <status value="needs-action"/> </participant> <requestedPeriod> <start value="2017-07-15T20:00:00Z"/> <end value="2017-07-17T20:00:00Z"/> </requestedPeriod> </Appointment>