This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R3 R2
Example of referralrequest
{ "resourceType": "ReferralRequest", "id": "example", "text": { "status": "generated", "div": "<div>Referral to Dr Dave for Beverly weaver to have grommets inserted in her r) ear</div>" }, "identifier": [ { "system": "http://orionhealth.com/fhir/apps/referralids", "value": "ret4421" } ], "status": "active", "category": "request", "type": { "fhir_comments": [ " replace with a code from a recognized coding system " ], "coding": [ { "system": "http://orionhealth.com/fhir/apps/referraltypes", "code": "rfs", "display": "Referral for service" } ] }, "priority": { "fhir_comments": [ " replace with a code from a recognized coding system ", " replace with a code from a recognized coding system " ], "coding": [ { "system": "http://orionhealth.com/fhir/apps/prioritycodes", "code": "med", "display": "Medium" } ] }, "patient": { "reference": "https://fhir.orionhealth.com/blaze/fhir/Patient/77662", "display": "Beverly Weaver" }, "authored": "2014-02-14", "requester": { "reference": "https://fhir.orionhealth.com/blaze/fhir/Practitioner/77272", "display": "Serena Shrink" }, "specialty": { "coding": [ { "system": "http://orionhealth.com/fhir/apps/specialties", "code": "ent", "display": "ENT" } ] }, "recipient": [ { "reference": "https://fhir.orionhealth.com/blaze/fhir/Practitioner/76597", "display": "Dr Dave" } ], "reason": { "text": "For consideration of Grommets" }, "description": "In the past 2 years Beverly has had 6 instances of r) sided Otitis media. She is falling behind her peers at school, and displaying some learning difficulties.", "serviceRequested": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "172676009", "display": "Myringotomy and insertion of tympanic ventilation tube" } ], "text": "Insertion of grommets" } ] }
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.