FHIR IG analytics| Package | hl7.fhir.us.healthedata1-sandbox |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-referral-podiatrist.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest referral-podiatrist
Profile: US Core ServiceRequest Profile
status: Active
intent: Order
category: Patient referral
code: Referral to podiatrist
subject: Amy V. Shaw
encounter: office visit
occurrence: 2026-05-19 10:30:00-0500
authoredOn: 2026-05-19 10:00:00-0500
requester: Dr Ronald Bone
{
"resourceType": "ServiceRequest",
"id": "referral-podiatrist",
"meta": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString": "ServiceRequest Podiatrist Referral Example"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown": "This example of a *US Core ServiceRequest Profile* illustrates a referral order to a podiatrist for a patient with diabetic foot care needs."
}
],
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-servicerequest"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "order",
"category": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/731000124108",
"code": "3457005",
"display": "Patient referral (procedure)"
}
],
"text": "Patient referral"
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/731000124108",
"code": "308451001",
"display": "Referral to podiatrist (procedure)"
}
],
"text": "Referral to podiatrist"
},
"subject": {
"reference": "Patient/example",
"display": "Amy V. Shaw"
},
"encounter": {
"reference": "Encounter/example-1",
"display": "office visit"
},
"occurrenceDateTime": "2026-05-19T10:30:00-05:00",
"authoredOn": "2026-05-19T10:00:00-05:00",
"requester": {
"reference": "Practitioner/practitioner-1",
"display": "Dr Ronald Bone"
}
}