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

FHIR IG analytics

Packagehl7.fhir.us.core.r4b
Resource TypeEncounter
IdEncounter-1036.json
FHIR VersionR4B

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 1036

Last updated: 2024-01-28 16:06:21-0800

Profile: US Core Encounter Profileversion: null8.0.0)

status: In Progress

class: ActCode IMP: inpatient encounter

type: Unknown (qualifier value)

subject: Amy V. Baxter (no stated gender), DoB: 1987-02-20 ( Medical Record Number: 1032702 (use: usual, ))

Hospitalizations

-DischargeDisposition
*Discharged to Home

Locations

-Location
*Holy Family Hospital

Source1

{
  "resourceType": "Encounter",
  "id": "1036",
  "meta": {
    "lastUpdated": "2024-01-28T16:06:21-08:00",
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter|8.0.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "in-progress",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "IMP",
    "display": "inpatient encounter"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "version": "http://snomed.info/sct/731000124108",
          "code": "261665006",
          "display": "Unknown (qualifier value)"
        }
      ],
      "text": "Unknown (qualifier value)"
    }
  ],
  "subject": {
    "reference": "Patient/example"
  },
  "hospitalization": {
    "dischargeDisposition": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/nubc-UB92",
          "code": "01",
          "display": "Discharged to Home"
        }
      ]
    }
  },
  "location": [
    {
      "location": {
        "reference": "Location/hospital",
        "display": "Holy Family Hospital"
      }
    }
  ]
}