FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.healthedata1-sandbox
Resource TypeEncounter
IdEncounter-encounter-from-appointment.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Encounter encounter-from-appointment

identifier: http://example.org/encounter/identifiers/enc-from-appt-001

status: Finished

class: ActCode: AMB (ambulatory)

type: Office Visit

subject: Amy V. Baxter

Participants

-Individual
*Dr Ronald Bone

appointment: Appointment: status = fulfilled; serviceType = Encounter for check up; start = 2026-03-12 16:00:00+0000; end = 2026-03-12 16:30:00+0000

period: 2026-03-12 16:00:00+0000 --> 2026-03-12 16:30:00+0000

Locations

-Location
*Holy Family Hospital

Source1

{
  "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"
      }
    }
  ]
}