public interface ProblemDiagnosis
| Modifier and Type | Method and Description |
|---|---|
String |
getComment()
Additional narrative about the problem or diagnosis not captured in other fields.
|
PreciseDate |
getDateOfOnset()
optional
|
PreciseDate |
getDateOfRemission()
optional
|
UniqueIdentifier |
getID()
This is a technical identifier that is used for system purposes such as
matching.
|
Coded |
getIdentification()
Identification of the problem or diagnosis.
|
void |
setComment(String comment) |
void |
setDateOfOnset(PreciseDate dateOfOnset) |
void |
setID(UniqueIdentifier id) |
void |
setIdentification(Coded identification) |
void |
setRemissionDate(PreciseDate remissionDate) |
Coded getIdentification()
PreciseDate getDateOfOnset()
Estimated or actual date the Problem/Diagnosis began, in the opinion of the clinician.
PreciseDate getDateOfRemission()
The date or estimated date that the problem/diagnosis is resolved or went into remission, as indicated/identified by the clinician.
String getComment()
UniqueIdentifier getID()
void setID(UniqueIdentifier id)
void setIdentification(Coded identification)
void setDateOfOnset(PreciseDate dateOfOnset)
void setRemissionDate(PreciseDate remissionDate)
void setComment(String comment)
Copyright © 2021. All rights reserved.