"relevantHistory":
"reasonCode": [
{
"text": "For consideration of Grommets"
}
]
"subject": {
"display": "Beverly Weaver",
"reference": "https://fhir.orionhealth.com/blaze/fhir/Patient/77662"
}
"note":
"basedOn": [
{
"display": "ProcedureRequest for Myringotomy and insertion of tympanic ventilation tube"
}
]
"serviceRequested": [
{
"text": "Insertion of grommets",
"coding": [
{
"code": "172676009",
"system": "http://snomed.info/sct",
"display": "Myringotomy and insertion of tympanic ventilation tube"
}
]
}
]
"priority": "routine"
"occurrencePeriod": {
"end": "2014-03-14"
}
"type": {
"coding": [
{
"code": "103696004",
"system": "http://snomed.info/sct",
"display": "Patient referral to specialist"
}
]
}
"status": "active"
"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."
"groupIdentifier": {
"value": "1234"
}
"specialty": {
"coding": [
{
"code": "ent",
"system": "http://orionhealth.com/fhir/apps/specialties",
"display": "ENT"
}
]
}
"supportingInfo":
"replaces": [
{
"display": "prior ReferralRequest"
}
]
"intent": "order"
"requester": {
"agent": {
"display": "Serena Shrink",
"reference": "https://fhir.orionhealth.com/blaze/fhir/Practitioner/77272"
}
}
"occurrenceDateTime":
"recipient": [
{
"display": "Dr Dave",
"reference": "https://fhir.orionhealth.com/blaze/fhir/Practitioner/76597"
}
]
"definition": [
{
"display": "Protocol for insertion of tympanic ventilation tube"
}
]
"authoredOn": "2014-02-14"
"reasonReference":
"context": {
"display": "Beverly Waver's encounter on 2014-02-14"
}
"identifier": [
{
"system": "http://orionhealth.com/fhir/apps/referralids",
"value": "ret4421"
}
]
{
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Referral to Dr Dave for Beverly weaver to have grommets inserted in her r) ear</div>"
},
"reasonCode": [
{
"text": "For consideration of Grommets"
}
],
"id": "example",
"subject": {
"display": "Beverly Weaver",
"reference": "https://fhir.orionhealth.com/blaze/fhir/Patient/77662"
},
"basedOn": [
{
"display": "ProcedureRequest for Myringotomy and insertion of tympanic ventilation tube"
}
],
"serviceRequested": [
{
"text": "Insertion of grommets",
"coding": [
{
"code": "172676009",
"system": "http://snomed.info/sct",
"display": "Myringotomy and insertion of tympanic ventilation tube"
}
]
}
],
"priority": "routine",
"occurrencePeriod": {
"end": "2014-03-14"
},
"type": {
"coding": [
{
"code": "103696004",
"system": "http://snomed.info/sct",
"display": "Patient referral to specialist"
}
]
},
"status": "active",
"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.",
"groupIdentifier": {
"value": "1234"
},
"specialty": {
"coding": [
{
"code": "ent",
"system": "http://orionhealth.com/fhir/apps/specialties",
"display": "ENT"
}
]
},
"authoredOn": "2014-02-14",
"intent": "order",
"requester": {
"agent": {
"display": "Serena Shrink",
"reference": "https://fhir.orionhealth.com/blaze/fhir/Practitioner/77272"
}
},
"recipient": [
{
"display": "Dr Dave",
"reference": "https://fhir.orionhealth.com/blaze/fhir/Practitioner/76597"
}
],
"definition": [
{
"display": "Protocol for insertion of tympanic ventilation tube"
}
],
"replaces": [
{
"display": "prior ReferralRequest"
}
],
"resourceType": "ReferralRequest",
"context": {
"display": "Beverly Waver's encounter on 2014-02-14"
},
"identifier": [
{
"system": "http://orionhealth.com/fhir/apps/referralids",
"value": "ret4421"
}
]
}
{
"resourceType" : "ReferralRequest",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"identifier" : [{ Identifier }], // Business identifier
"definition" : [{ Reference(ActivityDefinition|PlanDefinition) }], // Instantiates protocol or definition
"basedOn" : [{ Reference(ReferralRequest|CarePlan|ProcedureRequest) }], // Request fulfilled by this request
"replaces" : [{ Reference(ReferralRequest) }], // Request(s) replaced by this request
"groupIdentifier" : { Identifier }, // Composite request this is part of
"status" : "<code>", // R! draft | active | suspended | cancelled | completed | entered-in-error | unknown
"intent" : "<code>", // R! proposal | plan | order
"type" : { CodeableConcept }, // Referral/Transition of care request type
"priority" : "<code>", // Urgency of referral / transfer of care request
"serviceRequested" : [{ CodeableConcept }], // Actions requested as part of the referral
"subject" : { Reference(Patient|Group) }, // R! Patient referred to care or transfer
"context" : { Reference(Encounter|EpisodeOfCare) }, // Originating encounter
// occurrence[x]: When the service(s) requested in the referral should occur. One of these 2:
"occurrenceDateTime" : "<dateTime>",
"occurrencePeriod" : { Period },
"authoredOn" : "<dateTime>", // Date of creation/activation
"requester" : { // Who/what is requesting service
"agent" : { Reference(Practitioner|Organization|Patient|RelatedPerson|
Device) }, // R! Individual making the request
"onBehalfOf" : { Reference(Organization) } // C? Organization agent is acting for
},
"specialty" : { CodeableConcept }, // The clinical specialty (discipline) that the referral is requested for
"recipient" : [{ Reference(Practitioner|Organization|HealthcareService) }], // Receiver of referral / transfer of care request
"reasonCode" : [{ CodeableConcept }], // Reason for referral / transfer of care request
"reasonReference" : [{ Reference(Condition|Observation) }], // Why is service needed?
"description" : "<string>", // A textual description of the referral
"supportingInfo" : [{ Reference(Any) }], // Additonal information to support referral or transfer of care request
"note" : [{ Annotation }], // Comments made about referral request
"relevantHistory" : [{ Reference(Provenance) }] // Key events in history of request
}
The following search parameters can be used to query ReferralRequest resources. Just submit them like so:
https://api.1up.health/fhir/stu3/ReferralRequest?query-param=queryvalue
Search Parameter | Field Type | Resource Fields Searched |
---|---|---|
authored-on | date | authoredOn |
based-on | reference | basedOn |
context | reference | context |
definition | reference | definition |
encounter | reference | context |
group-identifier | text | groupIdentifier |
identifier | text | identifier |
intent | text | intent |
occurrence-date | date | occurrence |
patient | reference | subject |
priority | text | priority |
recipient | reference | recipient |
replaces | reference | replaces |
requester | reference | requester.agent |
service | text | serviceRequested |
specialty | text | specialty |
status | text | status |
subject | reference | subject |
type | text | type |