ReferralRequest-MentalHealth
{
"resourceType": "ReferralRequest",
"id": "NCR-Referral-Example-01",
"meta": {
"profile": [
"https://fhir.yhcr.nhs.uk/StructureDefinition/Interweave-ReferralRequest",
"https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-ReferralRequest-1"
]
},
"extension": [
{
"url": "https://fhir.hl7.org.uk/STU3/StructureDefinition/Extension-CareConnect-SourceOfReferral-1",
"valueCodeableConcept": {
"text": "Other (NHS)"
}
}
],
"identifier": [
{
"system": "https://fhir.yhcr.nhs.uk/Id/local-referralrequest-identifier",
"value": "567890"
}
],
"status": "active",
"intent": "order",
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "390866009",
"display": "Referral to mental health team"
}
]
},
"priority": "routine",
"serviceRequested": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "788002001",
"display": "Adult mental health service"
}
]
}
],
"subject": {
"reference": "Patient/511-sandpit-9690937286"
},
"authoredOn": "2023-04-20",
"requester": {
"agent": {
"display": "Serena Shrink"
}
},
"recipient": [
{
"display": "Team Referred To: AMH EIP LMHT Ashfield"
},
{
"display": "HCP Referred To: Mr David Smith"
}
],
"reasonCode": [
{
"text": "Depression"
}
],
"description": "In the past 2 years Horrace has ..."
}