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

FHIR IG analytics

Packagegov.cdc.nhsn.dqm
Resource TypeValueSet
IdValueSet-ach-daily-encounter-status.json
FHIR VersionR4
Sourcehttp://www.cdc.gov/nhsn/fhirportal/dqm/ig/1.0.0/ValueSet-ach-daily-encounter-status.html
URLhttp://www.cdc.gov/nhsn/fhirportal/dqm/ig/ValueSet/ach-daily-encounter-status
Version1.0.0
Statusactive
Date2025-09-15T11:51:36-04:00
NameAcuteCareHospitalDailyEncounterStatus
TitleACH Daily Encounter Status ValueSet
Realmus
DescriptionA set of codes indicating the status of the encounter.
CopyrightThis Valueset is not copyrighted.

Resources that use this resource

StructureDefinition
gov.cdc.nhsn.dqm#1.0.0ach-daily-encounterACH Daily Event Encounter

Resources that this resource uses

CodeSystem
hl7.fhir.uv.xver-r4.r4b#0.1.0encounter-statusEncounterStatus

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet ach-daily-encounter-status

  • Include these codes as defined in http://hl7.org/fhir/encounter-status
    CodeDisplayDefinition
    in-progressIn ProgressThe Encounter has begun and the patient is present / the practitioner and the patient are meeting.
    finishedFinishedThe Encounter has ended.
    triagedTriagedThe patient has been assessed for the priority of their treatment based on the severity of their condition.
    onleaveOn LeaveThe Encounter has begun, but the patient is temporarily on leave.
    entered-in-errorEntered in ErrorThis instance should not have been part of this patient's medical record.

Source1

{
  "resourceType": "ValueSet",
  "id": "ach-daily-encounter-status",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://www.cdc.gov/nhsn/fhirportal/dqm/ig/ImplementationGuide/gov.cdc.nhsn.dqm"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://www.cdc.gov/nhsn/fhirportal/dqm/ig/ImplementationGuide/gov.cdc.nhsn.dqm"
          }
        ]
      }
    }
  ],
  "url": "http://www.cdc.gov/nhsn/fhirportal/dqm/ig/ValueSet/ach-daily-encounter-status",
  "version": "1.0.0",
  "name": "AcuteCareHospitalDailyEncounterStatus",
  "title": "ACH Daily Encounter Status ValueSet",
  "status": "active",
  "experimental": false,
  "date": "2025-09-15T11:51:36-04:00",
  "publisher": "CDC National Healthcare Safety Network (NHSN)",
  "contact": [
    {
      "name": "CDC National Healthcare Safety Network (NHSN)",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.cdc.gov/nhsn"
        },
        {
          "system": "email",
          "value": "nhsn@cdc.gov"
        }
      ]
    }
  ],
  "description": "A set of codes indicating the status of the encounter.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "copyright": "This Valueset is not copyrighted.",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/encounter-status",
        "concept": [
          {
            "code": "in-progress",
            "display": "In Progress"
          },
          {
            "code": "finished",
            "display": "Finished"
          },
          {
            "code": "triaged",
            "display": "Triaged"
          },
          {
            "code": "onleave",
            "display": "On Leave"
          },
          {
            "code": "entered-in-error",
            "display": "Entered in Error"
          }
        ]
      }
    ]
  }
}