FHIR IG analytics| Package | hl7.fhir.us.healthedata1-sandbox |
| Resource Type | Patient |
| Id | Patient-patient-accommodation-wheelchair.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient patient-accommodation-wheelchair
Profile: US Core Patient Profile
Linh Nguyen (no stated gender), DoB: 1955-09-23 ( Medical Record Number: 1099002 (use: usual, ))
| Active: | true | ||
| Contact Detail |
| ||
| US Core Accommodation Extension | By Practitioner/practitioner-1 @2026-05-12 | ||
{
"resourceType": "Patient",
"id": "patient-accommodation-wheelchair",
"meta": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString": "Patient With Wheelchair Assistance Accommodation Example"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown": "This example of a *US Core Patient Profile* illustrates the use of the US Core Accommodation Extension to record that the patient needs staff assistance with pushing a wheelchair during clinical encounters."
}
],
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-accommodation",
"valueAnnotation": {
"authorReference": {
"reference": "Practitioner/practitioner-1",
"display": "Dr Ronald Bone"
},
"time": "2026-05-12",
"text": "Need staff available to assist with pushing wheelchair during clinical encounters."
}
}
],
"identifier": [
{
"use": "usual",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR",
"display": "Medical Record Number"
}
]
},
"system": "http://example.org/patient/identifiers",
"value": "1099002"
}
],
"active": true,
"name": [
{
"use": "usual",
"family": "Nguyen",
"given": [
"Linh"
]
}
],
"telecom": [
{
"system": "phone",
"value": "555-555-2201",
"use": "mobile"
}
],
"birthDate": "1955-09-23",
"address": [
{
"line": [
"45 ELM AVE"
],
"city": "EVERYTOWN",
"state": "OK",
"postalCode": "74047",
"country": "US"
}
]
}