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

FHIR IG analytics

Packagehl7.fhir.us.health-care-surveys-reporting.r4
Resource TypeEncounter
IdEncounter-encounter-ambulatory.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-ambulatory

status: Finished

class: ActCode AMB: ambulatory (version = 3.0.0 )

type: Office Visit

subject: Dominique369 Ledner144 Female, DoB: 1965-06-22 ( MRN: Alaska Driver's License#abc123 (use: usual, ))

period: 2025-11-01 17:00:14-0500 --> 2025-11-01 18:00:14-0500


Source1

{
  "resourceType": "Encounter",
  "id": "encounter-ambulatory",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter|6.1.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "version": "3.0.0",
    "code": "AMB",
    "display": "ambulatory"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "177184002",
          "display": "Normal delivery procedure (procedure)"
        }
      ],
      "text": "Office Visit"
    }
  ],
  "subject": {
    "reference": "Patient/patient-ledner"
  },
  "period": {
    "start": "2025-11-01T17:00:14-05:00",
    "end": "2025-11-01T18:00:14-05:00"
  }
}