Health eData 1 Sandbox
0.1.0 - CI Build United States of America flag

Health eData 1 Sandbox, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/argonautproject/USCDIV7/ and changes regularly. See the Directory of published versions

: Patient With Service Animal Accommodation Example - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="patient-accommodation-service-animal"/>
  <meta>
    <extension url="http://hl7.org/fhir/StructureDefinition/instance-name">
      <valueString value="Patient With Service Animal Accommodation Example"/>
    </extension>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/instance-description">
      <valueMarkdown
                     value="This example of a *US Core Patient Profile* illustrates the use of the US Core Accommodation Extension to record that the patient's service animal must be permitted to accompany the patient within the facility."/>
    </extension>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient patient-accommodation-service-animal</b></p><a name="patient-accommodation-service-animal"> </a><a name="hcpatient-accommodation-service-animal"> </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;">Marisol Reyes  (no stated gender), DoB: 1992-06-30 ( Medical Record Number: 1099003 (use: usual, ))</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><a href="mailto:marisol.reyes@example.com">marisol.reyes@example.com</a></li><li>78 PINE CT 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>Allow service animals to accompany patient within the facility.</p>
</div></blockquote>By Practitioner/practitioner-1 @2026-05-12</td></tr></table></div>
  </text>
  <extension
             url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-accommodation">
    <valueAnnotation>
      <authorReference>
        <reference value="Practitioner/practitioner-1"/>
        <display value="Dr Ronald Bone"/>
      </authorReference>
      <time value="2026-05-12"/>
      <text
            value="Allow service animals to accompany patient within the facility."/>
    </valueAnnotation>
  </extension>
  <identifier>
    <use value="usual"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MR"/>
        <display value="Medical Record Number"/>
      </coding>
    </type>
    <system value="http://example.org/patient/identifiers"/>
    <value value="1099003"/>
  </identifier>
  <active value="true"/>
  <name>
    <use value="usual"/>
    <family value="Reyes"/>
    <given value="Marisol"/>
  </name>
  <telecom>
    <system value="email"/>
    <value value="marisol.reyes@example.com"/>
  </telecom>
  <birthDate value="1992-06-30"/>
  <address>
    <line value="78 PINE CT"/>
    <city value="EVERYTOWN"/>
    <state value="OK"/>
    <postalCode value="74047"/>
    <country value="US"/>
  </address>
</Patient>