Appointment.supportinginformation - FHIR attribute (r4)
This attribute (supportinginformation) or resource (Appointment) is not yet supported. If it is needed for your application, please let us know
{"content":{"version":"r4","resource":"Appointment","search":{"actor":{"fields":["participant.actor"],"type":"reference"},"appointment-type":{"fields":["appointmentType"],"type":"text"},"based-on":{"fields":["basedOn"],"type":"reference"},"date":{"fields":["start"],"type":"date"},"identifier":{"fields":["identifier"],"type":"text"},"location":{"fields":["participant.actor.where"],"type":"reference"},"part-status":{"fields":["participant.status"],"type":"text"},"patient":{"fields":["participant.actor.where"],"type":"reference"},"practitioner":{"fields":["participant.actor.where"],"type":"reference"},"reason-code":{"fields":["reasonCode"],"type":"text"},"reason-reference":{"fields":["reasonReference"],"type":"reference"},"service-category":{"fields":["serviceCategory"],"type":"text"},"service-type":{"fields":["serviceType"],"type":"text"},"slot":{"fields":["slot"],"type":"reference"},"specialty":{"fields":["specialty"],"type":"text"},"status":{"fields":["status"],"type":"text"},"supporting-info":{"fields":["supportingInformation"],"type":"reference"}},"docs":{"table":"{\n \"resourceType\" : \"Appointment\",\n // from Resource: id, meta, implicitRules, and language\n // from DomainResource: text, contained, extension, and modifierExtension\n \"identifier\" : [{ Identifier }], // External Ids for this item\n \"status\" : \"<code>\", // R! proposed | pending | booked | arrived | fulfilled | cancelled | noshow | entered-in-error | checked-in | waitlist\n \"cancelationReason\" : { CodeableConcept }, // The coded reason for the appointment being cancelled\n \"serviceCategory\" : [{ CodeableConcept }], // A broad categorization of the service that is to be performed during this appointment\n \"serviceType\" : [{ CodeableConcept }], // The specific service that is to be performed during this appointment\n \"specialty\" : [{ CodeableConcept }], // The specialty of a practitioner that would be required to perform the service requested in this appointment\n \"appointmentType\" : { CodeableConcept }, // The style of appointment or patient that has been booked in the slot (not service type)\n \"reasonCode\" : [{ CodeableConcept }], // Coded reason this appointment is scheduled\n \"reasonReference\" : [{ Reference(Condition|Procedure|Observation|\n ImmunizationRecommendation) }], // Reason the appointment is to take place (resource)\n \"priority\" : \"<unsignedInt>\", // Used to make informed decisions if needing to re-prioritize\n \"description\" : \"<string>\", // Shown on a subject line in a meeting request, or appointment list\n \"supportingInformation\" : [{ Reference(Any) }], // Additional information to support the appointment\n \"start\" : \"<instant>\", // When appointment is to take place\n \"end\" : \"<instant>\", // When appointment is to conclude\n \"minutesDuration\" : \"<positiveInt>\", // Can be less than start/end (e.g. estimate)\n \"slot\" : [{ Reference(Slot) }], // The slots that this appointment is filling\n \"created\" : \"<dateTime>\", // The date that this appointment was initially created\n \"comment\" : \"<string>\", // Additional comments\n \"patientInstruction\" : \"<string>\", // Detailed information and instructions for the patient\n \"basedOn\" : [{ Reference(ServiceRequest) }], // The service request this appointment is allocated to assess\n \"participant\" : [{ // R! Participants involved in appointment\n \"type\" : [{ CodeableConcept }], // Role of participant in the appointment\n \"actor\" : { Reference(Patient|Practitioner|PractitionerRole|RelatedPerson|\n Device|HealthcareService|Location) }, // Person, Location/HealthcareService or Device\n \"required\" : \"<code>\", // required | optional | information-only\n \"status\" : \"<code>\", // R! accepted | declined | tentative | needs-action\n \"period\" : { Period } // Participation period of the actor\n }],\n \"requestedPeriod\" : [{ Period }] // Potential date/time interval(s) requested to allocate the appointment within\n}\n","example":{"resourceType":"Appointment","id":"example","text":{"status":"generated","div":"<div xmlns=\"http://www.w3.org/1999/xhtml\">Brian MRI results discussion</div>"},"status":"booked","serviceCategory":[{"coding":[{"system":"http://example.org/service-category","code":"gp","display":"General Practice"}]}],"serviceType":[{"coding":[{"code":"52","display":"General Discussion"}]}],"specialty":[{"coding":[{"system":"http://snomed.info/sct","code":"394814009","display":"General practice"}]}],"appointmentType":{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v2-0276","code":"FOLLOWUP","display":"A follow up visit from a previous appointment"}]},"reasonReference":[{"reference":"Condition/example","display":"Severe burn of left ear"}],"priority":5,"description":"Discussion on the results of your recent MRI","start":"2013-12-10T09:00:00Z","end":"2013-12-10T11:00:00Z","created":"2013-10-10","comment":"Further expand on the results of the MRI and determine the next actions that may be appropriate.","basedOn":[{"reference":"ServiceRequest/myringotomy"}],"participant":[{"actor":{"reference":"Patient/example","display":"Peter James Chalmers"},"required":"required","status":"accepted"},{"type":[{"coding":[{"system":"http://terminology.hl7.org/CodeSystem/v3-ParticipationType","code":"ATND"}]}],"actor":{"reference":"Practitioner/example","display":"Dr Adam Careful"},"required":"required","status":"accepted"},{"actor":{"reference":"Location/1","display":"South Wing, second floor"},"required":"required","status":"accepted"}]},"schema":{"identifier":{"datatype":"Identifier","is_array":true,"is_datatype":true,"name":"identifier"},"status":{"datatype":"code","is_array":false,"is_datatype":false,"name":"status"},"cancelationReason":{"datatype":"CodeableConcept","is_array":false,"is_datatype":true,"name":"cancelationReason"},"serviceCategory":{"datatype":"CodeableConcept","is_array":true,"is_datatype":true,"name":"serviceCategory"},"serviceType":{"datatype":"CodeableConcept","is_array":true,"is_datatype":true,"name":"serviceType"},"specialty":{"datatype":"CodeableConcept","is_array":true,"is_datatype":true,"name":"specialty"},"appointmentType":{"datatype":"CodeableConcept","is_array":false,"is_datatype":true,"name":"appointmentType"},"reasonCode":{"datatype":"CodeableConcept","is_array":true,"is_datatype":true,"name":"reasonCode"},"reasonReference":{"datatype":"Reference","is_array":true,"is_datatype":true,"name":"reasonReference"},"priority":{"datatype":"unsignedInt","is_array":false,"is_datatype":false,"name":"priority"},"description":{"datatype":"string","is_array":false,"is_datatype":false,"name":"description"},"supportingInformation":{"datatype":"Reference","is_array":true,"is_datatype":true,"name":"supportingInformation"},"start":{"datatype":"instant","is_array":false,"is_datatype":false,"name":"start"},"end":{"datatype":"instant","is_array":false,"is_datatype":false,"name":"end"},"minutesDuration":{"datatype":"positiveInt","is_array":false,"is_datatype":false,"name":"minutesDuration"},"slot":{"datatype":"Reference","is_array":true,"is_datatype":true,"name":"slot"},"created":{"datatype":"dateTime","is_array":false,"is_datatype":false,"name":"created"},"comment":{"datatype":"string","is_array":false,"is_datatype":false,"name":"comment"},"patientInstruction":{"datatype":"string","is_array":false,"is_datatype":false,"name":"patientInstruction"},"basedOn":{"datatype":"Reference","is_array":true,"is_datatype":true,"name":"basedOn"},"participant":{"is_array":true,"is_datatype":true,"name":"participant"},"requestedPeriod":{"datatype":"Period","is_array":true,"is_datatype":true,"name":"requestedPeriod"}}},"content":"yoyoyo"},"resource":"Appointment","version":"r4","attribute":"supportinginformation"}