{
  "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" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient patient-accommodation-wheelchair</b></p><a name=\"patient-accommodation-wheelchair\"> </a><a name=\"hcpatient-accommodation-wheelchair\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/2026Jan/StructureDefinition-us-core-patient.html\">US Core Patient Profile</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Linh Nguyen  (no stated gender), DoB: 1955-09-23 ( Medical Record Number: 1099002\u00a0(use:\u00a0usual,\u00a0))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 555-555-2201(Mobile)</li><li>45 ELM AVE EVERYTOWN OK 74047 US </li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"This extension records modifications, tools, technologies, and other supports necessary to enable a patient or other individual to access care, captured as a free-text annotation. Examples include sign language interpreters, wheelchair accessibility requirements, and sensory accommodation.\"><a href=\"StructureDefinition-us-core-accommodation.html\">US Core Accommodation Extension</a></td><td colspan=\"3\"><blockquote><div><p>Need staff available to assist with pushing wheelchair during clinical encounters.</p>\n</div></blockquote>By Practitioner/practitioner-1 @2026-05-12</td></tr></table></div>"
  },
  "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"
  }]
}