FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/ach-encounter-status

Packagehl7.fhir.us.nhsn-dqm
Resource TypeValueSet
Idach-encounter-status
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/nhsn-dqm/https://build.fhir.org/ig/HL7/nhsn-dqm/ValueSet-ach-encounter-status.html
URLhttp://hl7.org/fhir/us/nhsn-dqm/ValueSet/ach-encounter-status
Version1.0.0
Statusactive
Date2025-07-15T20:32:26+00:00
NameAcuteCareHospitalEncounterStatus
TitleAcute Care Hospital Encounter Status ValueSet
Realmus
Authorityhl7
DescriptionAcute Care Hospital Encounter Status ValueSet
CopyrightThis Valueset is not copyrighted.

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: ValueSet ach-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.

Source

{
  "resourceType": "ValueSet",
  "id": "ach-encounter-status",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pher"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/nhsn-dqm/ImplementationGuide/hl7.fhir.us.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://hl7.org/fhir/us/nhsn-dqm/ImplementationGuide/hl7.fhir.us.nhsn-dqm"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/nhsn-dqm/ValueSet/ach-encounter-status",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.25.316204395913842452684237438142819890580.48.2"
    }
  ],
  "version": "1.0.0",
  "name": "AcuteCareHospitalEncounterStatus",
  "title": "Acute Care Hospital Encounter Status ValueSet",
  "status": "active",
  "experimental": false,
  "date": "2025-07-15T20:32:26+00:00",
  "publisher": "HL7 International / Public Health",
  "contact": [
    {
      "name": "HL7 International / Public Health",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/pher"
        }
      ]
    }
  ],
  "description": "Acute Care Hospital Encounter Status ValueSet",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "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"
          }
        ]
      }
    ]
  }
}