FHIR IG analytics
| Package | gov.cdc.nhsn.dqm |
| Resource Type | ValueSet |
| Id | ValueSet-ach-monthly-encounter-status.json |
| FHIR Version | R4 |
| Source | http://www.cdc.gov/nhsn/fhirportal/dqm/ig/1.0.0/ValueSet-ach-monthly-encounter-status.html |
| URL | http://www.cdc.gov/nhsn/fhirportal/dqm/ig/ValueSet/ach-monthly-encounter-status |
| Version | 1.0.0 |
| Status | active |
| Date | 2025-09-15T11:51:36-04:00 |
| Name | AcuteCareHospitalMonthlyEncounterStatus |
| Title | ACH Monthly Encounter Status ValueSet |
| Realm | us |
| Description | A set of codes indicating the status of the encounter. |
| Copyright | This Valueset is not copyrighted. |
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://hl7.org/fhir/encounter-status| Code | Display | Definition |
| in-progress | In Progress | The Encounter has begun and the patient is present / the practitioner and the patient are meeting. |
| finished | Finished | The Encounter has ended. |
| triaged | Triaged | The patient has been assessed for the priority of their treatment based on the severity of their condition. |
| onleave | On Leave | The Encounter has begun, but the patient is temporarily on leave. |
| entered-in-error | Entered in Error | This instance should not have been part of this patient's medical record. |
Source1
{
"resourceType": "ValueSet",
"id": "ach-monthly-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-monthly-encounter-status",
"version": "1.0.0",
"name": "AcuteCareHospitalMonthlyEncounterStatus",
"title": "ACH Monthly 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"
}
]
}
]
}
}