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

FHIR IG analytics

Packagehl7.fhir.us.nhsn-dqm
Resource TypeEncounter
IdEncounter-encounter-example-ach-ach-pass3-short-stay.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-pass3-short-stay

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

status: In Progress

class: ActCode SS: short stay (version = 9.0.0 )

type: Hospital Admission, Elective Procedure

subject: Pass3 ACH

period: 2024-02-01 14:12:00-0500 --> 2024-02-02 16:43:00-0500

reasonCode: Diarrhea

Diagnoses

-Condition
*Enterocolitis due to Clostridium difficile

Hospitalizations

-AdmitSource
*Outpatient

Locations

-LocationPhysicalTypePeriod
*ACH Medical-Surgical WardWard2024-02-01 14:12:00-0500 --> 2024-02-02 16:43:00-0500

Source1

{
  "resourceType": "Encounter",
  "id": "encounter-example-ach-ach-pass3-short-stay",
  "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": "10005104253a"
    }
  ],
  "status": "in-progress",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "version": "9.0.0",
    "code": "SS",
    "display": "short stay"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "8715000",
          "display": "Hospital admission, elective (procedure)"
        }
      ],
      "text": "Hospital Admission, Elective Procedure"
    }
  ],
  "subject": {
    "reference": "Patient/patient-example-ach-ach-pass3",
    "display": "Pass3 ACH"
  },
  "period": {
    "start": "2024-02-01T14:12:00-05:00",
    "end": "2024-02-02T16:43:00-05:00"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/sid/icd-10-cm",
          "code": "R19.7",
          "display": "Diarrhea, unspecified"
        }
      ],
      "text": "Diarrhea"
    }
  ],
  "diagnosis": [
    {
      "condition": {
        "reference": "Condition/condition-example-diagnosis-ach-pass3",
        "display": "Enterocolitis due to Clostridium difficile"
      }
    }
  ],
  "hospitalization": {
    "admitSource": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/admit-source",
          "code": "outp",
          "display": "From outpatient department"
        }
      ],
      "text": "Outpatient"
    }
  },
  "location": [
    {
      "location": {
        "reference": "Location/location-example-ach-medsurg",
        "display": "ACH Medical-Surgical Ward"
      },
      "physicalType": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
            "code": "wa",
            "display": "Ward"
          }
        ]
      },
      "period": {
        "start": "2024-02-01T14:12:00-05:00",
        "end": "2024-02-02T16:43:00-05:00"
      }
    }
  ]
}