FHIR IG analytics| Package | hl7.fhir.us.healthedata1-sandbox |
| Resource Type | Encounter |
| Id | Encounter-encounter-from-appointment.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter encounter-from-appointment
Profile: US Core Encounter Profile
identifier: http://example.org/encounter/identifiers/enc-from-appt-001
status: Finished
class: ActCode: AMB (ambulatory)
type: Office Visit
subject: Amy V. Baxter
| Individual |
| Dr Ronald Bone |
period: 2026-03-12 16:00:00+0000 --> 2026-03-12 16:30:00+0000
| Location |
| Holy Family Hospital |
{
"resourceType": "Encounter",
"id": "encounter-from-appointment",
"meta": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString": "Encounter From Appointment Example"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown": "This is an encounter example for the *US Core Encounter Profile* that records the visit resulting from a scheduled appointment, referenced via `Encounter.appointment`."
}
],
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/encounter/identifiers",
"value": "enc-from-appt-001"
}
],
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "AMB",
"display": "ambulatory"
},
"type": [
{
"coding": [
{
"system": "http://www.ama-assn.org/go/cpt",
"code": "99213"
},
{
"system": "http://snomed.info/sct",
"code": "185349003",
"display": "Encounter for check up"
}
],
"text": "Office Visit"
}
],
"subject": {
"reference": "Patient/example",
"display": "Amy V. Baxter"
},
"participant": [
{
"individual": {
"reference": "Practitioner/practitioner-1",
"display": "Dr Ronald Bone"
}
}
],
"appointment": [
{
"reference": "Appointment/appt-resulted-encounter"
}
],
"period": {
"start": "2026-03-12T16:00:00Z",
"end": "2026-03-12T16:30:00Z"
},
"location": [
{
"location": {
"reference": "Location/hospital",
"display": "Holy Family Hospital"
}
}
]
}