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

FHIR IG analytics

Packagegov.cdc.nhsn.dqm
Resource TypeEncounter
IdEncounter-encounter-example-ach-daily-influenzatherapeutic.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-daily-influenzatherapeutic

identifier: urn:oid:2.16.840.1.113883.19.5.1.698.8/123456789987 (use: usual, )

status: Finished

class: ActCode ACUTE: Inpatient Acute (version = 9.0.0 )

type: Emergency hospital admission

subject: ACHDaily, InfluenzaTherapeutic

period: 2024-01-01 08:00:00+0000 --> 2024-01-04 12:00:00+0000

reasonCode: Fever with chills

Hospitalizations

-AdmitSourceDischargeDisposition
*Direct admission from doctor's office (in same system)Home

Locations

-LocationPeriod
*EMERGENCY - PAVILION2024-01-14 08:00:00+0000 --> 2024-01-22 12:00:00+0000

Source1

{
  "resourceType": "Encounter",
  "id": "encounter-example-ach-daily-influenzatherapeutic",
  "meta": {
    "profile": [
      "http://www.cdc.gov/nhsn/fhirportal/dqm/ig/StructureDefinition/ach-daily-encounter"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "usual",
      "system": "urn:oid:2.16.840.1.113883.19.5.1.698.8",
      "value": "123456789987"
    }
  ],
  "status": "finished",
  "_status": {
    "extension": [
      {
        "url": "http://www.cdc.gov/nhsn/fhirportal/dqm/ig/StructureDefinition/link-original-element-value-extension",
        "valueString": "TRIAGED"
      }
    ]
  },
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "version": "9.0.0",
    "code": "ACUTE",
    "display": "Inpatient Acute"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "183452005",
          "display": "Emergency hospital admission (procedure)"
        }
      ],
      "text": "Emergency hospital admission"
    }
  ],
  "subject": {
    "reference": "Patient/patient-example-ach-daily-influenzatherapeutic",
    "display": "ACHDaily, InfluenzaTherapeutic"
  },
  "period": {
    "start": "2024-01-01T08:00:00Z",
    "end": "2024-01-04T12:00:00Z"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "274640006",
          "display": "Fever with chills"
        }
      ],
      "text": "Fever with chills"
    }
  ],
  "hospitalization": {
    "admitSource": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/admit-source",
          "code": "gp",
          "display": "General Practitioner referral"
        }
      ],
      "text": "Direct admission from doctor's office (in same system)"
    },
    "dischargeDisposition": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/discharge-disposition",
          "code": "home",
          "display": "Home"
        }
      ],
      "text": "Home"
    }
  },
  "location": [
    {
      "location": {
        "reference": "Location/location-example-ach-daily-emergency",
        "display": "EMERGENCY - PAVILION"
      },
      "period": {
        "start": "2024-01-14T08:00:00Z",
        "end": "2024-01-22T12:00:00Z"
      }
    }
  ]
}