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

FHIR IG analytics

Packagehl7.fhir.us.nhsn-dqm.r4
Resource TypeEncounter
IdEncounter-encounter-example-ach-ach-pass2-emergency.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-example-ach-ach-pass2-emergency

identifier: http://example.org/identifiers/698.8/10005104252a (use: usual, )

status: Triaged

class: ActCode EMER: emergency (version = 9.0.0 )

type: Emergency department patient visit

subject: Pass2 ACH

period: 2024-01-31 02:35:00-0500 --> 2024-01-31 22:02:00-0500

reasonCode: Leg pain, lower right

Diagnoses

-Condition
*Thrombophlebitis

Hospitalizations

-AdmitSource
*Walk-in

Locations

-LocationPhysicalTypePeriod
*ACH Emergency DepartmentWard2024-01-31 02:35:00-0500 --> 2024-02-01 01:02:00-0500

Source1

{
  "resourceType": "Encounter",
  "id": "encounter-example-ach-ach-pass2-emergency",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-encounter|6.0.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "usual",
      "system": "http://example.org/identifiers/698.8",
      "value": "10005104252a"
    }
  ],
  "status": "triaged",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "version": "9.0.0",
    "code": "EMER",
    "display": "emergency"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "4525004",
          "display": "Emergency department patient visit"
        }
      ],
      "text": "Emergency department patient visit"
    }
  ],
  "subject": {
    "reference": "Patient/patient-example-ach-ach-pass2",
    "display": "Pass2 ACH"
  },
  "period": {
    "start": "2024-01-31T02:35:00-05:00",
    "end": "2024-01-31T22:02:00-05:00"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/sid/icd-10-cm",
          "code": "M79.661",
          "display": "Pain in right lower leg"
        }
      ],
      "text": "Leg pain, lower right"
    }
  ],
  "diagnosis": [
    {
      "condition": {
        "reference": "Condition/condition-example-diagnosis-ach-pass2",
        "display": "Thrombophlebitis"
      }
    }
  ],
  "hospitalization": {
    "admitSource": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/admit-source",
          "code": "other",
          "display": "Other"
        }
      ],
      "text": "Walk-in"
    }
  },
  "location": [
    {
      "location": {
        "reference": "Location/location-example-ach-emergency",
        "display": "ACH Emergency Department"
      },
      "physicalType": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
            "code": "wa",
            "display": "Ward"
          }
        ]
      },
      "period": {
        "start": "2024-01-31T02:35:00-05:00",
        "end": "2024-02-01T01:02:00-05:00"
      }
    }
  ]
}