FHIR IG analytics| Package | hl7.fhir.us.healthedata1-sandbox |
| Resource Type | Appointment |
| Id | Appointment-appt-from-referral.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Appointment appt-from-referral
Profile: US Core Appointment Profile
status: Booked
serviceType: Rehabilitation Consult
start: 2026-08-04 15:00:00+0000
end: 2026-08-04 16:00:00+0000
basedOn: Food pantry referral
participant
actor: Dr Ronald Bone
required: Required
status: Accepted
participant
actor: Holy Family Hospital
required: Required
status: Accepted
participant
actor: Amy V. Baxter (no stated gender), DoB: 1987-02-20 ( Medical Record Number: 1032702 (use: usual, ))
required: Required
status: Accepted
{
"resourceType": "Appointment",
"id": "appt-from-referral",
"meta": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString": "Appointment From Referral Example"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown": "This example of a *US Core Appointment Profile* illustrates a booked appointment created in response to a referral ServiceRequest."
}
],
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-appointment"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "booked",
"serviceType": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "410155007",
"display": "Occupational therapy assessment"
}
],
"text": "Rehabilitation Consult"
}
],
"start": "2026-08-04T15:00:00Z",
"end": "2026-08-04T16:00:00Z",
"basedOn": [
{
"reference": "ServiceRequest/foodpantry-referral",
"display": "Food pantry referral"
}
],
"participant": [
{
"actor": {
"reference": "Practitioner/practitioner-1",
"display": "Dr Ronald Bone"
},
"required": "required",
"status": "accepted"
},
{
"actor": {
"reference": "Location/hospital",
"display": "Holy Family Hospital"
},
"required": "required",
"status": "accepted"
},
{
"actor": {
"reference": "Patient/example"
},
"required": "required",
"status": "accepted"
}
]
}