fhir-react
Version:
React component library for displaying FHIR Resources
82 lines • 2.13 kB
JSON
{
"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"
}
]
}