FHIR IG analytics| Package | hl7.fhir.uv.pc-incubator |
| Resource Type | ValueSet |
| Id | ValueSet-ClinicalAssessment-status.json |
| FHIR Version | R6 |
| Source | https://build.fhir.org/ig/HL7/pc-incubator/ValueSet-ClinicalAssessment-status.html |
| URL | http://hl7.org/fhir/ValueSet/ClinicalAssessment-status |
| Version | 0.1.0 |
| Status | active |
| Date | 2026-06-30T20:12:21+00:00 |
| Name | ClinicalAssessmentStatus |
| Title | Clinical assessment Status |
| Realm | uv |
| Authority | hl7 |
| Description | Codes that reflect the current state of a clinical assessment within its overall lifecycle. |
No resources found
| CodeSystem | ||
| hl7.fhir.uv.xver-r4.r4b#0.1.0 | event-status | EventStatus |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet ClinicalAssessment-status
http://hl7.org/fhir/event-status version 📦6.0.0-ballot3| Code | Display | Definition |
| in-progress | In Progress | The event is currently occurring. |
| completed | Completed | The event has now concluded. |
| entered-in-error | Entered in Error | This electronic record should never have existed, though it is possible that real-world decisions were based on it. (If real-world activity has occurred, the status should be "stopped" rather than "entered-in-error".). |
{
"resourceType": "ValueSet",
"id": "ClinicalAssessment-status",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "pc"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "informative",
"_valueCode": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/uv/pc-incubator/ImplementationGuide/hl7.fhir.uv.pc-incubator"
}
]
}
}
],
"url": "http://hl7.org/fhir/ValueSet/ClinicalAssessment-status",
"version": "0.1.0",
"name": "ClinicalAssessmentStatus",
"title": "Clinical assessment Status",
"status": "active",
"experimental": true,
"date": "2026-06-30T20:12:21+00:00",
"publisher": "HL7 International / Patient Care",
"contact": [
{
"name": "HL7 International / Patient Care",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/patientcare"
}
]
}
],
"description": "Codes that reflect the current state of a clinical assessment within its overall lifecycle.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/event-status",
"concept": [
{
"code": "in-progress"
},
{
"code": "completed"
},
{
"code": "entered-in-error"
}
]
}
]
}
}