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
<Encounter xmlns="http://hl7.org/fhir">
<id value="encounter-from-appointment"/>
<meta>
<extension url="http://hl7.org/fhir/StructureDefinition/instance-name">
<valueString value="Encounter From Appointment Example"/>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/instance-description">
<valueMarkdown
value="This is an encounter example for the *US Core Encounter Profile* that records the visit resulting from a scheduled appointment, referenced via `Encounter.appointment`."/>
</extension>
<profile
value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Encounter encounter-from-appointment</b></p><a name="encounter-from-appointment"> </a><a name="hcencounter-from-appointment"> </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-encounter.html">US Core Encounter Profile</a></p></div><p><b>identifier</b>: <code>http://example.org/encounter/identifiers</code>/enc-from-appt-001</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href="http://hl7.org/fhir/R4/v3/ActCode/cs.html#v3-ActCode-AMB">v3 Code System ActCode: AMB</a> (ambulatory)</p><p><b>type</b>: <span title="Codes:{http://www.ama-assn.org/go/cpt 99213}, {http://snomed.info/sct 185349003}">Office Visit</span></p><p><b>subject</b>: <a href="http://hl7.org/fhir/us/core/2026Jan/Patient-example.html">Amy V. Baxter</a></p><h3>Participants</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Individual</b></td></tr><tr><td style="display: none">*</td><td><a href="http://hl7.org/fhir/us/core/2026Jan/Practitioner-practitioner-1.html">Dr Ronald Bone</a></td></tr></table><p><b>appointment</b>: <a href="Appointment-appt-resulted-encounter.html">Appointment: status = fulfilled; serviceType = Encounter for check up; start = 2026-03-12 16:00:00+0000; end = 2026-03-12 16:30:00+0000</a></p><p><b>period</b>: 2026-03-12 16:00:00+0000 --> 2026-03-12 16:30:00+0000</p><h3>Locations</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Location</b></td></tr><tr><td style="display: none">*</td><td><a href="http://hl7.org/fhir/us/core/2026Jan/Location-hospital.html">Holy Family Hospital</a></td></tr></table></div>
</text>
<identifier>
<system value="http://example.org/encounter/identifiers"/>
<value value="enc-from-appt-001"/>
</identifier>
<status value="finished"/>
<class>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
<code value="AMB"/>
<display value="ambulatory"/>
</class>
<type>
<coding>
<system value="http://www.ama-assn.org/go/cpt"/>
<code value="99213"/>
</coding>
<coding>
<system value="http://snomed.info/sct"/>
<code value="185349003"/>
<display value="Encounter for check up"/>
</coding>
<text value="Office Visit"/>
</type>
<subject>
<reference value="Patient/example"/>
<display value="Amy V. Baxter"/>
</subject>
<participant>
<individual>
<reference value="Practitioner/practitioner-1"/>
<display value="Dr Ronald Bone"/>
</individual>
</participant>
<appointment>🔗
<reference value="Appointment/appt-resulted-encounter"/>
</appointment>
<period>
<start value="2026-03-12T16:00:00Z"/>
<end value="2026-03-12T16:30:00Z"/>
</period>
<location>
<location>
<reference value="Location/hospital"/>
<display value="Holy Family Hospital"/>
</location>
</location>
</Encounter>