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
JSON Format: Appointment-proposed-appt1
Raw json
{ "resourceType" : "Appointment", "id" : "proposed-appt1", "meta" : { "profile" : [ "http://fhir.org/guides/argonaut-scheduling/StructureDefinition/argo-appt" ] }, "text" : { "status" : "generated", "div" : "<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>" }, "status" : "proposed", "serviceType" : [ { "coding" : [ { "system" : "http://fhir.org/guides/argonaut-scheduling/CodeSystem/visit-type", "code" : "consult", "display" : "CONSULTATION" } ], "text" : "Office Call" } ], "specialty" : [ { "coding" : [ { "system" : "http://snomed.info/sct", "code" : "394582007", "display" : "Dermatology" } ], "text" : "Dermatology" } ], "appointmentType" : { "coding" : [ { "system" : "http://hl7.org/fhir/v2/0276", "code" : "ROUTINE" } ], "text" : "Routine" }, "start" : "2017-07-17T00:45:00Z", "end" : "2017-07-17T01:00:00Z", "participant" : [ { "actor" : { "reference" : "Practitioner/dr-y", "display" : "Dr Y" }, "required" : "required", "status" : "needs-action" }, { "actor" : { "display" : "Napa Office" }, "required" : "required", "status" : "needs-action" } ], "requestedPeriod" : [ { "start" : "2017-07-15T20:00:00Z", "end" : "2017-07-17T20:00:00Z" } ] }