FamilyHistoryNotDoneReason
public enum FamilyHistoryNotDoneReason: String
Codes describing the reason why a family member history was not done.
URL: http://hl7.org/fhir/history-not-done-reason ValueSet: http://hl7.org/fhir/ValueSet/history-not-done-reason
-
Patient does not know the subject, e.g. the biological parent of an adopted patient.
Declaration
Swift
case subjectUnknown = "subject-unknown"
-
The patient withheld or refused to share the information.
Declaration
Swift
case withheld = "withheld"
-
Information cannot be obtained; e.g. unconscious patient
Declaration
Swift
case unableToObtain = "unable-to-obtain"
-
Patient does not have the information now, but can provide the information at a later date.
Declaration
Swift
case deferred = "deferred"