Example-appointment-request-xml
From Hiasobi - FHIR
<Bundle xmlns="http://hl7.org/fhir"> <id value="e929605ad87b43fc93245719fbf6096c"/> <type value="searchset"/> <total value="1"/> <entry> <fullUrl value="https://example.com/fhir/Appointment/cdb4bf9d25624477a5c933575aebf9c9"/> <resource> <Appointment> <id value="cdb4bf9d25624477a5c933575aebf9c9"/> <meta> <versionId value="1"/> <lastUpdated value="2017-07-31T08:49:03.292+00:00"/> </meta> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml">pending - 2017-10-14 10:00:00</div> </text> <status value="pending"/> <description value="Internet Appointment"/> <start value="2017-10-14T10:00:00+11:00"/> <end value="2017-10-14T10:15:00+11:00"/> <description value="please send an SMS reminder"/> <participant> <type> <coding> <system value="http://hl7.org/fhir/v3/ParticipationType"/> <code value="PPRF"/> <display value="primary performer"/> </coding> </type> <actor> <reference value="Practitioner/c74935c7bb704074acf34df7e8f59938"/> </actor> <required value="required"/> <status value="needs-action"/> </participant> <participant> <actor> <reference value="Patient/293265a974a841e88f27f7e0ce8c65da"/> </actor> <required value="required"/> <status value="accepted"/> </participant> <participant> <actor> <reference value="Location/a6f69ccb13dc4e758004171695ad3876"/> </actor> <required value="required"/> <status value="needs-action"/> </participant> </Appointment> </resource> </entry> <entry> <fullUrl value="https://example.com/fhir/Patient/293265a974a841e88f27f7e0ce8c65da"/> <resource> <Patient> <id value="293265a974a841e88f27f7e0ce8c65da"/> <meta> <versionId value="20171012055003"/> <lastUpdated value="2017-10-12T05:50:03+00:00"/> </meta> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"> <p>Ahern, Rhonda (Female 79y)</p> </div> </text> <identifier> <use value="usual"/> <type> <coding> <system value="http://hl7.org/fhir/v2/0203"/> <code value="MC"/> <display value="Patient's Medicare Number"/> </coding> <text value="Medicare Number"/> </type> <system value="http://ns.electronichealth.net.au/id/medicare-number"/> <value value="35001582842"/> </identifier> <active value="true"/> <name> <use value="usual"/> <family value="Ahern"/> <given value="Rhonda"/> <given value="Joan"/> <prefix value="Mrs."/> </name> <gender value="female"/> <birthDate value="1938-06-06"/> <deceasedBoolean value="false"/> </Patient> </resource> </entry> <entry> <fullUrl value="https://example.com/fhir/Practitioner/c74935c7bb704074acf34df7e8f59938"/> <resource> <Practitioner> <id value="c74935c7bb704074acf34df7e8f59938"/> <meta> <versionId value="20170602044032"/> <lastUpdated value="2017-06-02T04:40:32+00:00"/> </meta> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"> <p>D'Sousa, Frederick Tao</p> </div> </text> <identifier> <use value="usual"/> <type> <text value="Medicare Provider Number"/> </type> <system value="http://ns.electronichealth.net.au/id/medicare-provider-number"/> <value value="4024742F"/> </identifier> <active value="true"/> <name> <use value="official"/> <family value="D'Sousa"/> <given value="Frederick Tao"/> <prefix value="Dr"/> </name> </Practitioner> </resource> </entry> <entry> <fullUrl value="https://example.com/fhir/Appointment/Location/a6f69ccb13dc4e758004171695ad3876"/> <resource> <Location> <id value="a6f69ccb13dc4e758004171695ad3876"/> <meta> <versionId value="20170919041016"/> <lastUpdated value="2017-09-19T04:10:16+00:00"/> </meta> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"> <p>Oridashi BP Test Practice</p> </div> </text> <identifier> <use value="usual"/> <type> <text value="Facility Id"/> </type> <system value="http://oridashi.com.au/id/facilityid"/> <value value="A675E047F5E7D624CDAA7568437C4062"/> </identifier> <status value="active"/> <name value="Oridashi BP Test Practice"/> <mode value="instance"/> <address> <use value="work"/> <line value="3 Main Street"/> <line value="Plaza Del Pinto"/> <city value="Thornbury"/> <state value="VIC"/> <postalCode value="3071"/> </address> </Location> </resource> </entry> </Bundle>