FHIR IG analytics
| Package | gov.cdc.nhsn.dqm |
| Resource Type | ValueSet |
| Id | ValueSet-ach-daily-diagnostic-report-status.json |
| FHIR Version | R4 |
| Source | http://www.cdc.gov/nhsn/fhirportal/dqm/ig/1.0.0/ValueSet-ach-daily-diagnostic-report-status.html |
| URL | http://www.cdc.gov/nhsn/fhirportal/dqm/ig/ValueSet/ach-daily-diagnostic-report-status |
| Version | 1.0.0 |
| Status | active |
| Date | 2025-09-15T11:51:36-04:00 |
| Name | AcuteCareHospitalDailyEventDiagnosticReportStatus |
| Title | ACH Daily Diagnostic Report Status ValueSet |
| Realm | us |
| Description | A set of codes indicating the status of the diagnostic report. |
| 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/diagnostic-report-status| Code | Display | Definition |
| final | Final | The report is complete and verified by an authorized person. |
| registered | Registered | The existence of the report is registered, but there is nothing yet available. |
| preliminary | Preliminary | Verified early results are available, but not all results are final. |
| partial | Partial | This is a partial (e.g. initial, interim or preliminary) report: data in the report may be incomplete or unverified. |
Source1
{
"resourceType": "ValueSet",
"id": "ach-daily-diagnostic-report-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-diagnostic-report-status",
"version": "1.0.0",
"name": "AcuteCareHospitalDailyEventDiagnosticReportStatus",
"title": "ACH Daily Diagnostic Report 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 diagnostic report.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "US"
}
]
}
],
"copyright": "This Valueset is not copyrighted.",
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/diagnostic-report-status",
"concept": [
{
"code": "final",
"display": "Final"
},
{
"code": "registered",
"display": "Registered"
},
{
"code": "preliminary",
"display": "Preliminary"
},
{
"code": "partial",
"display": "Partial"
}
]
}
]
}
}