This page is part of the FHIR Specification (v1.1.0: STU 3 Ballot 1). 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
This is a frozen snapshot of the FHIR specification created for the purpose of balloting the GAO implementation Guide. It includes draft changes that may be part of the future DSTU 2.1 release but further change is expected. Readers should focus solely on the GAO implementation content, and FHIR DSTU 2 for other purposes.
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>"
},
"status": "requested",
"identifier": [
{
"system": "http://orionhealth.com/fhir/apps/referralids",
"value": "ret4421"
}
],
"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"
}
]
},
"specialty": {
"fhir_comments": [
" replace with a code from a recognized coding system "
],
"coding": [
{
"system": "http://orionhealth.com/fhir/apps/specialties",
"code": "ent",
"display": "ENT"
}
]
},
"priority": {
"fhir_comments": [
" 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"
},
"requester": {
"reference": "https://fhir.orionhealth.com/blaze/fhir/Practitioner/77272",
"display": "Serena Shrink"
},
"recipient": [
{
"reference": "https://fhir.orionhealth.com/blaze/fhir/Practitioner/76597",
"display": "Dr Dave"
}
],
"dateSent": "2014-02-14",
"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.