Clinical Impression Status
ClinicalImpressionStatus
http://hl7.org/fhir/ValueSet/clinicalimpression-status
Codes that reflect the current state of a clinical impression within its overall lifecycle.
| ID | clinicalimpression-status |
|---|
| Status | DRAFT |
|---|
| URL | http://hl7.org/fhir/ValueSet/clinicalimpression-status |
|---|
| Version | 4.0.1 |
|---|
| Date | Fri Nov 01 08:29:23 AEST 2019 |
|---|
| Publisher | HL7 International - Patient Care WG |
|---|
Includes
| System | http://hl7.org/fhir/event-status |
|---|
| Concepts |
| Code | Display |
|---|
| in-progress | | | completed | | | entered-in-error | |
|
|---|
{
"resourceType": "ValueSet",
"id": "clinicalimpression-status",
"meta": {
"versionId": "1",
"lastUpdated": "2023-12-19T16:42:08.761+10:00",
"profile": [ "http://hl7.org/fhir/StructureDefinition/shareablevalueset" ]
},
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "pc"
}, {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use"
}, {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 0
} ],
"url": "http://hl7.org/fhir/ValueSet/clinicalimpression-status",
"identifier": [ {
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.3.1046"
} ],
"version": "4.0.1",
"name": "ClinicalImpressionStatus",
"title": "Clinical Impression Status",
"status": "draft",
"experimental": false,
"date": "2019-11-01T09:29:23+11:00",
"publisher": "HL7 International - Patient Care WG",
"contact": [ {
"telecom": [ {
"system": "url",
"value": "http://www.hl7.org/Special/committees/patientcare/"
} ]
} ],
"description": "Codes that reflect the current state of a clinical impression within its overall lifecycle.",
"compose": {
"include": [ {
"system": "http://hl7.org/fhir/event-status",
"concept": [ {
"code": "in-progress"
}, {
"code": "completed"
}, {
"code": "entered-in-error"
} ]
} ]
}
}